1. d634c48 Add HDR Metadata extension by Courtney Goeltzenleuchter · 9 years ago
  2. d05402f Merge "Revert "Temporarily disable enumeration of VK_KHR_incremental_present"" by TreeHugger Robot · 8 years ago
  3. fe8543b Revert "Temporarily disable enumeration of VK_KHR_incremental_present" by Ian Elliott · 8 years ago
  4. b9d9e30 Merge "Ignore VK_KHR_incremental_present hint for MAILBOX." by TreeHugger Robot · 8 years ago
  5. 832b6b9 Merge "EGL: Use frameId instead of framesAgo for frame events." by Brian C. Anderson · 8 years ago
  6. ffedb65 Ignore VK_KHR_incremental_present hint for MAILBOX. by Ian Elliott · 8 years ago
  7. 15b1cb2 Temporarily disable enumeration of VK_KHR_incremental_present by Ian Elliott · 8 years ago
  8. 85bb0c5 vulkan: Temporarily hack around loader/driver mismatch by Jesse Hall · 8 years ago
  9. d1abd74 vulkan: Add gralloc1 usage to VK_ANDROID_native_buffer by Jesse Hall · 8 years ago
  10. d827791 vulkan: Tolerate missing GetSwapchainGrallocUsageANDROID function by Chris Forbes · 8 years ago
  11. e3066e9 vulkan: Disable shared present modes for now by Chris Forbes · 8 years ago
  12. 2a902d7 Merge "move GraphicEnv from libgui to libui" by Mathias Agopian · 8 years ago
  13. d900c32 Merge "fix warning: dereference of a null pointer" by TreeHugger Robot · 8 years ago
  14. 991d254 move GraphicEnv from libgui to libui by Mathias Agopian · 8 years ago
  15. 1049d1d EGL: Use frameId instead of framesAgo for frame events. by Brian Anderson · 9 years ago
  16. 50e6754 Merge "Hook the VK_KHR_incremental_present extension" by Ian Elliott · 8 years ago
  17. 9e85373 Hook the VK_KHR_incremental_present extension by Ian Elliott · 8 years ago
  18. 2e3975c fix warning: dereference of a null pointer by Yunlian Jiang · 9 years ago
  19. 4da65b9 vulkan: Adjust ANDROID_native_buffer to match new shared image naming by Chris Forbes · 9 years ago
  20. 1d5f68c vulkan: KHR_swapchain_front_buffered -> KHR_shared_presentable_image by Chris Forbes · 9 years ago
  21. be833a2 Vulkan: only report refreshDuration, not {min|max}RefreshDuration by Ian Elliott · 9 years ago
  22. 62c48c9 Plumb refresh cycle duration up to VK_GOOGLE_display_timing. by Ian Elliott · 9 years ago
  23. 4a832c7 vulkan: Allow HAL to expose KHR_swapchain_front_buffered by Chris Forbes · 9 years ago
  24. 14866bb Fix typo in new enum, VK_STRUCTURE_TYPE_PRESENT_TIMES_INFO_GOOGLE by Ian Elliott · 9 years ago
  25. 4e18ba8 vulkan: return OUT_OF_DATE from GetSwapchainStatus if not current by Chris Forbes · 9 years ago
  26. 2c6355d Minor tweaks to VK_GOOGLE_display_timing by Ian Elliott · 9 years ago
  27. 84b9bc0 Merge "Enumerate initial version of VK_GOOGLE_display_timing" by Ian Elliott · 9 years ago
  28. 8a97726 Enumerate initial version of VK_GOOGLE_display_timing by Ian Elliott · 9 years ago
  29. b8042d2 vulkan: enable shared buffer mode and auto refresh if desired by Chris Forbes · 9 years ago
  30. b442152 vulkan: Set front buffer bit for image creation by Chris Forbes · 9 years ago
  31. 980ad05 vulkan: Offer frontbuffered present modes by Chris Forbes · 9 years ago
  32. 0f2ac2e vulkan: Add function stub & plumbing for KHR_swapchain_front_buffered by Chris Forbes · 9 years ago
  33. 53457db Load updated drivers using derived loader namespace by Jesse Hall · 9 years ago
  34. b56287a vulkan: Chain VkSwapchainImageCreateInfoANDROID structure by Chris Forbes · 9 years ago
  35. 4885371 vulkan: Fix vulkan.api for Ian's changes & regen by Chris Forbes · 9 years ago
  36. 8c47dc9 vulkan: Use GetSwapchainGrallocUsage2ANDROID where available by Chris Forbes · 9 years ago
  37. 1030084 vulkan: Remove bogus IMAGE_USAGE_GENERAL from todo note by Chris Forbes · 9 years ago
  38. e0ea99c resolve merge conflicts of a2c2d11f9 to master by Mark Salyzyn · 9 years ago
  39. 7823e12 Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 9 years ago
  40. d4b50aa Start enumerating support for VK_KHR_incremental_present. by Ian Elliott · 9 years ago
  41. 4c8bb2a Stubbed implementation of VK_GOOGLE_display_timing extension. by Ian Elliott · 9 years ago
  42. 4b002d8 Merge "Add API defintions for VK_KHR_incremental_present." by TreeHugger Robot · 9 years ago
  43. d3c58eb Merge "Unversion NDK stub libraries." am: 3944ec426b am: ce80f3f4b0 am: e6545f3cf3 by Dan Albert · 9 years ago
  44. 948233a Add API defintions for VK_KHR_incremental_present. by Ian Elliott · 9 years ago
  45. b9c62a6 Unversion NDK stub libraries. by Dan Albert · 9 years ago
  46. dfb2b9b Merge "vulkan: Correct access after free issue" by TreeHugger Robot · 9 years ago
  47. c8e4c3d Merge "Create libgfx, starting with FloatRect" by TreeHugger Robot · 9 years ago
  48. 1194ede vulkan: Add header support for gpdp2 by Chris Forbes · 9 years ago
  49. 289cb79 vulkan: Update vulkan headers to 1.0.38 by Chris Forbes · 9 years ago
  50. 71bded5 Create libgfx, starting with FloatRect by Dan Stoza · 9 years ago
  51. 1531bf1 vulkan: Correct access after free issue by Courtney Goeltzenleuchter · 9 years ago
  52. c03d283 resolve merge conflicts of 525a5f2 to master by Mark Salyzyn · 9 years ago
  53. 5948b3e vulkan: Add support for non-fatal missing functions in vulkan loader by Chris Forbes · 9 years ago
  54. a5e161b Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 9 years ago
  55. 8e4438b frontbuffer enhancements to ANDROID_vulkan_native_buffer by Chris Forbes · 9 years ago
  56. b31ad5e Merge "libvulkan: add NULL check to DestroySwapchainKHR" am: 55e4f91258 am: f9312a168a am: c148af227a by Daniel Koch · 9 years ago
  57. d78c2e8 libvulkan: add NULL check to DestroySwapchainKHR by Daniel Koch · 9 years ago
  58. cb35113 Initial implementation of VK_KHR_incremental_present. by Ian Elliott · 9 years ago
  59. d56dec8 Remove static link in Android framework under /frameworks/native. by Jaekyun Seok · 9 years ago
  60. d611d51 Merge "Convert vulkan to Android.bp" am: e421c0710f am: 78bde35997 am: 4334bcd9c2 by Colin Cross · 9 years ago
  61. 7884c19 Convert vulkan to Android.bp by Colin Cross · 9 years ago
  62. 46848cd Merge "Migrate libvulkan to ndk_library." am: 02affcd552 am: 425ae4a06a am: 38bfdb02db by Dan Albert · 9 years ago
  63. 0fbb532 Migrate libvulkan to ndk_library. by Dan Albert · 9 years ago
  64. eef9225 Merge "libvulkan: Fix count returned for incomplete wsi queries" am: 75bb94fe7e am: f4171ecd58 am: 7f3fdaa059 by Jesse Hall · 9 years ago
  65. 7331e22 libvulkan: Fix count returned for incomplete wsi queries by Jesse Hall · 9 years ago
  66. 7d5ca9d Merge "Fix google-explicit-constructor warnings in vulkan." am: 476e517868 am: 0391054ecd am: 0fd4771728 by Chih-hung Hsieh · 9 years ago
  67. d56988d Fix google-explicit-constructor warnings in vulkan. by Chih-Hung Hsieh · 9 years ago
  68. 05b4a49 Merge "vulkan: Update Vulkan headers to 1.0.22" by TreeHugger Robot · 9 years ago
  69. 56d386a vulkan: Update Vulkan headers to 1.0.22 by Jesse Hall · 9 years ago
  70. 359d801 libvulkan: Fix for -Wcast-calling-convention by Chia-I Wu · 9 years ago
  71. 6a9b20a libvulkan: Fix for -Wcast-calling-convention by Chia-I Wu · 9 years ago
  72. d2c942f Disable -Wcast-calling-convention for vulkan by Pirama Arumuga Nainar · 9 years ago
  73. 759a150 Disable -Wcast-calling-convention for vulkan am: b4c0eb1d20 am: 7919c8a725 by Pirama Arumuga Nainar · 9 years ago
  74. b4c0eb1 Disable -Wcast-calling-convention for vulkan by Pirama Arumuga Nainar · 9 years ago
  75. 6d6caa7 libvulkan: reduce log level for swapchain usage errors am: 42a9eecb23 am: efe5eeace0 by Jesse Hall · 9 years ago
  76. 42a9eec libvulkan: reduce log level for swapchain usage errors by Jesse Hall · 9 years ago
  77. d058f65 Merge "libvulkan: Slightly better handling of swapchain re-creation" into nyc-dev am: b2dcc3a122 am: 0b3e948c7d by Jesse Hall · 9 years ago
  78. b2dcc3a Merge "libvulkan: Slightly better handling of swapchain re-creation" into nyc-dev by Jesse Hall · 9 years ago
  79. 897ea51 Merge "vulkan: remove EnumerateDeviceLayerProperties internally" into nyc-dev am: 691fcb9603 am: f05cb26281 by Chia-I Wu · 9 years ago
  80. dc22507 libvulkan: Slightly better handling of swapchain re-creation by Jesse Hall · 9 years ago
  81. dbd33bc vulkan: remove EnumerateDeviceLayerProperties internally by Chia-I Wu · 9 years ago
  82. d980a02 Merge "vulkan: fix crash when only non-global layers are enabled" into nyc-dev am: a101f6a446 am: 95e76d6b82 by Chia-I Wu · 9 years ago
  83. 61b25fd vulkan: fix crash when only non-global layers are enabled by Chia-I Wu · 9 years ago
  84. 5d38ef6 vulkan: advertise VK_EXT_debug_report am: 319382517a am: 02ebed720d by Chia-I Wu · 9 years ago
  85. 9f66728 vulkan: add a wrapper for hwvulkan_device_t am: 31b2e4f01d am: 3e17701da8 by Chia-I Wu · 9 years ago
  86. f4abdf4 Merge "vulkan: do not use exported functions internally" into nyc-dev am: e6759c3d88 am: b481e90b79 by Chia-I Wu · 9 years ago
  87. 3193825 vulkan: advertise VK_EXT_debug_report by Chia-I Wu · 9 years ago
  88. 31b2e4f vulkan: add a wrapper for hwvulkan_device_t by Chia-I Wu · 9 years ago
  89. e6759c3 Merge "vulkan: do not use exported functions internally" into nyc-dev by Chia-I Wu · 9 years ago
  90. 3e654dc vulkan: do not use exported functions internally by Chia-I Wu · 9 years ago
  91. 921e9c9 vulkan: Update vulkan.h to 1.0.13 am: 2676338dd6 am: ba01df4adf am: 5270f67f34 by Jesse Hall · 9 years ago
  92. 2676338 vulkan: Update vulkan.h to 1.0.13 by Jesse Hall · 9 years ago
  93. b0b60d5 Merge "libvulkan: Don\'t try to load compressed/unaligned libraries from APK" into nyc-dev am: b59de7fa32 am: f2e886c2a7 by Jesse Hall · 9 years ago
  94. 8c6c10e libvulkan: Don't try to load compressed/unaligned libraries from APK by Jesse Hall · 9 years ago
  95. 6c1ddbf Merge "vulkan: fix double dlopen for layer libraries" into nyc-dev am: 79994146e1 am: 0e92ae1333 by Chia-I Wu · 9 years ago
  96. ed93ea3 vulkan: fix double dlopen for layer libraries by Chia-I Wu · 9 years ago
  97. 74537a3 vulkan: check flags for early debug report callbacks am: ede02ac245 am: 2dff6590ae by Chia-I Wu · 9 years ago
  98. ede02ac vulkan: check flags for early debug report callbacks by Chia-I Wu · 9 years ago
  99. 2b411ce libvulkan: Load layer libraries into the app namespace am: 40c07a1d00 am: f37b30223d by Jesse Hall · 9 years ago
  100. 2c7c3c3 libvulkan: Discover layer libraries in entire search path am: 1a7eb59c2a am: 1fa3681447 by Jesse Hall · 9 years ago