1. 96f2237 Update GrVkRenderTarget to store both stencil & non-stencil render passes (for real) by Robert Phillips · 4 years, 5 months ago
  2. 8bd0719 Add GrVkResourceProvider::findCompatibleRenderPass variant that takes an AttachmentsDescriptor by Robert Phillips · 4 years, 5 months ago
  3. 3bce1f7 Non-substantive Vulkan backend changes by Robert Phillips · 4 years, 5 months ago
  4. 6913d1b Make it clear that GrVkRenderPass::Create is modifying its AttachmentsDescriptor parameter by Robert Phillips · 4 years, 5 months ago
  5. 5082df1 Remove need for gpu when unrefing managed resources. by Jim Van Verth · 4 years, 7 months ago
  6. 3e19216 Hoist GrVkResource up so it can be used for D3D and Metal. by Jim Van Verth · 4 years, 7 months ago
  7. ed98476 Handle failure to create VkRenderPasses in vulkan backend. by Greg Daniel · 5 years ago
  8. e643da6 Add new macro for checking device lost when making Vulkan calls. by Greg Daniel · 5 years ago
  9. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  10. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 6 years ago
  11. 487132b Don't include system vulkan header when building skia files. by Greg Daniel · 6 years ago
  12. 8e265a7 Re-land "Perform Vulkan resets in a background thread" by Ethan Nicholas · 6 years ago
  13. bff4e07 Revert "Perform Vulkan resets in a background thread" by Ethan Nicholas · 6 years ago
  14. 30e6343 Perform Vulkan resets in a background thread by Ethan Nicholas · 6 years ago
  15. 54bfb18 Privately include our version of vulkan header file in all our src files. by Greg Daniel · 6 years ago
  16. 77a86f8 Track clear counts in vulkan render passes by Greg Daniel · 8 years ago
  17. ce3bfb1 Don't add the resolve attachment to vulkan render passes. by egdaniel · 8 years ago
  18. 27bb284 Check granularity in render pass bounds by egdaniel · 8 years ago
  19. 7ec9241 Add resource tracking output and command buffer recycling by jvanverth · 8 years ago
  20. 9a6cf80 Subclass GrVkCommandBuffer into Primary and Secondary CommandBuffers. by egdaniel · 8 years ago
  21. 2feb093 Add support for finding/creating general GrVkRenderPass from the VkResourceProvider. by egdaniel · 8 years ago
  22. d62e28b Refactor creation of GrVkRenderPasses to make them move general by egdaniel · 8 years ago
  23. e50f3e7 Add WSI functions to GrVkInterface by jvanverth · 9 years ago
  24. 22281c1 Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines) by egdaniel · 9 years ago
  25. 9846ef2 Replace some nullptrs with VK_NULL_HANDLE by jvanverth · 9 years ago
  26. 164a9f0 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago
  27. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 9 years ago
  28. 48cf268 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago