1. bc37dd5 Change to using sysprop for libvulkan by Sundong Ahn · 4 years, 3 months ago
  2. efa0cbd Don't fall back to system driver when driver apk fails. by Peiyong Lin · 4 years, 6 months ago
  3. d64198e Merge "GraphicsEnv: refactor to unify the debuggable logic" by TreeHugger Robot · 4 years, 9 months ago
  4. 6a674c9 GraphicsEnv: refactor to unify the debuggable logic by Yiwei Zhang · 4 years, 9 months ago
  5. b04952f Merge "Fix the behavior of vulkan::driver::Debuggable() function" by TreeHugger Robot · 4 years, 9 months ago
  6. 0f9d717 Fix the behavior of vulkan::driver::Debuggable() function by Yiwei Zhang · 4 years, 9 months ago
  7. 60307ce [frameworks][native][vulkan] fix -Walloca by Nick Desaulniers · 4 years, 9 months ago
  8. 03b11cf Revert "[frameworks][native][vulkan] fix -Walloca" by Nick Desaulniers · 4 years, 9 months ago
  9. ff98dc3 Merge "Vulkan: convert all the TODOs into actual issues to chase against" by Yiwei Zhang · 4 years, 9 months ago
  10. aa6bd78 Merge "Vulkan: remove some redundant codes" by Yiwei Zhang · 4 years, 9 months ago
  11. a885c06 Vulkan: convert all the TODOs into actual issues to chase against by Yiwei Zhang · 4 years, 9 months ago
  12. f8f506c Vulkan: remove some redundant codes by Yiwei Zhang · 4 years, 9 months ago
  13. 7c123cc [frameworks][native][vulkan] fix -Walloca by Nick Desaulniers · 4 years, 9 months ago
  14. 7cc36a5 Vulkan: correctly expose Vulkan entry points by Yiwei Zhang · 4 years, 10 months ago
  15. 899d175 libvulkan: intercept vkQueueSubmit to insert a tracepoint by Yiwei Zhang · 4 years, 10 months ago
  16. e40dd73 libvulkan: get android_get_exported_namespace from real header by Yiwei Zhang · 5 years ago
  17. bcba411 GpuStats: refactor single stats pieces into a uniform way by Yiwei Zhang · 5 years ago
  18. 27ab3ac GpuStats: move GpuStats related structs and enums away from GraphicsEnv by Yiwei Zhang · 5 years ago
  19. 5e86220 Vulkan: clean up android::Vector in the loader by Yiwei Zhang · 5 years ago
  20. 8c5e3bd GpuStats: track CPU Vulkan implementation usage by Yiwei Zhang · 5 years ago
  21. 14f4d42 libvulkan: Rev 8 of ANDROID_native_buffer by Yiwei Zhang · 5 years ago
  22. 2314310 libvulkan: intercept vkBindImageMemory2(KHR) at driver level by Yiwei Zhang · 5 years ago
  23. d986181 Game Driver: plumb driver choice and loading time to GpuStats by Yiwei Zhang · 5 years ago
  24. cb9d4e4 Game Driver: make GpuService the GpuStats holder by Yiwei Zhang · 5 years ago
  25. fdd0c2a Vulkan: add atrace support by Yiwei Zhang · 5 years ago
  26. ec95211 Merge "vulkan: Fix EnumeratePhysicalDeviceGroups()" am: 500d2d89ab am: 31fd8eb6a7 by Chad Versace · 6 years ago
  27. 32c087f vulkan: Fix EnumeratePhysicalDeviceGroups() by Chad Versace · 6 years ago
  28. bcbc73a [vulkan] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  29. db67cc7 libvulkan: correctly expose VK_KHR_shared_presentable_image by Yiwei Zhang · 6 years ago
  30. abf5106 Merge "vulkan: Allow AHB extension to get to the driver" into pi-dev am: d4487c557e by Jesse Hall · 6 years ago
  31. 7f983a8 vulkan: Allow AHB extension to get to the driver by Jesse Hall · 6 years ago
  32. 922b1e3 libvulkan: correctly expose VK_KHR_shared_presentable_image by Yiwei Zhang · 6 years ago
  33. f6481ef Enable VK_KHR_swapchain for instances. by Jesse Hall · 6 years ago
  34. d3d887a Enable VK_KHR_swapchain for instances. by Jesse Hall · 6 years ago
  35. f5b9f73 vkGetDeviceQueue2: fix the NULL check by Yiwei Zhang · 6 years ago
  36. eb7bdbc vkGetDeviceQueue2: add a NULL check by Yiwei Zhang · 6 years ago
  37. 58153aa Merge "Add HDR support to Vulkan" by TreeHugger Robot · 7 years ago
  38. 7671d46 Add HDR support to Vulkan by Courtney Goeltzenleuchter · 7 years ago
  39. f3e872d CreateInstance downgrades apiVersion for 1.0 ICDs by Ian Elliott · 7 years ago
  40. 4cd9cc9 Add VK1.1 entries to NDK libvulkan and fix a bug by Yiwei Zhang · 7 years ago
  41. ebf17f1 Revert "Vulkan1.1: CreateInstance downgrades apiVersion for 1.0 ICDs" by Ian Elliott · 7 years ago
  42. 205e461 Vulkan1.1: CreateInstance downgrades apiVersion for 1.0 ICDs by Ian Elliott · 7 years ago
  43. 1b3ecaa Revert "Vulkan1.1: CreateInstance downgrades apiVersion for 1.0 ICDs" by Aurimas Liutikas · 7 years ago
  44. d134b22 Vulkan1.1: CreateInstance downgrades apiVersion for 1.0 ICDs by Ian Elliott · 7 years ago
  45. cd8ad33 Additional changes to Vulkan 1.1 API updates by Ian Elliott · 7 years ago
  46. f25f5bb Vulkan api update to 1.1 by Daniel Koch · 7 years ago
  47. f9b05ee SurfaceFlinger: Set property in StartPropertySetThread during init by Wei Wang · 7 years ago
  48. 135fcf3 Merge "libvulkan: Enable GSC2 and SPI extensions" into oc-dev am: d69b9d0e87 by Chris Forbes · 7 years ago
  49. d69b9d0 Merge "libvulkan: Enable GSC2 and SPI extensions" into oc-dev by Chris Forbes · 7 years ago
  50. c0a749e Merge "GraphicsEnv is separated from libui" by TreeHugger Robot · 7 years ago
  51. b36f4ee Return an error if apiVersion is 1.1+. by Ian Elliott · 7 years ago
  52. 27c39e1 GraphicsEnv is separated from libui by Jiyong Park · 7 years ago
  53. 1609500 libvulkan: Enable GSC2 and SPI extensions by Chris Forbes · 7 years ago
  54. 5c34de2 Only enumerate display_timing when present timestamp supported by Ian Elliott · 7 years ago
  55. 00e61ff Load Vulkan driver into sphal namespace by Jesse Hall · 7 years ago
  56. 34a327b Temporarily disable 2 unratified Khronos extensions. by Ian Elliott · 7 years ago
  57. 2452cf7 vulkan: Implement KHR_get_surface_capabilities2 by Chris Forbes · 7 years ago
  58. cc9a304 Disable HDR extension for now by Courtney Goeltzenleuchter · 7 years ago
  59. e278daf Use Surface::GetWideColorSupport in VK_EXT_swapchain_colorspace by Courtney Goeltzenleuchter · 7 years ago
  60. fa25e63 vulkan: Conditionally enumerate KHR_shared_presentable_image by Chris Forbes · 7 years ago
  61. 6aa30db vulkan: Split known/intercepted extension lists by Chris Forbes · 7 years ago
  62. d634c48 Add HDR Metadata extension by Courtney Goeltzenleuchter · 8 years ago
  63. fe8543b Revert "Temporarily disable enumeration of VK_KHR_incremental_present" by Ian Elliott · 7 years ago
  64. 15b1cb2 Temporarily disable enumeration of VK_KHR_incremental_present by Ian Elliott · 7 years ago
  65. 85bb0c5 vulkan: Temporarily hack around loader/driver mismatch by Jesse Hall · 7 years ago
  66. d827791 vulkan: Tolerate missing GetSwapchainGrallocUsageANDROID function by Chris Forbes · 7 years ago
  67. 991d254 move GraphicEnv from libgui to libui by Mathias Agopian · 7 years ago
  68. 50e6754 Merge "Hook the VK_KHR_incremental_present extension" by Ian Elliott · 7 years ago
  69. 9e85373 Hook the VK_KHR_incremental_present extension by Ian Elliott · 7 years ago
  70. 1d5f68c vulkan: KHR_swapchain_front_buffered -> KHR_shared_presentable_image by Chris Forbes · 7 years ago
  71. 4a832c7 vulkan: Allow HAL to expose KHR_swapchain_front_buffered by Chris Forbes · 8 years ago
  72. 84b9bc0 Merge "Enumerate initial version of VK_GOOGLE_display_timing" by Ian Elliott · 8 years ago
  73. 8a97726 Enumerate initial version of VK_GOOGLE_display_timing by Ian Elliott · 8 years ago
  74. 53457db Load updated drivers using derived loader namespace by Jesse Hall · 8 years ago
  75. e0ea99c resolve merge conflicts of a2c2d11f9 to master by Mark Salyzyn · 8 years ago
  76. 7823e12 Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 8 years ago
  77. d4b50aa Start enumerating support for VK_KHR_incremental_present. by Ian Elliott · 8 years ago
  78. dc22507 libvulkan: Slightly better handling of swapchain re-creation by Jesse Hall · 8 years ago
  79. 3193825 vulkan: advertise VK_EXT_debug_report by Chia-I Wu · 8 years ago
  80. 31b2e4f vulkan: add a wrapper for hwvulkan_device_t by Chia-I Wu · 8 years ago
  81. e201c3f vulkan: improve vulkan::driver logcat messages by Chia-I Wu · 8 years ago
  82. 950d6e1 vulkan: make debug report callbacks available in DeviceData by Chia-I Wu · 8 years ago
  83. 109f898 vulkan: silence a warning when layers are enabled by Chia-I Wu · 8 years ago
  84. 36cc00a vulkan: fix vkGet*ProcAddr for un-enabled extensions by Chia-I Wu · 8 years ago
  85. cbe07ef vulkan: pass hal_extensions to InitDriverTable by Chia-I Wu · 8 years ago
  86. 1600e26 vulkan: fix support for unknown extensions by Chia-I Wu · 8 years ago
  87. b7c4e3b libvulkan: Use a stub HAL when no real Vulkan HAL is present by Jesse Hall · 8 years ago
  88. 3e6c2d6 vulkan: use CamelCase() for CreateInfoWrapper by Chia-I Wu · 8 years ago
  89. 4a6a916 vulkan: use driver::GetData everywhere by Chia-I Wu · 8 years ago
  90. ff4a6c7 vulkan: rework CreateInstance_Bottom and related ones by Chia-I Wu · 8 years ago
  91. 01cf305 vulkan: rework EnumerateDeviceExtensionProperties_Bottom by Chia-I Wu · 8 years ago
  92. 4901db7 vulkan: rework {Create,Destroy}Device_Bottom by Chia-I Wu · 8 years ago
  93. 6a58a8a vulkan: move AllocateCommandBuffers_Bottom by Chia-I Wu · 8 years ago
  94. ba0be41 vulkan: move GetDeviceQueue_Bottom by Chia-I Wu · 8 years ago
  95. cc5e276 vulkan: rework DriverDispatchTable by Chia-I Wu · 8 years ago
  96. eb7db12 vulkan: rework driver::Get*ProcAddr by Chia-I Wu · 8 years ago
  97. dbb7e9c vulkan: move driver::GetDefaultAllocator by Chia-I Wu · 8 years ago
  98. 136b8eb vulkan: move driver::OpenHAL by Chia-I Wu · 8 years ago
  99. 9d51816 vulkan: move driver::Debuggable by Chia-I Wu · 8 years ago