1. 7237e47 Use "HWUI" LOG_TAG exclusively in libs/hwui/** by Nolan Scobie · 1 year, 7 months ago
  2. b9064cd Merge "Enable VK_EXT_global_priority" into udc-dev am: 99c28e88c5 am: 6c8ebad47d by Winson Chung · 1 year, 8 months ago
  3. e545f96 Enable VK_EXT_global_priority by Mattias Simonsson · 1 year, 8 months ago
  4. 782e19f Merge "Remove vkDeviceWaitIdle call when destroying VulkanSurface" into udc-dev am: 6b8659f971 am: 85b1b950a1 by Treehugger Robot · 1 year, 9 months ago
  5. 7dec49e Remove vkDeviceWaitIdle call when destroying VulkanSurface by Alec Mouri · 1 year, 9 months ago
  6. aa592d0 Migrate SkSurface::flush methods to skgpu::ganesh version by Kevin Lubick · 1 year, 9 months ago
  7. d290c36e Revert "Turn on vk unit tests" by Alec Mouri · 1 year, 10 months ago
  8. 219997a Revert "Turn on vk unit tests" by Alec Mouri · 1 year, 10 months ago
  9. 098ed4c Migrate to use SkSurfaces functions instead of deprecated methods by Kevin Lubick · 1 year, 10 months ago
  10. 2a3fda2 Merge "Have GrContext hold a strong ref to VulkanManager" into udc-dev by John Reck · 1 year, 10 months ago
  11. 9fc3d27 Have GrContext hold a strong ref to VulkanManager by John Reck · 1 year, 10 months ago
  12. 90b244d Add missing required extension by John Reck · 1 year, 10 months ago
  13. f6067df Only enable the VK extensions we need by John Reck · 1 year, 11 months ago
  14. 3afb397 Make GPU duration metrics more accurate for Vulkan by Alec Mouri · 2 years, 9 months ago
  15. 7ccb8a4 Plumb support for rendering A8 in Vulkan by Leon Scroggins III · 3 years, 3 months ago
  16. e8dc397 In VuklanManager make sure we have a valid semaphore context before destroying it. by Greg Daniel · 3 years, 8 months ago
  17. d667077 Make sure to close vulkan fd's in error cases by Greg Daniel · 3 years, 9 months ago
  18. ce9762b Use TraceUtils.h from gui shared library. by rnlee · 3 years, 10 months ago
  19. 1d9de71 Add a mutex to VulkanManager::initialize. by Greg Daniel · 3 years, 10 months ago
  20. b9510a0 Use VK_ANDROID_frame_boundary in HWUI by Hugues Evrard · 4 years ago
  21. be2803a Remove flushAndSubit from SkiaPipeline renderFrame. by Greg Daniel · 4 years, 1 month ago
  22. aa3e498 Turn on vk unit tests by Alec Mouri · 4 years, 3 months ago
  23. 0375fee Use SkSurface::recordingContext instead of deprecated getContext by Adlai Holler · 4 years, 6 months ago
  24. 276d5fc HWUI: remove the redundant present queue by Yiwei Zhang · 4 years, 6 months ago
  25. 09ea8e3 Remove VulkanManager::mCommandPool by Leon Scroggins III · 4 years, 7 months ago
  26. 802fefa Share Vulkan resources between RenderThread and HardwareBitmapUploader by Derek Sollenberger · 4 years, 7 months ago
  27. f8c434e Migrate from GrContext to GrDirectContext by Adlai Holler · 4 years, 7 months ago
  28. c7ad408 Update skia flush call APIs. by Greg Daniel · 4 years, 10 months ago
  29. b624af3 Revert^2 "hwui: remove FatVector" by Jagadeesh Pakaravoor · 4 years, 10 months ago
  30. 894f132 Revert "hwui: remove FatVector" by Tim Murray · 5 years ago
  31. 0865f2e hwui: remove FatVector by Tim Murray · 5 years ago
  32. aaa9e83 Decouple SurfaceTexture from HWUI by Stan Iliev · 5 years ago
  33. 0b9f0b8 HWUI-VK: remove duplicate GET_DEV_PROC by Yiwei Zhang · 6 years ago
  34. 6db59a6 [HWUI] clean up libgui include directives by Alec Mouri · 6 years ago
  35. bd363c9 HWUI-VK: Decouple hwui Vulkan backend from Vulkan WSI APIs by Yiwei Zhang · 6 years ago
  36. 9f39663 Merge "Make sure we don't delete VkSemaphores before exporting in VulkanManager" by Greg Daniel · 6 years ago
  37. fd42939 Make sure we don't delete VkSemaphores before exporting in VulkanManager by Greg Daniel · 6 years ago
  38. 13a31b2 Merge "Remove workaround in VulkanSurface for missing vendor flag." into qt-dev by Greg Daniel · 6 years ago
  39. cdfc902 Remove workaround in VulkanSurface for missing vendor flag. by Greg Daniel · 6 years ago
  40. d92a9b1 Fix deletion of VkSemaphores in VulkanManager. by Greg Daniel · 6 years ago
  41. 0fa0cbc Support render-ahead in vulkan by John Reck · 6 years ago
  42. 2173f18 Add workaround for qualcomm vulkan AHDARDWAREBUFFER_USAGE_VENDER_0 by Greg Daniel · 6 years ago
  43. b51fda1 Merge "Invalidate Skia shader cache if Vulkan driver has changed" by TreeHugger Robot · 6 years ago
  44. bf99c44 Invalidate Skia shader cache if Vulkan driver has changed by Stan Iliev · 6 years ago
  45. bc5f06b Fix crash after dequeueNativeBuffer fails by Stan Iliev · 6 years ago
  46. 197843d Block GPU on dequeue fence only if it has not signalled already by Stan Iliev · 6 years ago
  47. 3e99fa7 Block GPU on release fence from dequeueBuffer earlier by Stan Iliev · 6 years ago
  48. 09e2fbe Merge "Remove old TaskManager system" by John Reck · 6 years ago
  49. 322b8ab Remove old TaskManager system by John Reck · 6 years ago
  50. f296a87 Merge "Copy extension names to an owning container to prevent use-after-free" by TreeHugger Robot · 6 years ago
  51. 74ace839e Copy extension names to an owning container to prevent use-after-free by Roman Kiryanov · 6 years ago
  52. a19b71a Directly manage buffer presentation in Vulkan using AHardwareBuffers. by Derek Sollenberger · 6 years ago
  53. 7e73336 Add ability to change context priority of RT Vulkan queues by Stan Iliev · 6 years ago
  54. 898123b Start RenderThread earlier to preload Vulkan/EGL drivers by Stan Iliev · 6 years ago
  55. 981afe7 Decouple VulkanManager from RenderThread by Stan Iliev · 6 years ago
  56. 90276c8 Fix crash when VulkanSurface is no longer valid by Stan Iliev · 6 years ago
  57. eaf310e Update Vulkan skia creation to use apiVersion instead of instanceVersion by Greg Daniel · 6 years ago
  58. e0cf597 Remove use of SkColorSpace::Gamut enum by Brian Osman · 6 years ago
  59. c407678 Add support for preTransform in Vulkan swapchain. by Greg Daniel · 6 years ago
  60. 7b8c1eb VkFunctorDrawable implementation by Bo Liu · 6 years ago
  61. 3bff135 [HWUI] Remove hardcoding around wide color gamut. by Peiyong Lin · 6 years ago
  62. bc46258 Fix temporary stretching when Surface is resized with Vulkan by Stan Iliev · 6 years ago
  63. 163e42c Merge "Prefer using 3 buffers in vulkan swapchain." by TreeHugger Robot · 6 years ago
  64. 4d5bf2a Prefer using 3 buffers in vulkan swapchain. by Greg Daniel · 6 years ago
  65. 987a80c0 Set color space on Vulkan render target surface by Stan Iliev · 6 years ago
  66. 0503617 In VulkanManager enable ycbcr feature on VkDevice. by Greg Daniel · 6 years ago
  67. 305e13a Handle ANativeWindow resize with Vulkan swapchain by Stan Iliev · 6 years ago
  68. 7a08127 Remove SyncFeatures usage from VulkanManager by Stan Iliev · 6 years ago
  69. 8a2a754 Cleanup of barriers used in swapching aquiring and presenting. by Greg Daniel · 6 years ago
  70. 9625962 Minor clean up/fixes of VulkanManager api version checks. by Greg Daniel · 6 years ago
  71. 79351f3 Add support for wide gamut render targets in Vulkan by Stan Iliev · 6 years ago
  72. 26e0dca Implemenet fenceWait and createReleaseFence in VulkanManager. by Greg Daniel · 6 years ago
  73. 5a5a648 Fix crash when EGLSurface is no longer valid. by Derek Sollenberger · 6 years ago
  74. 1766238 Refactor DeviceInfo in HWUI by Derek Sollenberger · 6 years ago
  75. 564ca3e Reland "TextureView Vulkan support and optimized OpenGL draw" by Stan Iliev · 7 years ago
  76. 9f95955 Add cache validation to ensure the validity by Yichi Chen · 7 years ago
  77. e6cfb09 Merge "Revert "TextureView Vulkan support and optimized OpenGL draw"" by Stan Iliev · 7 years ago
  78. 867c43d Revert "TextureView Vulkan support and optimized OpenGL draw" by John Reck · 7 years ago
  79. 54b9892 Merge "TextureView Vulkan support and optimized OpenGL draw" by TreeHugger Robot · 7 years ago
  80. c8e22a6 TextureView Vulkan support and optimized OpenGL draw by Stan Iliev · 7 years ago
  81. a227dbb Update VulkanManager to use new skia Vulkan context api. by Greg Daniel · 7 years ago
  82. 4aa5867 No longer create a GrVkInterface in the VulkanManger. by Greg Daniel · 7 years ago
  83. 2ff20271 Manually create and manage vulkan instance and device. by Greg Daniel · 7 years ago
  84. 1834a8c Update to use new skia getBackendRenderTarget calls. by Greg Daniel · 7 years ago
  85. 85e0907 Update skia api for querying maxRenderTargetSize by Greg Daniel · 7 years ago
  86. c9da8e8 Convert Skia calls to use SkColorType/BackendFormats instead of GrPixelConfig. by Greg Daniel · 7 years ago
  87. c9a8945 Update call to null out GrVkAlloc in VulkanManager by Greg Daniel · 7 years ago
  88. 660d6ec Update GrContext creation calls to use sk_sp by Greg Daniel · 7 years ago
  89. 74ea201 Initialize pointer members in VulkanManager to null by Greg Daniel · 7 years ago
  90. d495f43 Implement SkSL cache by Stan Iliev · 7 years ago
  91. 1bcacfd Format the world (or just HWUI) by John Reck · 7 years ago
  92. ac2d232 Update to use GrBackendTexture/RT instead of Descriptors by Greg Daniel · 8 years ago
  93. 53a3543 Use new GrVkBackendContext::Create api by Greg Daniel · 8 years ago
  94. 4f70887 Have Skia Vulkan backend support wait-for-gpu flag on tests by Greg Daniel · 8 years ago
  95. eec27d5 Use FatVector instead of SkAutoMalloc in VulkanManager. by Ben Wagner · 8 years ago
  96. 45ec62b Add support for dummy draws for Vulkan webview and texture views. by Greg Daniel · 8 years ago
  97. cd55852 Make buffer age work in Vulkan by Greg Daniel · 8 years ago
  98. 0e3cba3 Handle vulkan windowing directly in SkiaVulkanPipeline by Derek Sollenberger · 8 years ago