1. fa25e63 vulkan: Conditionally enumerate KHR_shared_presentable_image by Chris Forbes · 8 years ago
  2. 6aa30db vulkan: Split known/intercepted extension lists by Chris Forbes · 8 years ago
  3. d634c48 Add HDR Metadata extension by Courtney Goeltzenleuchter · 9 years ago
  4. fe8543b Revert "Temporarily disable enumeration of VK_KHR_incremental_present" by Ian Elliott · 8 years ago
  5. 15b1cb2 Temporarily disable enumeration of VK_KHR_incremental_present by Ian Elliott · 8 years ago
  6. 85bb0c5 vulkan: Temporarily hack around loader/driver mismatch by Jesse Hall · 8 years ago
  7. d827791 vulkan: Tolerate missing GetSwapchainGrallocUsageANDROID function by Chris Forbes · 8 years ago
  8. 991d254 move GraphicEnv from libgui to libui by Mathias Agopian · 8 years ago
  9. 50e6754 Merge "Hook the VK_KHR_incremental_present extension" by Ian Elliott · 8 years ago
  10. 9e85373 Hook the VK_KHR_incremental_present extension by Ian Elliott · 8 years ago
  11. 1d5f68c vulkan: KHR_swapchain_front_buffered -> KHR_shared_presentable_image by Chris Forbes · 8 years ago
  12. 4a832c7 vulkan: Allow HAL to expose KHR_swapchain_front_buffered by Chris Forbes · 8 years ago
  13. 84b9bc0 Merge "Enumerate initial version of VK_GOOGLE_display_timing" by Ian Elliott · 9 years ago
  14. 8a97726 Enumerate initial version of VK_GOOGLE_display_timing by Ian Elliott · 9 years ago
  15. 53457db Load updated drivers using derived loader namespace by Jesse Hall · 9 years ago
  16. e0ea99c resolve merge conflicts of a2c2d11f9 to master by Mark Salyzyn · 9 years ago
  17. 7823e12 Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 9 years ago
  18. d4b50aa Start enumerating support for VK_KHR_incremental_present. by Ian Elliott · 9 years ago
  19. dc22507 libvulkan: Slightly better handling of swapchain re-creation by Jesse Hall · 9 years ago
  20. 3193825 vulkan: advertise VK_EXT_debug_report by Chia-I Wu · 9 years ago
  21. 31b2e4f vulkan: add a wrapper for hwvulkan_device_t by Chia-I Wu · 9 years ago
  22. e201c3f vulkan: improve vulkan::driver logcat messages by Chia-I Wu · 9 years ago
  23. 950d6e1 vulkan: make debug report callbacks available in DeviceData by Chia-I Wu · 9 years ago
  24. 109f898 vulkan: silence a warning when layers are enabled by Chia-I Wu · 9 years ago
  25. 36cc00a vulkan: fix vkGet*ProcAddr for un-enabled extensions by Chia-I Wu · 9 years ago
  26. cbe07ef vulkan: pass hal_extensions to InitDriverTable by Chia-I Wu · 9 years ago
  27. 1600e26 vulkan: fix support for unknown extensions by Chia-I Wu · 9 years ago
  28. b7c4e3b libvulkan: Use a stub HAL when no real Vulkan HAL is present by Jesse Hall · 9 years ago
  29. 3e6c2d6 vulkan: use CamelCase() for CreateInfoWrapper by Chia-I Wu · 9 years ago
  30. 4a6a916 vulkan: use driver::GetData everywhere by Chia-I Wu · 9 years ago
  31. ff4a6c7 vulkan: rework CreateInstance_Bottom and related ones by Chia-I Wu · 9 years ago
  32. 01cf305 vulkan: rework EnumerateDeviceExtensionProperties_Bottom by Chia-I Wu · 9 years ago
  33. 4901db7 vulkan: rework {Create,Destroy}Device_Bottom by Chia-I Wu · 9 years ago
  34. 6a58a8a vulkan: move AllocateCommandBuffers_Bottom by Chia-I Wu · 9 years ago
  35. ba0be41 vulkan: move GetDeviceQueue_Bottom by Chia-I Wu · 9 years ago
  36. cc5e276 vulkan: rework DriverDispatchTable by Chia-I Wu · 9 years ago
  37. eb7db12 vulkan: rework driver::Get*ProcAddr by Chia-I Wu · 9 years ago
  38. dbb7e9c vulkan: move driver::GetDefaultAllocator by Chia-I Wu · 9 years ago
  39. 136b8eb vulkan: move driver::OpenHAL by Chia-I Wu · 9 years ago
  40. 9d51816 vulkan: move driver::Debuggable by Chia-I Wu · 9 years ago