1. 13a31b2 Merge "Remove workaround in VulkanSurface for missing vendor flag." into qt-dev by Greg Daniel · 6 years ago
  2. cdfc902 Remove workaround in VulkanSurface for missing vendor flag. by Greg Daniel · 6 years ago
  3. d92a9b1 Fix deletion of VkSemaphores in VulkanManager. by Greg Daniel · 6 years ago
  4. 0fa0cbc Support render-ahead in vulkan by John Reck · 6 years ago
  5. 2173f18 Add workaround for qualcomm vulkan AHDARDWAREBUFFER_USAGE_VENDER_0 by Greg Daniel · 6 years ago
  6. b51fda1 Merge "Invalidate Skia shader cache if Vulkan driver has changed" by TreeHugger Robot · 6 years ago
  7. bf99c44 Invalidate Skia shader cache if Vulkan driver has changed by Stan Iliev · 6 years ago
  8. bc5f06b Fix crash after dequeueNativeBuffer fails by Stan Iliev · 6 years ago
  9. 197843d Block GPU on dequeue fence only if it has not signalled already by Stan Iliev · 6 years ago
  10. 3e99fa7 Block GPU on release fence from dequeueBuffer earlier by Stan Iliev · 6 years ago
  11. 09e2fbe Merge "Remove old TaskManager system" by John Reck · 6 years ago
  12. 322b8ab Remove old TaskManager system by John Reck · 6 years ago
  13. f296a87 Merge "Copy extension names to an owning container to prevent use-after-free" by TreeHugger Robot · 6 years ago
  14. 74ace839e Copy extension names to an owning container to prevent use-after-free by Roman Kiryanov · 6 years ago
  15. a19b71a Directly manage buffer presentation in Vulkan using AHardwareBuffers. by Derek Sollenberger · 6 years ago
  16. 7e73336 Add ability to change context priority of RT Vulkan queues by Stan Iliev · 6 years ago
  17. 898123b Start RenderThread earlier to preload Vulkan/EGL drivers by Stan Iliev · 6 years ago
  18. 981afe7 Decouple VulkanManager from RenderThread by Stan Iliev · 6 years ago
  19. 90276c8 Fix crash when VulkanSurface is no longer valid by Stan Iliev · 6 years ago
  20. eaf310e Update Vulkan skia creation to use apiVersion instead of instanceVersion by Greg Daniel · 6 years ago
  21. e0cf597 Remove use of SkColorSpace::Gamut enum by Brian Osman · 6 years ago
  22. c407678 Add support for preTransform in Vulkan swapchain. by Greg Daniel · 6 years ago
  23. 7b8c1eb VkFunctorDrawable implementation by Bo Liu · 6 years ago
  24. 3bff135 [HWUI] Remove hardcoding around wide color gamut. by Peiyong Lin · 7 years ago
  25. bc46258 Fix temporary stretching when Surface is resized with Vulkan by Stan Iliev · 7 years ago
  26. 163e42c Merge "Prefer using 3 buffers in vulkan swapchain." by TreeHugger Robot · 7 years ago
  27. 4d5bf2a Prefer using 3 buffers in vulkan swapchain. by Greg Daniel · 7 years ago
  28. 987a80c0 Set color space on Vulkan render target surface by Stan Iliev · 7 years ago
  29. 0503617 In VulkanManager enable ycbcr feature on VkDevice. by Greg Daniel · 7 years ago
  30. 305e13a Handle ANativeWindow resize with Vulkan swapchain by Stan Iliev · 7 years ago
  31. 7a08127 Remove SyncFeatures usage from VulkanManager by Stan Iliev · 7 years ago
  32. 8a2a754 Cleanup of barriers used in swapching aquiring and presenting. by Greg Daniel · 7 years ago
  33. 9625962 Minor clean up/fixes of VulkanManager api version checks. by Greg Daniel · 7 years ago
  34. 79351f3 Add support for wide gamut render targets in Vulkan by Stan Iliev · 7 years ago
  35. 26e0dca Implemenet fenceWait and createReleaseFence in VulkanManager. by Greg Daniel · 7 years ago
  36. 5a5a648 Fix crash when EGLSurface is no longer valid. by Derek Sollenberger · 7 years ago
  37. 1766238 Refactor DeviceInfo in HWUI by Derek Sollenberger · 7 years ago
  38. 564ca3e Reland "TextureView Vulkan support and optimized OpenGL draw" by Stan Iliev · 7 years ago
  39. 9f95955 Add cache validation to ensure the validity by Yichi Chen · 7 years ago
  40. e6cfb09 Merge "Revert "TextureView Vulkan support and optimized OpenGL draw"" by Stan Iliev · 7 years ago
  41. 867c43d Revert "TextureView Vulkan support and optimized OpenGL draw" by John Reck · 7 years ago
  42. 54b9892 Merge "TextureView Vulkan support and optimized OpenGL draw" by TreeHugger Robot · 7 years ago
  43. c8e22a6 TextureView Vulkan support and optimized OpenGL draw by Stan Iliev · 7 years ago
  44. a227dbb Update VulkanManager to use new skia Vulkan context api. by Greg Daniel · 7 years ago
  45. 4aa5867 No longer create a GrVkInterface in the VulkanManger. by Greg Daniel · 7 years ago
  46. 2ff20271 Manually create and manage vulkan instance and device. by Greg Daniel · 7 years ago
  47. 1834a8c Update to use new skia getBackendRenderTarget calls. by Greg Daniel · 7 years ago
  48. 85e0907 Update skia api for querying maxRenderTargetSize by Greg Daniel · 7 years ago
  49. c9da8e8 Convert Skia calls to use SkColorType/BackendFormats instead of GrPixelConfig. by Greg Daniel · 7 years ago
  50. c9a8945 Update call to null out GrVkAlloc in VulkanManager by Greg Daniel · 7 years ago
  51. 660d6ec Update GrContext creation calls to use sk_sp by Greg Daniel · 8 years ago
  52. 74ea201 Initialize pointer members in VulkanManager to null by Greg Daniel · 8 years ago
  53. d495f43 Implement SkSL cache by Stan Iliev · 8 years ago
  54. 1bcacfd Format the world (or just HWUI) by John Reck · 8 years ago
  55. ac2d232 Update to use GrBackendTexture/RT instead of Descriptors by Greg Daniel · 8 years ago
  56. 53a3543 Use new GrVkBackendContext::Create api by Greg Daniel · 8 years ago
  57. 4f70887 Have Skia Vulkan backend support wait-for-gpu flag on tests by Greg Daniel · 8 years ago
  58. eec27d5 Use FatVector instead of SkAutoMalloc in VulkanManager. by Ben Wagner · 8 years ago
  59. 45ec62b Add support for dummy draws for Vulkan webview and texture views. by Greg Daniel · 8 years ago
  60. cd55852 Make buffer age work in Vulkan by Greg Daniel · 9 years ago
  61. 0e3cba3 Handle vulkan windowing directly in SkiaVulkanPipeline by Derek Sollenberger · 9 years ago