1. 5e13d0c Add conditional BT709 support to the vulkan swapchain by Trevor David Black · 3 years, 10 months ago
  2. 6fcbd07 swapchain: Implement VK_KHR_surface_protected_capabilities by Ian Elliott · 3 years, 11 months ago
  3. 2f7f0ff swapchain: Implement VK_GOOGLE_surfaceless_query by Ian Elliott · 3 years, 11 months ago
  4. 6acd8e8 Revert "swapchain: Implement VK_GOOGLE_surfaceless_query" by Shreshta Manu · 3 years, 11 months ago
  5. 129d428 Revert "swapchain: Implement VK_KHR_surface_protected_capabilities" by Shreshta Manu · 3 years, 11 months ago
  6. a9e06fd swapchain: Implement VK_KHR_surface_protected_capabilities by Ian Elliott · 3 years, 11 months ago
  7. 8e0f121 swapchain: Implement VK_GOOGLE_surfaceless_query by Ian Elliott · 3 years, 11 months ago
  8. 5396b70 swapchain: Fix SHARED presentation modes by Ian Elliott · 4 years, 1 month ago
  9. f573798 swapchain: Fix MAILBOX and SHARED presentation modes by Ian Elliott · 4 years, 1 month ago
  10. 148bad0 swapchain: increase the minimal buffer count to 3 by Ady Abraham · 4 years, 7 months ago
  11. b7f378a Merge "Fix setting the dequeueBuffer timeout to -1" am: 1e0ec09f5e am: c715e51a74 am: 770693f1ac by Nicolas Capens · 4 years, 9 months ago
  12. 147b7da Fix setting the dequeueBuffer timeout to -1 by Nicolas Capens · 4 years, 9 months ago
  13. 785ac97 Merge "vulkan: remove redundant native_window_set_buffer_count call" am: b3610529f2 am: 0bc0a4a717 am: 1cbf4ebea1 by Treehugger Robot · 4 years, 10 months ago
  14. 40065e5 Merge "vulkan: return VK_ERROR_SURFACE_LOST_KHR when queueBuffer fails" am: 83a6b55b28 am: 18a788a0c7 am: 9f2cbc235c by Treehugger Robot · 4 years, 10 months ago
  15. b361052 Merge "vulkan: remove redundant native_window_set_buffer_count call" by Treehugger Robot · 4 years, 10 months ago
  16. 492dd5f vulkan: return VK_ERROR_SURFACE_LOST_KHR when queueBuffer fails by Yiwei Zhang · 4 years, 10 months ago
  17. 9912b09 vulkan: remove redundant native_window_set_buffer_count call by Yiwei Zhang · 4 years, 10 months ago
  18. c4eb0c6 Merge "libvulkan: revert the false surface support implementation" am: cdec9919a2 am: 5de62c01e6 am: 3e6d95ef25 by Treehugger Robot · 5 years ago
  19. c7e46c4 libvulkan: revert the false surface support implementation by Yiwei Zhang · 5 years ago
  20. da2e479 Vulkan: swapchain images to be early released must be idle by Yiwei Zhang · 5 years ago
  21. 9df5bff Vulkan: swapchain images to be early released must be idle by Yiwei Zhang · 5 years ago
  22. 93b521c libvulkan: cleanup some redundant codes by Yiwei Zhang · 6 years ago
  23. 6a04962 Merge "Remove an obsolete TODO for vkGetPhysicalDevicePresentRectanglesKHR" by TreeHugger Robot · 6 years ago
  24. 4e79c5b Remove an obsolete TODO for vkGetPhysicalDevicePresentRectanglesKHR by Yiwei Zhang · 6 years ago
  25. c0f8a2c Vulkan: handle INVALID_OPERATION from BQ in the timeout case by Yiwei Zhang · 6 years ago
  26. bca35eb Merge "Refactor the native window api return codes and simplify the window use" by TreeHugger Robot · 6 years ago
  27. 9a420af Merge "Vulkan: implement timeout for vkAcquireNextImageKHR" by TreeHugger Robot · 6 years ago
  28. f5030b4 Refactor the native window api return codes and simplify the window use by Yiwei Zhang · 6 years ago
  29. 705c2e6 Vulkan: implement timeout for vkAcquireNextImageKHR by Yiwei Zhang · 6 years ago
  30. 324191f Vulkan: dynamically advertise surface formats by Charlie Lao · 6 years ago
  31. 702beb4 Vulkan: Improve error translation in CreateSwapChainKHR by Yiwei Zhang · 6 years ago
  32. b74b376 Merge "Revert "Add 2 addtional VkFormat's to vkGetPhysicalDeviceSurfaceFormatsKHR"" am: 19c8513c7b am: 445ec6d2cf am: 2734c0f3b6 by Ian Elliott · 6 years ago
  33. 2239611 Revert "Add 2 addtional VkFormat's to vkGetPhysicalDeviceSurfaceFormatsKHR" by Ian Elliott · 6 years ago
  34. a885c06 Vulkan: convert all the TODOs into actual issues to chase against by Yiwei Zhang · 6 years ago
  35. d04f4ed [vulkan] fix -Wreorder-init-list by Nick Desaulniers · 6 years ago
  36. e745a3e [vulkan] fix -Wreorder-init-list by Nick Desaulniers · 6 years ago
  37. 9eee7a7 Merge "libvulkan: add a nullptr check for ANativeWindow*" am: 52d84f8f25 by Yiwei Zhang · 6 years ago
  38. c81b532 libvulkan: add a nullptr check for ANativeWindow* by Yiwei Zhang · 6 years ago
  39. 9d18783 Vulkan: fix the return code for vkGetPastPresentationTimingGOOGLE by Yiwei Zhang · 6 years ago
  40. 69395cd GpuStats: track Vulkan apps not doing pre-rotation correctly by Yiwei Zhang · 7 years ago
  41. 5e86220 Vulkan: clean up android::Vector in the loader by Yiwei Zhang · 7 years ago
  42. 0b46847 Vulkan: fix vkQueuePresentKHR logic when queueBuffer fails by Yiwei Zhang · 7 years ago
  43. 533cea9 Vulkan: refactor and unify the swapchain destroy by Yiwei Zhang · 7 years ago
  44. 70a2196 Vulkan: clean up the swapchain implementation by Yiwei Zhang · 7 years ago
  45. 7359759 Vulkan: Fixing return code for vkQueuePresentKHR by silence_dogood · 7 years ago
  46. df542f6 Merge "Vulkan: Ensure swapchain gets enough images for MAILBOX." into qt-dev by Ian Elliott · 7 years ago
  47. a3515f4 Vulkan: Ensure swapchain gets enough images for MAILBOX. by Ian Elliott · 7 years ago
  48. 3568bfe Have vkGetRefreshCycleDurationGOOGLE query SF every time. by Ian Elliott · 7 years ago
  49. 0f47522 libvulkan: correctly handle VkBindImageMemorySwapchainInfoKHR by Yiwei Zhang · 7 years ago
  50. 2314310 libvulkan: intercept vkBindImageMemory2(KHR) at driver level by Yiwei Zhang · 7 years ago
  51. 94ace21 Add 2 addtional VkFormat's to vkGetPhysicalDeviceSurfaceFormatsKHR by Ian Elliott · 7 years ago
  52. 34d4121 Merge "Vulkan: add atrace support" by TreeHugger Robot · 7 years ago
  53. c1ea815 Vulkan: fix VK_FORMAT_A2B10G10R10_UNORM_PACK32 format mapping by Yiwei Zhang · 7 years ago
  54. fdd0c2a Vulkan: add atrace support by Yiwei Zhang · 7 years ago
  55. 5979cb5 Enable FP16 support in Vulkan by Yiwei Zhang · 7 years ago
  56. bcbc73a [vulkan] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  57. c91b9b7 libvulkan: vkGetPhysicalDeviceSurfaceSupportKHR by Yiwei Zhang · 8 years ago
  58. 31b85c2 Fix cleanup of swapchain images in the shared case by Chris Forbes · 8 years ago
  59. 6435b32 libvulkan: VkSurfaceKHR shouldn't work with must-be-YUV native windows by Yiwei Zhang · 8 years ago
  60. 8e951d5 swapchain: add a case for minImageCount in capabilities by Yiwei Zhang · 8 years ago
  61. e4a559c swapchain: add condition to report mailbox mode by Yiwei Zhang · 8 years ago
  62. dbd9615 swapchain: add query for MaxBufferCount by Yiwei Zhang · 8 years ago
  63. 7671d46 Add HDR support to Vulkan by Courtney Goeltzenleuchter · 8 years ago
  64. cd8ad33 Additional changes to Vulkan 1.1 API updates by Ian Elliott · 8 years ago
  65. f25f5bb Vulkan api update to 1.1 by Daniel Koch · 8 years ago
  66. bd7e03a Limit Display-P3 surface formats to 8888 by Courtney Goeltzenleuchter · 8 years ago
  67. b52abee Fix DEQP failure regarding VK_COLOR_SPACE_EXTENDED_SRGB_LINEAR_EXT: by Courtney Goeltzenleuchter · 8 years ago
  68. 3329c08 Add VK_COLOR_SPACE_EXTENDED_SRGB_NONLINEAR_EXT. by Courtney Goeltzenleuchter · 9 years ago
  69. 8e0c3f5 vulkan: Translate usage flags before passing to driver by Chris Forbes · 9 years ago
  70. cb496ac use 64-bits usage bits almost everywhere by Mathias Agopian · 9 years ago
  71. 1671de0 Revert "use 64-bits usage bits almost everywhere" by Guang Zhu · 9 years ago
  72. 175d987 use 64-bits usage bits almost everywhere by Mathias Agopian · 9 years ago
  73. 6a3c05b fix circular dependency libnativewindow <-> libui by Mathias Agopian · 9 years ago
  74. dc96fdf egl: Differentiate pending vs invalid timestamps. by Brian Anderson · 9 years ago
  75. 894780b Remove driver workaround by Courtney Goeltzenleuchter · 9 years ago
  76. fca0f29 vulkan: Dequeue the shared buffer again after presenting by Chris Forbes · 9 years ago
  77. c88409c vulkan: Don't dequeue in AcquireNextImageKHR if in shared mode by Chris Forbes · 9 years ago
  78. e0ced03 vulkan: Only cancel buffers during swapchain creation if not shared by Chris Forbes · 9 years ago
  79. 97ef461 vulkan: Set shared & auto refresh modes earlier by Chris Forbes · 9 years ago
  80. f883564 vulkan: Track whether in shared mode in Swapchain by Chris Forbes · 9 years ago
  81. 2c8fc75 vulkan: Always request at least 2 images for swapchain by Chris Forbes · 9 years ago
  82. 7992781 Use gralloc usage conversion library by Jesse Hall · 9 years ago
  83. d8ab439 Merge "egl: Remove retire event." by TreeHugger Robot · 9 years ago
  84. 4e606e3 egl: Remove retire event. by Brian Anderson · 9 years ago
  85. c45673f Update extension enums to match upstream. by Courtney Goeltzenleuchter · 9 years ago
  86. 06bc009 vulkan: Implement usage flags query for KHR_shared_presentable_image by Chris Forbes · 9 years ago
  87. 2452cf7 vulkan: Implement KHR_get_surface_capabilities2 by Chris Forbes · 9 years ago
  88. f25db04 Merge "Make IGraphicBufferProducer a hybrid interface." by TreeHugger Robot · 9 years ago
  89. e0c320c Merge "Revert "Extend hack to new driver version"" by Steve Pfetsch · 9 years ago
  90. 72957a9 Revert "Extend hack to new driver version" by Steve Pfetsch · 9 years ago
  91. 6e1193a Make IGraphicBufferProducer a hybrid interface. by Pawin Vongmasa · 9 years ago
  92. 762c813 Use valid libvulkan error results by Mike Stroyan · 9 years ago
  93. 1ed3d79 Merge changes I121df86d,Ia692a5fd by TreeHugger Robot · 9 years ago
  94. df4ccdf Merge changes from topic 'colorspace_support' by TreeHugger Robot · 9 years ago
  95. 7d4a64a Add Vulkan to native helpers by Courtney Goeltzenleuchter · 9 years ago
  96. e278daf Use Surface::GetWideColorSupport in VK_EXT_swapchain_colorspace by Courtney Goeltzenleuchter · 9 years ago
  97. bca34c9 Update color space names to match extension by Courtney Goeltzenleuchter · 9 years ago
  98. 9b7e453 libvulkan : Handle VK_PRESENT_MODE_MAILBOX_KHR CASES correctly by Hrishikesh Manohar · 9 years ago
  99. 061fc6a Merge "Extend hack to new driver version" by Steve Pfetsch · 9 years ago
  100. e8d79a6 vulkan: Advertise present modes based on actual capabilities by Chris Forbes · 9 years ago