1. 7359759 Vulkan: Fixing return code for vkQueuePresentKHR by silence_dogood · 6 years ago
  2. df542f6 Merge "Vulkan: Ensure swapchain gets enough images for MAILBOX." into qt-dev by Ian Elliott · 6 years ago
  3. a3515f4 Vulkan: Ensure swapchain gets enough images for MAILBOX. by Ian Elliott · 6 years ago
  4. 3568bfe Have vkGetRefreshCycleDurationGOOGLE query SF every time. by Ian Elliott · 6 years ago
  5. 0f47522 libvulkan: correctly handle VkBindImageMemorySwapchainInfoKHR by Yiwei Zhang · 6 years ago
  6. 2314310 libvulkan: intercept vkBindImageMemory2(KHR) at driver level by Yiwei Zhang · 6 years ago
  7. 94ace21 Add 2 addtional VkFormat's to vkGetPhysicalDeviceSurfaceFormatsKHR by Ian Elliott · 6 years ago
  8. 34d4121 Merge "Vulkan: add atrace support" by TreeHugger Robot · 6 years ago
  9. c1ea815 Vulkan: fix VK_FORMAT_A2B10G10R10_UNORM_PACK32 format mapping by Yiwei Zhang · 6 years ago
  10. fdd0c2a Vulkan: add atrace support by Yiwei Zhang · 6 years ago
  11. 5979cb5 Enable FP16 support in Vulkan by Yiwei Zhang · 7 years ago
  12. bcbc73a [vulkan] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  13. c91b9b7 libvulkan: vkGetPhysicalDeviceSurfaceSupportKHR by Yiwei Zhang · 7 years ago
  14. 31b85c2 Fix cleanup of swapchain images in the shared case by Chris Forbes · 7 years ago
  15. 6435b32 libvulkan: VkSurfaceKHR shouldn't work with must-be-YUV native windows by Yiwei Zhang · 7 years ago
  16. 8e951d5 swapchain: add a case for minImageCount in capabilities by Yiwei Zhang · 7 years ago
  17. e4a559c swapchain: add condition to report mailbox mode by Yiwei Zhang · 7 years ago
  18. dbd9615 swapchain: add query for MaxBufferCount by Yiwei Zhang · 7 years ago
  19. 7671d46 Add HDR support to Vulkan by Courtney Goeltzenleuchter · 7 years ago
  20. cd8ad33 Additional changes to Vulkan 1.1 API updates by Ian Elliott · 8 years ago
  21. f25f5bb Vulkan api update to 1.1 by Daniel Koch · 8 years ago
  22. bd7e03a Limit Display-P3 surface formats to 8888 by Courtney Goeltzenleuchter · 8 years ago
  23. b52abee Fix DEQP failure regarding VK_COLOR_SPACE_EXTENDED_SRGB_LINEAR_EXT: by Courtney Goeltzenleuchter · 8 years ago
  24. 3329c08 Add VK_COLOR_SPACE_EXTENDED_SRGB_NONLINEAR_EXT. by Courtney Goeltzenleuchter · 8 years ago
  25. 8e0c3f5 vulkan: Translate usage flags before passing to driver by Chris Forbes · 8 years ago
  26. cb496ac use 64-bits usage bits almost everywhere by Mathias Agopian · 8 years ago
  27. 1671de0 Revert "use 64-bits usage bits almost everywhere" by Guang Zhu · 8 years ago
  28. 175d987 use 64-bits usage bits almost everywhere by Mathias Agopian · 8 years ago
  29. 6a3c05b fix circular dependency libnativewindow <-> libui by Mathias Agopian · 8 years ago
  30. dc96fdf egl: Differentiate pending vs invalid timestamps. by Brian Anderson · 8 years ago
  31. 894780b Remove driver workaround by Courtney Goeltzenleuchter · 8 years ago
  32. fca0f29 vulkan: Dequeue the shared buffer again after presenting by Chris Forbes · 8 years ago
  33. c88409c vulkan: Don't dequeue in AcquireNextImageKHR if in shared mode by Chris Forbes · 8 years ago
  34. e0ced03 vulkan: Only cancel buffers during swapchain creation if not shared by Chris Forbes · 8 years ago
  35. 97ef461 vulkan: Set shared & auto refresh modes earlier by Chris Forbes · 8 years ago
  36. f883564 vulkan: Track whether in shared mode in Swapchain by Chris Forbes · 8 years ago
  37. 2c8fc75 vulkan: Always request at least 2 images for swapchain by Chris Forbes · 8 years ago
  38. 7992781 Use gralloc usage conversion library by Jesse Hall · 8 years ago
  39. d8ab439 Merge "egl: Remove retire event." by TreeHugger Robot · 8 years ago
  40. 4e606e3 egl: Remove retire event. by Brian Anderson · 8 years ago
  41. c45673f Update extension enums to match upstream. by Courtney Goeltzenleuchter · 8 years ago
  42. 06bc009 vulkan: Implement usage flags query for KHR_shared_presentable_image by Chris Forbes · 8 years ago
  43. 2452cf7 vulkan: Implement KHR_get_surface_capabilities2 by Chris Forbes · 8 years ago
  44. f25db04 Merge "Make IGraphicBufferProducer a hybrid interface." by TreeHugger Robot · 8 years ago
  45. e0c320c Merge "Revert "Extend hack to new driver version"" by Steve Pfetsch · 8 years ago
  46. 72957a9 Revert "Extend hack to new driver version" by Steve Pfetsch · 8 years ago
  47. 6e1193a Make IGraphicBufferProducer a hybrid interface. by Pawin Vongmasa · 8 years ago
  48. 762c813 Use valid libvulkan error results by Mike Stroyan · 8 years ago
  49. 1ed3d79 Merge changes I121df86d,Ia692a5fd by TreeHugger Robot · 8 years ago
  50. df4ccdf Merge changes from topic 'colorspace_support' by TreeHugger Robot · 8 years ago
  51. 7d4a64a Add Vulkan to native helpers by Courtney Goeltzenleuchter · 8 years ago
  52. e278daf Use Surface::GetWideColorSupport in VK_EXT_swapchain_colorspace by Courtney Goeltzenleuchter · 8 years ago
  53. bca34c9 Update color space names to match extension by Courtney Goeltzenleuchter · 8 years ago
  54. 9b7e453 libvulkan : Handle VK_PRESENT_MODE_MAILBOX_KHR CASES correctly by Hrishikesh Manohar · 8 years ago
  55. 061fc6a Merge "Extend hack to new driver version" by Steve Pfetsch · 8 years ago
  56. e8d79a6 vulkan: Advertise present modes based on actual capabilities by Chris Forbes · 8 years ago
  57. fc00a1d Extend hack to new driver version by Kalle Raita · 8 years ago
  58. d634c48 Add HDR Metadata extension by Courtney Goeltzenleuchter · 8 years ago
  59. b9d9e30 Merge "Ignore VK_KHR_incremental_present hint for MAILBOX." by TreeHugger Robot · 8 years ago
  60. 832b6b9 Merge "EGL: Use frameId instead of framesAgo for frame events." by Brian C. Anderson · 8 years ago
  61. ffedb65 Ignore VK_KHR_incremental_present hint for MAILBOX. by Ian Elliott · 8 years ago
  62. 85bb0c5 vulkan: Temporarily hack around loader/driver mismatch by Jesse Hall · 8 years ago
  63. d1abd74 vulkan: Add gralloc1 usage to VK_ANDROID_native_buffer by Jesse Hall · 8 years ago
  64. e3066e9 vulkan: Disable shared present modes for now by Chris Forbes · 8 years ago
  65. 1049d1d EGL: Use frameId instead of framesAgo for frame events. by Brian Anderson · 9 years ago
  66. 4da65b9 vulkan: Adjust ANDROID_native_buffer to match new shared image naming by Chris Forbes · 8 years ago
  67. 1d5f68c vulkan: KHR_swapchain_front_buffered -> KHR_shared_presentable_image by Chris Forbes · 8 years ago
  68. be833a2 Vulkan: only report refreshDuration, not {min|max}RefreshDuration by Ian Elliott · 8 years ago
  69. 62c48c9 Plumb refresh cycle duration up to VK_GOOGLE_display_timing. by Ian Elliott · 8 years ago
  70. 14866bb Fix typo in new enum, VK_STRUCTURE_TYPE_PRESENT_TIMES_INFO_GOOGLE by Ian Elliott · 8 years ago
  71. 4e18ba8 vulkan: return OUT_OF_DATE from GetSwapchainStatus if not current by Chris Forbes · 8 years ago
  72. 2c6355d Minor tweaks to VK_GOOGLE_display_timing by Ian Elliott · 8 years ago
  73. 84b9bc0 Merge "Enumerate initial version of VK_GOOGLE_display_timing" by Ian Elliott · 8 years ago
  74. 8a97726 Enumerate initial version of VK_GOOGLE_display_timing by Ian Elliott · 8 years ago
  75. b8042d2 vulkan: enable shared buffer mode and auto refresh if desired by Chris Forbes · 8 years ago
  76. b442152 vulkan: Set front buffer bit for image creation by Chris Forbes · 8 years ago
  77. 980ad05 vulkan: Offer frontbuffered present modes by Chris Forbes · 8 years ago
  78. 0f2ac2e vulkan: Add function stub & plumbing for KHR_swapchain_front_buffered by Chris Forbes · 8 years ago
  79. b56287a vulkan: Chain VkSwapchainImageCreateInfoANDROID structure by Chris Forbes · 8 years ago
  80. 8c47dc9 vulkan: Use GetSwapchainGrallocUsage2ANDROID where available by Chris Forbes · 8 years ago
  81. 1030084 vulkan: Remove bogus IMAGE_USAGE_GENERAL from todo note by Chris Forbes · 8 years ago
  82. e0ea99c resolve merge conflicts of a2c2d11f9 to master by Mark Salyzyn · 8 years ago
  83. 7823e12 Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 9 years ago
  84. 4c8bb2a Stubbed implementation of VK_GOOGLE_display_timing extension. by Ian Elliott · 9 years ago
  85. c03d283 resolve merge conflicts of 525a5f2 to master by Mark Salyzyn · 9 years ago
  86. a5e161b Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 9 years ago
  87. b31ad5e Merge "libvulkan: add NULL check to DestroySwapchainKHR" am: 55e4f91258 am: f9312a168a am: c148af227a by Daniel Koch · 9 years ago
  88. d78c2e8 libvulkan: add NULL check to DestroySwapchainKHR by Daniel Koch · 9 years ago
  89. cb35113 Initial implementation of VK_KHR_incremental_present. by Ian Elliott · 9 years ago
  90. 7331e22 libvulkan: Fix count returned for incomplete wsi queries by Jesse Hall · 9 years ago
  91. 42a9eec libvulkan: reduce log level for swapchain usage errors by Jesse Hall · 9 years ago
  92. dc22507 libvulkan: Slightly better handling of swapchain re-creation by Jesse Hall · 9 years ago
  93. 2676338 vulkan: Update vulkan.h to 1.0.13 by Jesse Hall · 9 years ago
  94. 3d1c82a libvulkan: Reset window before creating swapchain by Jesse Hall · 9 years ago
  95. e8e689f vulkan: replace std::shared_ptr by android::sp by Chia-I Wu · 9 years ago
  96. 4ad5c14 Merge changes I21f07545,I73c39cbe,I47b1639c,I4a6268d7,I06be9898, ... into nyc-dev by Chia-I Wu · 9 years ago
  97. 4a6a916 vulkan: use driver::GetData everywhere by Chia-I Wu · 9 years ago
  98. 6226223 vulkan: move all _Bottom functions by Chia-I Wu · 9 years ago
  99. c684560 vulkan: avoid double-free in InitSharedPtr by Chia-I Wu · 9 years ago
  100. cc5e276 vulkan: rework DriverDispatchTable by Chia-I Wu · 9 years ago