1. 87f340e switched GrVkPipelineStateCache over to use SkLRUCache by Ethan Nicholas · 8 years ago
  2. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  3. 09557d7 Fix Vulkan command buffer assert on device lost by Jim Van Verth · 8 years ago
  4. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago
  5. d368211 Remove unused resolve parameters for vulkan render passes by Greg Daniel · 8 years ago
  6. bc9b296 Add GrVkCopyPipeline to handle vulkan copies as draws by egdaniel · 8 years ago
  7. ce3bfb1 Don't add the resolve attachment to vulkan render passes. by egdaniel · 8 years ago
  8. 4d866df Add support for getting vulkan descriptor sets without a GrVkUniformHandler. by egdaniel · 8 years ago
  9. 707bbd6 Reuse sampler descriptor set allocations in Vulkan by egdaniel · 8 years ago
  10. 4c6e47a Recycle small uniform buffers. by jvanverth · 8 years ago
  11. a95220d Setup system in Vulkan to reuse VkDescriptorSet allocations. by egdaniel · 8 years ago
  12. 7ec9241 Add resource tracking output and command buffer recycling by jvanverth · 8 years ago
  13. 9a6cf80 Subclass GrVkCommandBuffer into Primary and Secondary CommandBuffers. by egdaniel · 8 years ago
  14. 2feb093 Add support for finding/creating general GrVkRenderPass from the VkResourceProvider. by egdaniel · 8 years ago
  15. d62e28b Refactor creation of GrVkRenderPasses to make them move general by egdaniel · 8 years ago
  16. 778555c Unify DescriptorPools for vulkan uniform descriptor sets by egdaniel · 8 years ago
  17. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  18. 28d5bdd Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (patchset #2 id:20001 of https://codereview.chromium.org/1927583002/ ) by reed · 8 years ago
  19. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  20. 6234006 Add automatic generation of mipmaps to Vulkan by jvanverth · 9 years ago
  21. af13277 Change VkPipelineStateCahce to use Hash and LRU LList. by egdaniel · 9 years ago
  22. e50f3e7 Add WSI functions to GrVkInterface by jvanverth · 9 years ago
  23. 22281c1 Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines) by egdaniel · 9 years ago
  24. c2dc1b2 Add DescriptorPool and set manager to GrVkProgram by egdaniel · 9 years ago
  25. 8b6394c Add a cache of GrVkSamplers in GrVkResourceProvider. by egdaniel · 9 years ago
  26. 03509ea Use VkPipelineCaches during VkPipeline creation by jvanverth · 9 years ago
  27. 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
  28. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 9 years ago
  29. 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