1. 9d3227a Merge remote-tracking branch 'aosp/upstream-20.0' into AOSP mesa/master by John Stultz · 4 years, 7 months ago
  2. 32dc7ff Vulkan overlay: use the corresponding image index for each swapchain by Georg Lehmann · 4 years, 8 months ago
  3. 1d17f42 Vulkan Overlay: Don't try to change the image layout to present twice by Georg Lehmann · 4 years, 8 months ago
  4. 1e0cc31 Correctly wait in the fragment stage until all semaphores are signaled by Georg Lehmann · 4 years, 8 months ago
  5. 05e3ccd vulkan/wsi: Fix compiler warning when no WSI platforms are enabled. by Eric Anholt · 4 years, 10 months ago
  6. b7e22b7 vulkan/wsi: remove unused image_get_modifier by Jonathan Marek · 4 years, 9 months ago
  7. 4bdf854 vulkan/wsi: Implement VK_KHR_swapchain_mutable_format by Jason Ekstrand · 4 years, 9 months ago
  8. a218f13 vulkan/wsi: Filter modifiers with ImageFormatProperties by Jason Ekstrand · 6 years ago
  9. 210e688 vulkan/wsi: Use the interface from the real modifiers extension by Jason Ekstrand · 6 years ago
  10. c78926b vulkan/wsi: Move the ImageCreateInfo higher up by Jason Ekstrand · 6 years ago
  11. 51de5d5 vulkan/wsi: disable the hardware cursor by Andres Rodriguez · 5 years ago
  12. f33a68a vulkan/overlay: Fix for Vulkan 1.2 by Samuel Pitoiset · 5 years ago
  13. ac0c7ad vulkan: Update the XML and headers to 1.2.131 by Jason Ekstrand · 4 years, 9 months ago
  14. 7c16a1a vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM first by Jason Ekstrand · 4 years, 9 months ago
  15. 13ef793 android: util: Add a mapping from VkFormat to PIPE_FORMAT. by Mauro Rossi · 4 years, 10 months ago
  16. 54f72c8 util/format: add missing vulkan formats by Jonathan Marek · 4 years, 10 months ago
  17. bc36160 vulkan/wsi: error out when image fence doesn't signal by Lionel Landwerlin · 4 years, 10 months ago
  18. 6a3b881 vulkan/overlay: Update docs. by Rafael Antognolli · 4 years, 10 months ago
  19. 56ccea5 vulkan/overlay: Add basic overlay control script. by Rafael Antognolli · 4 years, 10 months ago
  20. a94fa1d vulkan/overlay: Add a command to start capturing data to a file. by Rafael Antognolli · 4 years, 10 months ago
  21. 606dff1 vulkan/overlay: Add support for a control socket. by Rafael Antognolli · 4 years, 10 months ago
  22. e87d7fe vulkan/overlay: Add a control socket. by Rafael Antognolli · 4 years, 10 months ago
  23. 778b51f vulkan/wsi: Add a hooks for signaling semaphores and fences by Jason Ekstrand · 4 years, 10 months ago
  24. 48e23a6 vulkan/wsi: Provide the implicitly synchronized BO to vkQueueSubmit by Jason Ekstrand · 4 years, 11 months ago
  25. 200a330 vulkan: Update the XML and headers to 1.1.129 by Jason Ekstrand · 4 years, 11 months ago
  26. 121551b vulkan/enum_to_str: Handle out-of-order aliases by Jason Ekstrand · 5 years ago
  27. d6db858 meson: only build imgui when needed by Samuel Pitoiset · 4 years, 11 months ago
  28. 609a6ae vk_util: drop duplicate formats in vk_format_map[] by Eric Engestrom · 4 years, 11 months ago
  29. 1496e11 util: add missing R8G8B8A8_SRGB format to vk_format_map by Jonathan Marek · 4 years, 11 months ago
  30. 3a28281 util: Add a mapping from VkFormat to PIPE_FORMAT. by Eric Anholt · 5 years ago
  31. 71634b1 vulkan: bump headers/registry to 1.1.127 by Lionel Landwerlin · 5 years ago
  32. 7f106a2 util: rename list_empty() to list_is_empty() by Timothy Arceri · 5 years ago
  33. 7ae1be1 util: remove LIST_INITHEAD macro by Timothy Arceri · 5 years ago
  34. 90a7893 vulkan: Update the XML and headers to 1.1.125 by Caio Marcelo de Oliveira Filho · 5 years ago
  35. 3f30461 vulkan: Update the XML and headers to 1.1.124 by Caio Marcelo de Oliveira Filho · 5 years ago
  36. 533987b vulkan: Update the XML and headers to 1.1.123 by Jason Ekstrand · 5 years ago
  37. 0616b7a vulkan: add vk_x11_strict_image_count option by Lionel Landwerlin · 5 years ago
  38. a72cdd0 wsi: add minImageCount override by Eric Engestrom · 5 years ago
  39. 320b0f6 vulkan/overlay: bounce image back to present layout by Lionel Landwerlin · 5 years ago
  40. 8aef89c vulkan: Update the XML and headers to 1.1.119 by Jason Ekstrand · 5 years ago
  41. 9a07606 meson: replace last uses of libxmlconfig with idep_xmlconfig by Eric Engestrom · 5 years ago
  42. d2d85b9 meson: replace libmesa_util with idep_mesautil by Eric Engestrom · 5 years ago
  43. 0d3a532 vulkan: Bump headers to 1.1.117 by Lionel Landwerlin · 5 years ago
  44. 6659d11 vulkan/wsi/wayland: implement acquire timeout by Lionel Landwerlin · 5 years ago
  45. 9653d80 vulkan/wsi/x11: Increase the effective min. images for mailbox. by Bas Nieuwenhuizen · 5 years ago
  46. 5eae9bf vulkan/wsi/x11: Wait for GPU work before present with mailbox. by Bas Nieuwenhuizen · 5 years ago
  47. cc6a72a vulkan/wsi/x11: Allow using thread present-only. by Bas Nieuwenhuizen · 5 years ago
  48. 55da4e1 vulkan/wsi: Use one fence per image. by Bas Nieuwenhuizen · 5 years ago
  49. 604aaf0 mesa3d: Merge remote-tracking branch 'aosp/upstream-19.1' into aosp/master by John Stultz · 5 years ago
  50. 256e6c2 vulkan: Update the XML and headers to 1.1.116 by Jason Ekstrand · 5 years ago
  51. a612f02 vulkan/wsi: update swapchain status on vkQueuePresent by Lionel Landwerlin · 5 years ago
  52. 6f880f1 vulkan/wsi: update swapchain status on vkQueuePresent by Lionel Landwerlin · 5 years ago
  53. ad35553 Merge remote-tracking branch 'aosp/upstream-19.1' into aosp/master by John Stultz · 5 years ago
  54. 0fd30c1 vulkan: add symbols file by Eric Engestrom · 6 years ago
  55. 4dc129e android: vulkan/util: fix generating vk_enum_to_str.* by Chih-Wei Huang · 5 years ago
  56. 4338e08 android: vulkan/util: fix export path by Chih-Wei Huang · 5 years ago
  57. 1e3b877 vulkan/overlay: fix crash on freeing NULL command buffer by Lionel Landwerlin · 5 years ago
  58. 5666f3b vulkan/overlay: fix command buffer stats by Lionel Landwerlin · 5 years ago
  59. b031dd9 vulkan/overlay: use a single macro to lookup objects by Lionel Landwerlin · 5 years ago
  60. b3a96e69 vulkan/overlay: add queue present timing measurement by Lionel Landwerlin · 5 years ago
  61. a72351c vulkan/overlay: fix crash on freeing NULL command buffer by Lionel Landwerlin · 5 years ago
  62. 6271d16 vulkan: bump headers & registry to 1.1.114 by Lionel Landwerlin · 5 years ago
  63. 8f0f727 vulkan/overlay: fix command buffer stats by Lionel Landwerlin · 5 years ago
  64. 465ec0b vulkan: Update the XML and headers to 1.1.113 by Jason Ekstrand · 5 years ago
  65. 1835f30 meson: drop duplicate source & inc_dir by Eric Engestrom · 5 years ago
  66. 8339e3f vulkan: Update the XML and headers to 1.1.110 by Jason Ekstrand · 5 years ago
  67. 8d386e6 vk/util: suppress warning about out-of-enum android value by Eric Engestrom · 5 years ago
  68. 00cfeac vk/util: drop no-op compiler warning workaround by Eric Engestrom · 5 years ago
  69. 9037cf2 vulkan: fix build dependency issue with generated files by Lionel Landwerlin · 5 years ago
  70. ce2d68a vulkan/overlay: fix timestamp query emission with no pipeline stats by Lionel Landwerlin · 5 years ago
  71. cb7c9b2 vulkan: fix build dependency issue with generated files by Lionel Landwerlin · 5 years ago
  72. fd80f1e vulkan/overlay: update remaining manual error checks by Lionel Landwerlin · 5 years ago
  73. 213d652 vulkan/overlay: fix timestamp query emission with no pipeline stats by Lionel Landwerlin · 5 years ago
  74. 4689e98 vulkan/wsi: Set X11 minImageCount to 3. by Bas Nieuwenhuizen · 5 years ago
  75. d70d8b2 vulkan/overlay: fix truncating error on 32bit platforms by Lionel Landwerlin · 5 years ago
  76. 558a067 vulkan/overlay-layer: fix cast errors by Lionel Landwerlin · 5 years ago
  77. b464504 vulkan: Update the XML and headers to 1.1.108 by Jason Ekstrand · 5 years ago
  78. 87722e0 vulkan/overlay: keep allocating draw data until it can be reused by Lionel Landwerlin · 5 years ago
  79. ad2b4aa vulkan/overlay: keep allocating draw data until it can be reused by Lionel Landwerlin · 5 years ago
  80. 877b371 vulkan/overlay: fix truncating error on 32bit platforms by Lionel Landwerlin · 5 years ago
  81. 2d29279 vulkan/overlay-layer: fix cast errors by Lionel Landwerlin · 5 years ago
  82. 6a1afd2 UPSTREAM: android: Build fixes for OMR1 by Tapani Pälli · 6 years ago
  83. 3522f9ab Merge remote-tracking branch 'aosp/upstream-19.0' into aosp/master by John Stultz · 5 years ago
  84. ff4168c vulkan/overlay: add TODO list by Lionel Landwerlin · 6 years ago
  85. 99cb2d3 vulkan/overlay: make overriden functions static by Lionel Landwerlin · 6 years ago
  86. f2afd6b vulkan/overlay: make overlay size configurable by Lionel Landwerlin · 6 years ago
  87. 7d90803 vulkan/overlay: add a frame counter option by Lionel Landwerlin · 6 years ago
  88. 81fd6ba vulkan/overlay: record all select metrics into output file by Lionel Landwerlin · 6 years ago
  89. 74a9fdd vulkan/overlay: add a margin to the size of the window by Lionel Landwerlin · 6 years ago
  90. 7ba50d8 vulkan/overlay: add no display option by Lionel Landwerlin · 6 years ago
  91. ea7a6fa vulkan/overlay: add pipeline statistic & timestamps support by Lionel Landwerlin · 6 years ago
  92. 4438188 vulkan/overlay: record stats in command buffers and accumulate on exec/submit by Lionel Landwerlin · 6 years ago
  93. 9eddcee vulkan/overlay: update help printout by Lionel Landwerlin · 6 years ago
  94. a1e6b5e vulkan/util: generate a helper function to return pNext struct sizes by Lionel Landwerlin · 6 years ago
  95. da8d9e2 wsi/wayland: document lack of vkAcquireNextImageKHR timeout support by Eric Engestrom · 6 years ago
  96. 9826e04 vulkan/wsi/wayland: Respect non-blocking AcquireNextImage by Daniel Stone · 6 years ago
  97. 7ca8ba1 delete autotools .gitignore files by Eric Engestrom · 5 years ago
  98. bd0c4e3 vulkan/wsi: don't use DUMB_CLOSE for normal GEM handles by Emil Velikov · 5 years ago
  99. c962a78 vulkan/wsi: check if the display_fd given is master by Emil Velikov · 5 years ago
  100. f2e0f5c vulkan/wsi: Add X11 adaptive sync support based on dri options. by Bas Nieuwenhuizen · 5 years ago