1. 283dba5 Revert "Add format-specifier warnings to SkDebugf." by Tyler Denniston · 3 years, 4 months ago
  2. e58831c Add format-specifier warnings to SkDebugf. by John Stiles · 3 years, 4 months ago
  3. 2421b99 Remove spurious semicolons (should fix Chrome roll) by Brian Osman · 3 years, 4 months ago
  4. 60ec617 Use GrVkFramebuffer throughout GrVkOpsRenderPass instead of GrVkRT. by Greg Daniel · 3 years, 7 months ago
  5. 7acddf5 GrVkRenderPass supports resolve attachments and discardable msaa. by Greg Daniel · 3 years, 11 months ago
  6. 2177436 Update GrVkRenderPasses to be created to support both input attachments and adv blend. by Greg Daniel · 4 years, 1 month ago
  7. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
  8. ed629c1 Support making a VkRenderPasses with self dependencies. by Greg Daniel · 4 years, 3 months ago
  9. 0952991 Fix vulkan render pass ctor. by Greg Daniel · 4 years, 3 months ago
  10. b418921 Add plumbing for dst read render passes into GrVkRenderPass. by Greg Daniel · 4 years, 3 months ago
  11. 24e2f6e Add program pre-compilation to Vulkan backend by Robert Phillips · 4 years, 4 months ago
  12. 96f2237 Update GrVkRenderTarget to store both stencil & non-stencil render passes (for real) by Robert Phillips · 4 years, 5 months ago
  13. 8bd0719 Add GrVkResourceProvider::findCompatibleRenderPass variant that takes an AttachmentsDescriptor by Robert Phillips · 4 years, 6 months ago
  14. 3bce1f7 Non-substantive Vulkan backend changes by Robert Phillips · 4 years, 6 months ago
  15. 6913d1b Make it clear that GrVkRenderPass::Create is modifying its AttachmentsDescriptor parameter by Robert Phillips · 4 years, 6 months ago
  16. 5082df1 Remove need for gpu when unrefing managed resources. by Jim Van Verth · 4 years, 8 months ago
  17. 3e19216 Hoist GrVkResource up so it can be used for D3D and Metal. by Jim Van Verth · 4 years, 8 months ago
  18. ed98476 Handle failure to create VkRenderPasses in vulkan backend. by Greg Daniel · 5 years ago
  19. e643da6 Add new macro for checking device lost when making Vulkan calls. by Greg Daniel · 5 years ago
  20. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  21. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 6 years ago
  22. 487132b Don't include system vulkan header when building skia files. by Greg Daniel · 6 years ago
  23. 8e265a7 Re-land "Perform Vulkan resets in a background thread" by Ethan Nicholas · 6 years ago
  24. bff4e07 Revert "Perform Vulkan resets in a background thread" by Ethan Nicholas · 6 years ago
  25. 30e6343 Perform Vulkan resets in a background thread by Ethan Nicholas · 6 years ago
  26. 54bfb18 Privately include our version of vulkan header file in all our src files. by Greg Daniel · 6 years ago
  27. 77a86f8 Track clear counts in vulkan render passes by Greg Daniel · 8 years ago
  28. ce3bfb1 Don't add the resolve attachment to vulkan render passes. by egdaniel · 8 years ago
  29. 27bb284 Check granularity in render pass bounds by egdaniel · 8 years ago
  30. 7ec9241 Add resource tracking output and command buffer recycling by jvanverth · 8 years ago
  31. 9a6cf80 Subclass GrVkCommandBuffer into Primary and Secondary CommandBuffers. by egdaniel · 8 years ago
  32. 2feb093 Add support for finding/creating general GrVkRenderPass from the VkResourceProvider. by egdaniel · 8 years ago
  33. d62e28b Refactor creation of GrVkRenderPasses to make them move general by egdaniel · 8 years ago
  34. e50f3e7 Add WSI functions to GrVkInterface by jvanverth · 9 years ago
  35. 22281c1 Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines) by egdaniel · 9 years ago
  36. 9846ef2 Replace some nullptrs with VK_NULL_HANDLE by jvanverth · 9 years ago
  37. 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
  38. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 9 years ago
  39. 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