1. 7671d46 Add HDR support to Vulkan by Courtney Goeltzenleuchter · 7 years ago
  2. cd8ad33 Additional changes to Vulkan 1.1 API updates by Ian Elliott · 7 years ago
  3. f25f5bb Vulkan api update to 1.1 by Daniel Koch · 7 years ago
  4. bd7e03a Limit Display-P3 surface formats to 8888 by Courtney Goeltzenleuchter · 7 years ago
  5. b52abee Fix DEQP failure regarding VK_COLOR_SPACE_EXTENDED_SRGB_LINEAR_EXT: by Courtney Goeltzenleuchter · 7 years ago
  6. 3329c08 Add VK_COLOR_SPACE_EXTENDED_SRGB_NONLINEAR_EXT. by Courtney Goeltzenleuchter · 7 years ago
  7. 8e0c3f5 vulkan: Translate usage flags before passing to driver by Chris Forbes · 7 years ago
  8. cb496ac use 64-bits usage bits almost everywhere by Mathias Agopian · 7 years ago
  9. 1671de0 Revert "use 64-bits usage bits almost everywhere" by Guang Zhu · 7 years ago
  10. 175d987 use 64-bits usage bits almost everywhere by Mathias Agopian · 7 years ago
  11. 6a3c05b fix circular dependency libnativewindow <-> libui by Mathias Agopian · 8 years ago
  12. dc96fdf egl: Differentiate pending vs invalid timestamps. by Brian Anderson · 8 years ago
  13. 894780b Remove driver workaround by Courtney Goeltzenleuchter · 8 years ago
  14. fca0f29 vulkan: Dequeue the shared buffer again after presenting by Chris Forbes · 8 years ago
  15. c88409c vulkan: Don't dequeue in AcquireNextImageKHR if in shared mode by Chris Forbes · 8 years ago
  16. e0ced03 vulkan: Only cancel buffers during swapchain creation if not shared by Chris Forbes · 8 years ago
  17. 97ef461 vulkan: Set shared & auto refresh modes earlier by Chris Forbes · 8 years ago
  18. f883564 vulkan: Track whether in shared mode in Swapchain by Chris Forbes · 8 years ago
  19. 2c8fc75 vulkan: Always request at least 2 images for swapchain by Chris Forbes · 8 years ago
  20. 7992781 Use gralloc usage conversion library by Jesse Hall · 8 years ago
  21. d8ab439 Merge "egl: Remove retire event." by TreeHugger Robot · 8 years ago
  22. 4e606e3 egl: Remove retire event. by Brian Anderson · 8 years ago
  23. c45673f Update extension enums to match upstream. by Courtney Goeltzenleuchter · 8 years ago
  24. 06bc009 vulkan: Implement usage flags query for KHR_shared_presentable_image by Chris Forbes · 8 years ago
  25. 2452cf7 vulkan: Implement KHR_get_surface_capabilities2 by Chris Forbes · 8 years ago
  26. f25db04 Merge "Make IGraphicBufferProducer a hybrid interface." by TreeHugger Robot · 8 years ago
  27. e0c320c Merge "Revert "Extend hack to new driver version"" by Steve Pfetsch · 8 years ago
  28. 72957a9 Revert "Extend hack to new driver version" by Steve Pfetsch · 8 years ago
  29. 6e1193a Make IGraphicBufferProducer a hybrid interface. by Pawin Vongmasa · 8 years ago
  30. 762c813 Use valid libvulkan error results by Mike Stroyan · 8 years ago
  31. 1ed3d79 Merge changes I121df86d,Ia692a5fd by TreeHugger Robot · 8 years ago
  32. df4ccdf Merge changes from topic 'colorspace_support' by TreeHugger Robot · 8 years ago
  33. 7d4a64a Add Vulkan to native helpers by Courtney Goeltzenleuchter · 8 years ago
  34. e278daf Use Surface::GetWideColorSupport in VK_EXT_swapchain_colorspace by Courtney Goeltzenleuchter · 8 years ago
  35. bca34c9 Update color space names to match extension by Courtney Goeltzenleuchter · 8 years ago
  36. 9b7e453 libvulkan : Handle VK_PRESENT_MODE_MAILBOX_KHR CASES correctly by Hrishikesh Manohar · 8 years ago
  37. 061fc6a Merge "Extend hack to new driver version" by Steve Pfetsch · 8 years ago
  38. e8d79a6 vulkan: Advertise present modes based on actual capabilities by Chris Forbes · 8 years ago
  39. fc00a1d Extend hack to new driver version by Kalle Raita · 8 years ago
  40. d634c48 Add HDR Metadata extension by Courtney Goeltzenleuchter · 8 years ago
  41. b9d9e30 Merge "Ignore VK_KHR_incremental_present hint for MAILBOX." by TreeHugger Robot · 8 years ago
  42. 832b6b9 Merge "EGL: Use frameId instead of framesAgo for frame events." by Brian C. Anderson · 8 years ago
  43. ffedb65 Ignore VK_KHR_incremental_present hint for MAILBOX. by Ian Elliott · 8 years ago
  44. 85bb0c5 vulkan: Temporarily hack around loader/driver mismatch by Jesse Hall · 8 years ago
  45. d1abd74 vulkan: Add gralloc1 usage to VK_ANDROID_native_buffer by Jesse Hall · 8 years ago
  46. e3066e9 vulkan: Disable shared present modes for now by Chris Forbes · 8 years ago
  47. 1049d1d EGL: Use frameId instead of framesAgo for frame events. by Brian Anderson · 8 years ago
  48. 4da65b9 vulkan: Adjust ANDROID_native_buffer to match new shared image naming by Chris Forbes · 8 years ago
  49. 1d5f68c vulkan: KHR_swapchain_front_buffered -> KHR_shared_presentable_image by Chris Forbes · 8 years ago
  50. be833a2 Vulkan: only report refreshDuration, not {min|max}RefreshDuration by Ian Elliott · 8 years ago
  51. 62c48c9 Plumb refresh cycle duration up to VK_GOOGLE_display_timing. by Ian Elliott · 8 years ago
  52. 14866bb Fix typo in new enum, VK_STRUCTURE_TYPE_PRESENT_TIMES_INFO_GOOGLE by Ian Elliott · 8 years ago
  53. 4e18ba8 vulkan: return OUT_OF_DATE from GetSwapchainStatus if not current by Chris Forbes · 8 years ago
  54. 2c6355d Minor tweaks to VK_GOOGLE_display_timing by Ian Elliott · 8 years ago
  55. 84b9bc0 Merge "Enumerate initial version of VK_GOOGLE_display_timing" by Ian Elliott · 8 years ago
  56. 8a97726 Enumerate initial version of VK_GOOGLE_display_timing by Ian Elliott · 8 years ago
  57. b8042d2 vulkan: enable shared buffer mode and auto refresh if desired by Chris Forbes · 8 years ago
  58. b442152 vulkan: Set front buffer bit for image creation by Chris Forbes · 8 years ago
  59. 980ad05 vulkan: Offer frontbuffered present modes by Chris Forbes · 8 years ago
  60. 0f2ac2e vulkan: Add function stub & plumbing for KHR_swapchain_front_buffered by Chris Forbes · 8 years ago
  61. b56287a vulkan: Chain VkSwapchainImageCreateInfoANDROID structure by Chris Forbes · 8 years ago
  62. 8c47dc9 vulkan: Use GetSwapchainGrallocUsage2ANDROID where available by Chris Forbes · 8 years ago
  63. 1030084 vulkan: Remove bogus IMAGE_USAGE_GENERAL from todo note by Chris Forbes · 8 years ago
  64. e0ea99c resolve merge conflicts of a2c2d11f9 to master by Mark Salyzyn · 8 years ago
  65. 7823e12 Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 8 years ago
  66. 4c8bb2a Stubbed implementation of VK_GOOGLE_display_timing extension. by Ian Elliott · 8 years ago
  67. c03d283 resolve merge conflicts of 525a5f2 to master by Mark Salyzyn · 8 years ago
  68. a5e161b Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 8 years ago
  69. b31ad5e Merge "libvulkan: add NULL check to DestroySwapchainKHR" am: 55e4f91258 am: f9312a168a am: c148af227a by Daniel Koch · 8 years ago
  70. d78c2e8 libvulkan: add NULL check to DestroySwapchainKHR by Daniel Koch · 8 years ago
  71. cb35113 Initial implementation of VK_KHR_incremental_present. by Ian Elliott · 8 years ago
  72. 7331e22 libvulkan: Fix count returned for incomplete wsi queries by Jesse Hall · 8 years ago
  73. 42a9eec libvulkan: reduce log level for swapchain usage errors by Jesse Hall · 8 years ago
  74. dc22507 libvulkan: Slightly better handling of swapchain re-creation by Jesse Hall · 8 years ago
  75. 2676338 vulkan: Update vulkan.h to 1.0.13 by Jesse Hall · 8 years ago
  76. 3d1c82a libvulkan: Reset window before creating swapchain by Jesse Hall · 9 years ago
  77. e8e689f vulkan: replace std::shared_ptr by android::sp by Chia-I Wu · 9 years ago
  78. 4ad5c14 Merge changes I21f07545,I73c39cbe,I47b1639c,I4a6268d7,I06be9898, ... into nyc-dev by Chia-I Wu · 9 years ago
  79. 4a6a916 vulkan: use driver::GetData everywhere by Chia-I Wu · 9 years ago
  80. 6226223 vulkan: move all _Bottom functions by Chia-I Wu · 9 years ago
  81. c684560 vulkan: avoid double-free in InitSharedPtr by Chia-I Wu · 9 years ago
  82. cc5e276 vulkan: rework DriverDispatchTable by Chia-I Wu · 9 years ago
  83. e6080bf libvulkan: Check for negative in signed -> unsigned conversion by Jesse Hall · 9 years ago
  84. 178b696 libvulkan: Set window transform based on swapchain preTransform by Jesse Hall · 9 years ago
  85. 55bc097 libvulkan: Report current and supported transforms accurately by Jesse Hall · 9 years ago
  86. 3d92c53 Merge "libvulkan: Support R5G6B5_UNORM_PACK16 as a swapchain format" into nyc-dev by Jesse Hall · 9 years ago
  87. 148a1b4 Merge "libvulkan: Un-revert and fix VK_PRESENT_MODE_MAILBOX_KHR" into nyc-dev by Jesse Hall · 9 years ago
  88. 517274a libvulkan: Support R5G6B5_UNORM_PACK16 as a swapchain format by Jesse Hall · 9 years ago
  89. fe2662d libvulkan: Initialize VkSurfacePropertiesKHR::supportedCompositeAlpha by Jesse Hall · 9 years ago
  90. 0ae0dce libvulkan: Un-revert and fix VK_PRESENT_MODE_MAILBOX_KHR by Jesse Hall · 9 years ago
  91. 9ec497c Revert "libvulkan: Implement VK_PRESENT_MODE_MAILBOX_KHR" by Courtney Goeltzenleuchter · 9 years ago
  92. 26cecff libvulkan: Fix dEQP-VK.api.object_management.alloc_callback_fail.instance by Jesse Hall · 9 years ago
  93. f333922 libvulkan: Implement VK_PRESENT_MODE_MAILBOX_KHR by Jesse Hall · 9 years ago
  94. 715b86a vulkan: Support VK_EXT_debug_report in loader and nulldrv by Jesse Hall · 9 years ago
  95. 275d76c vulkan: Pass vkQueuePresentKHR wait semaphores to vkQueueSignalReleaseImageANDROID by Jesse Hall · 9 years ago
  96. 3dd678a vulkan: Update from version 0.221.0 to 1.0! by Jesse Hall · 9 years ago
  97. f9fa9a5 vulkan: Update from version 0.210.1 to 0.213.0 by Jesse Hall · 9 years ago
  98. 1f91d39 vulkan: Implement new vkGet*ProcAddrBehavior by Jesse Hall · 9 years ago
  99. 0619380 libvulkan: Implement new VkFence parameter in vkAcquireNextImageKHR by Jesse Hall · 9 years ago
  100. f4ab2b1 vulkan: Update from version 0.206.0 to 0.209.0 by Jesse Hall · 9 years ago