1. 4d90373 DO NOT MERGE - Merge pie-platform-release (PPRL.190705.004) into master by Xin Li · 7 years ago
  2. c1f2485 Track libziparchive API change. by Elliott Hughes · 7 years ago
  3. 84e4660 [RESTRICT AUTOMERGE] libvulkan: drop the advertised swapchain spec version to 68 by Yiwei Zhang · 7 years ago
  4. ae12055 Merge "libvulkan: track libziparchive API change." am: 237d9b27cd by Elliott Hughes · 7 years ago
  5. 5449204 libvulkan: track libziparchive API change. by Elliott Hughes · 7 years ago
  6. ee6e379 [RESTRICT AUTOMERGE] libvulkan: drop the advertised swapchain spec version to 68 by Yiwei Zhang · 7 years ago
  7. b9d7b81 Use upstream Vulkan headers from external/vulkan-headers by Jesse Hall · 7 years ago
  8. 408eda0 Prepare for moving Vulkan headers by Jesse Hall · 7 years ago
  9. 4fdaa43 Add dependency on libdl_android by dimitry · 7 years ago
  10. 2d81f3c Cut the static deps from libvulkan to libnativeloader and libnativebridge by Jiyong Park · 7 years ago
  11. 75067a7 Fix/suppress google-explicit-constructor warnings by Chih-Hung Hsieh · 7 years ago
  12. 26856ac Move to C API of libnativeloader. by Nicolas Geoffray · 7 years ago
  13. a7cc50d Have clang generate full debug info for libvulkan by dimitry · 7 years ago
  14. f47e8f8 vulkan: Update headers to 1.1.90 by Jesse Hall · 7 years ago
  15. 497c46f vulkan: Update headers to 1.1.87 by Jesse Hall · 7 years ago
  16. 5bc849f Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 7 years ago
  17. 32c087f vulkan: Fix EnumeratePhysicalDeviceGroups() by Chad Versace · 7 years ago
  18. 01728c1 replace dlclose() with CloseNativeLibrary() in vulkan layer by Jacky.Deng · 7 years ago
  19. bbf7700 Add fallback case to layers_extensions.cpp by Victor Khimenko · 7 years ago
  20. 26cb4f8 Merge "C++14 is the default now." am: 933c5f2365 by Elliott Hughes · 8 years ago
  21. f9c6acb C++14 is the default now. by Elliott Hughes · 8 years ago
  22. 7496700 Fix cleanup of swapchain images in the shared case am: 31b85c2326 by Chris Forbes · 8 years ago
  23. 31b85c2 Fix cleanup of swapchain images in the shared case by Chris Forbes · 8 years ago
  24. 47b900c Merge "vulkan: Update headers to 1.1.76" am: 381ee9c800 am: 1db52092b3 by Jesse Hall · 8 years ago
  25. 54f8d13 vulkan: Update headers to 1.1.76 by Jesse Hall · 8 years ago
  26. 6435b32 libvulkan: VkSurfaceKHR shouldn't work with must-be-YUV native windows by Yiwei Zhang · 8 years ago
  27. 4610a20 Merge "libvulkan: correctly expose VK_KHR_shared_presentable_image" into pi-dev by Yiwei Zhang · 8 years ago
  28. 8e951d5 swapchain: add a case for minImageCount in capabilities by Yiwei Zhang · 8 years ago
  29. db67cc7 libvulkan: correctly expose VK_KHR_shared_presentable_image by Yiwei Zhang · 8 years ago
  30. 19cc754 vulkan: Allow AHB extension to get to the driver by Jesse Hall · 8 years ago
  31. c1c9d3c libvulkan: correctly expose VK_KHR_shared_presentable_image by Yiwei Zhang · 8 years ago
  32. 9f5c65d Enable VK_KHR_swapchain for instances. by Jesse Hall · 8 years ago
  33. 5f646a0 vkGetDeviceQueue2: add a NULL check by Yiwei Zhang · 8 years ago
  34. d3bd842 stubhal: add EnumeratePhysicalDeviceGroups by Yiwei Zhang · 8 years ago
  35. caea411 libvulkan: Add VK_ANDROID_external_memory_android_hardware_buffer by Jesse Hall · 8 years ago
  36. 8c954d3 vulkan: update Vulkan headers to 1.1.68 by Jesse Hall · 8 years ago
  37. 170d370 Add VK1.1 entries to NDK libvulkan and fix a bug by Yiwei Zhang · 8 years ago
  38. 6bed0c5 Properly implement stubhal's vkGetInstanceProcAddr() by Ian Elliott · 8 years ago
  39. 1d990b2 Vulkan1.1: CreateInstance downgrades apiVersion for 1.0 ICDs by Ian Elliott · 8 years ago
  40. 28bd2c3 Additional changes to Vulkan 1.1 API updates by Ian Elliott · 8 years ago
  41. 09f7bf9 Vulkan api update to 1.1 by Daniel Koch · 8 years ago
  42. 7f983a8 vulkan: Allow AHB extension to get to the driver by Jesse Hall · 8 years ago
  43. f6481ef Enable VK_KHR_swapchain for instances. by Jesse Hall · 8 years ago
  44. e4a559c swapchain: add condition to report mailbox mode by Yiwei Zhang · 8 years ago
  45. dbd9615 swapchain: add query for MaxBufferCount by Yiwei Zhang · 8 years ago
  46. f5b9f73 vkGetDeviceQueue2: fix the NULL check by Yiwei Zhang · 8 years ago
  47. eb7bdbc vkGetDeviceQueue2: add a NULL check by Yiwei Zhang · 8 years ago
  48. fc9199f stubhal: add EnumeratePhysicalDeviceGroups by Yiwei Zhang · 8 years ago
  49. 58153aa Merge "Add HDR support to Vulkan" by TreeHugger Robot · 8 years ago
  50. 7671d46 Add HDR support to Vulkan by Courtney Goeltzenleuchter · 8 years ago
  51. 4d2b19c Merge "CreateInstance downgrades apiVersion for 1.0 ICDs" by Ian Elliott · 8 years ago
  52. a8d367a libvulkan: Add VK_ANDROID_external_memory_android_hardware_buffer by Jesse Hall · 8 years ago
  53. 35b4de1 vulkan: update Vulkan headers to 1.1.68 by Jesse Hall · 8 years ago
  54. f3e872d CreateInstance downgrades apiVersion for 1.0 ICDs by Ian Elliott · 8 years ago
  55. 4cd9cc9 Add VK1.1 entries to NDK libvulkan and fix a bug by Yiwei Zhang · 8 years ago
  56. d2aa3ab Rootless GPU Debug by Cody Northrop · 8 years ago
  57. a0f1608 Merge "Revert "Vulkan1.1: CreateInstance downgrades apiVersion for 1.0 ICDs"" by TreeHugger Robot · 8 years ago
  58. ebf17f1 Revert "Vulkan1.1: CreateInstance downgrades apiVersion for 1.0 ICDs" by Ian Elliott · 8 years ago
  59. 14c0e8d Merge "Vulkan1.1: CreateInstance downgrades apiVersion for 1.0 ICDs" by Ian Elliott · 8 years ago
  60. 0376660 Properly implement stubhal's vkGetInstanceProcAddr() by Ian Elliott · 8 years ago
  61. 205e461 Vulkan1.1: CreateInstance downgrades apiVersion for 1.0 ICDs by Ian Elliott · 8 years ago
  62. 1b3ecaa Revert "Vulkan1.1: CreateInstance downgrades apiVersion for 1.0 ICDs" by Aurimas Liutikas · 8 years ago
  63. d134b22 Vulkan1.1: CreateInstance downgrades apiVersion for 1.0 ICDs by Ian Elliott · 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. 8c8e81c Merge "Limit Display-P3 surface formats to 8888" into oc-mr1-dev am: 8c6462c8c4 by Courtney Goeltzenleuchter · 8 years ago
  67. 89e00d1 Merge changes I91c0080e,Ibfbf84a5 am: f9c4e2cc7c by Jesse Hall · 8 years ago
  68. bd7e03a Limit Display-P3 surface formats to 8888 by Courtney Goeltzenleuchter · 8 years ago
  69. 7772622 vulkan: Update Vulkan headers to 1.0.60 by Jesse Hall · 8 years ago
  70. a3f8840 GraphicsEnv is separated from libui by Jiyong Park · 9 years ago
  71. 9947eab vulkan: Update Vulkan headers to 1.0.54 by Jesse Hall · 8 years ago
  72. 3c9649e Merge "vulkan: Update Vulkan headers to 1.0.54" am: 0ddcc46845 by Jesse Hall · 8 years ago
  73. 9492f99 vulkan: Update Vulkan headers to 1.0.54 by Jesse Hall · 8 years ago
  74. b52abee Fix DEQP failure regarding VK_COLOR_SPACE_EXTENDED_SRGB_LINEAR_EXT: by Courtney Goeltzenleuchter · 8 years ago
  75. 3329c08 Add VK_COLOR_SPACE_EXTENDED_SRGB_NONLINEAR_EXT. by Courtney Goeltzenleuchter · 9 years ago
  76. 8e0c3f5 vulkan: Translate usage flags before passing to driver by Chris Forbes · 9 years ago
  77. f9b05ee SurfaceFlinger: Set property in StartPropertySetThread during init by Wei Wang · 8 years ago
  78. cb496ac use 64-bits usage bits almost everywhere by Mathias Agopian · 9 years ago
  79. 1671de0 Revert "use 64-bits usage bits almost everywhere" by Guang Zhu · 9 years ago
  80. b667c05 Merge "vulkan: Translate usage flags before passing to driver" into oc-dev by Chris Forbes · 9 years ago
  81. 4744291 vulkan: Translate usage flags before passing to driver by Chris Forbes · 9 years ago
  82. 175d987 use 64-bits usage bits almost everywhere by Mathias Agopian · 9 years ago
  83. 135fcf3 Merge "libvulkan: Enable GSC2 and SPI extensions" into oc-dev am: d69b9d0e87 by Chris Forbes · 9 years ago
  84. d69b9d0 Merge "libvulkan: Enable GSC2 and SPI extensions" into oc-dev by Chris Forbes · 9 years ago
  85. c0a749e Merge "GraphicsEnv is separated from libui" by TreeHugger Robot · 9 years ago
  86. 6a3c05b fix circular dependency libnativewindow <-> libui by Mathias Agopian · 9 years ago
  87. b36f4ee Return an error if apiVersion is 1.1+. by Ian Elliott · 9 years ago
  88. 27c39e1 GraphicsEnv is separated from libui by Jiyong Park · 9 years ago
  89. 1609500 libvulkan: Enable GSC2 and SPI extensions by Chris Forbes · 9 years ago
  90. 5c34de2 Only enumerate display_timing when present timestamp supported by Ian Elliott · 9 years ago
  91. 21d072a Merge changes from topic 'presentFenceNotReliable' into oc-dev by Brian C. Anderson · 9 years ago
  92. dc96fdf egl: Differentiate pending vs invalid timestamps. by Brian Anderson · 9 years ago
  93. c441fbf Merge changes from topic 'llndk_rename' into oc-dev by TreeHugger Robot · 9 years ago
  94. 219db6c Remove .(ll)ndk suffix from (ll)ndk_library by Dan Willemsen · 9 years ago
  95. 00e61ff Load Vulkan driver into sphal namespace by Jesse Hall · 9 years ago
  96. 894780b Remove driver workaround by Courtney Goeltzenleuchter · 9 years ago
  97. fca0f29 vulkan: Dequeue the shared buffer again after presenting by Chris Forbes · 9 years ago
  98. c88409c vulkan: Don't dequeue in AcquireNextImageKHR if in shared mode by Chris Forbes · 9 years ago
  99. e0ced03 vulkan: Only cancel buffers during swapchain creation if not shared by Chris Forbes · 9 years ago
  100. 97ef461 vulkan: Set shared & auto refresh modes earlier by Chris Forbes · 9 years ago