1. 820e79b remove sk_atomic_load and sk_atomic_store by Mike Klein · 7 years ago
  2. 9a51a86 Pass in actual sampled texture and sample params to gpu uniform builders. by Greg Daniel · 7 years ago
  3. 7e00022 Reland "Add support for Ycbcr Conversion Samplers in vulkan." by Greg Daniel · 7 years ago
  4. f4bf973 Revert "Add support for Ycbcr Conversion Samplers in vulkan." by Greg Daniel · 7 years ago
  5. 6cd7490 Add support for Ycbcr Conversion Samplers in vulkan. by Greg Daniel · 7 years ago
  6. 6616efb In Vulkan, use 1000 for maxLod instead of maxMipLevel when using mips. by Greg Daniel · 7 years ago
  7. 99b88e0 Pass a VkRenderPass through pipeline state creation instead of GrVkRenderPass. by Greg Daniel · 7 years ago
  8. adb4bfe A bunch of fixes for calling abandon on vulkan context. by Greg Daniel · 7 years ago
  9. 21580ba Fix some static intializers in Vulkan code. by Greg Daniel · 7 years ago
  10. ff168d9 Put GrPrimitiveProcessor/GrGeometryProcessor before GrPipeline in param lists. by Brian Salomon · 7 years ago
  11. f3a4ef9 Add unit test the explicit tests create a GrVkCopyPipeline by Greg Daniel · 7 years ago
  12. 09eeefb Remove uses of sk_sp when passing around GrVkPipelineState by Greg Daniel · 8 years ago
  13. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 8 years ago
  14. b280d4e Fix up and clarify use of maxMipLevel in Vulkan by Greg Daniel · 8 years ago
  15. 6ecc911 Revert "Revert "Remove Gr*Gpu includes from header files."" by Greg Daniel · 8 years ago
  16. 56af45b Revert "Remove Gr*Gpu includes from header files." by Greg Daniel · 8 years ago
  17. 2bd381b Remove Gr*Gpu includes from header files. by Greg Daniel · 8 years ago
  18. 18f9602 Add support for Geom shaders in Vulkan backend. by Greg Daniel · 8 years ago
  19. a754378 Setup support for UNIFORM_TEXEL_BUFFER descriptor sets in Vulkan by Greg Daniel · 8 years ago
  20. 101b844 Remove GrGLSLSampler type and subclasses by Brian Salomon · 9 years ago
  21. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 9 years ago
  22. 09557d7 Fix Vulkan command buffer assert on device lost by Jim Van Verth · 9 years ago
  23. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 9 years ago
  24. d368211 Remove unused resolve parameters for vulkan render passes by Greg Daniel · 9 years ago
  25. bc9b296 Add GrVkCopyPipeline to handle vulkan copies as draws by egdaniel · 9 years ago
  26. ce3bfb1 Don't add the resolve attachment to vulkan render passes. by egdaniel · 9 years ago
  27. 4d866df Add support for getting vulkan descriptor sets without a GrVkUniformHandler. by egdaniel · 9 years ago
  28. 707bbd6 Reuse sampler descriptor set allocations in Vulkan by egdaniel · 9 years ago
  29. 4c6e47a Recycle small uniform buffers. by jvanverth · 9 years ago
  30. a95220d Setup system in Vulkan to reuse VkDescriptorSet allocations. by egdaniel · 9 years ago
  31. 50ead53 Update RT views and framebuffer in vulkan after mipmaping by egdaniel · 9 years ago
  32. d5f6e9a Only check resource tracking on program shutdown, not context shutdown by jvanverth · 9 years ago
  33. 069c464 Vulkan fixes for TesselatingPathRenderer test by jvanverth · 9 years ago
  34. 5c4a381 Grow descriptor pools by 1.5 by egdaniel · 9 years ago
  35. 7ec9241 Add resource tracking output and command buffer recycling by jvanverth · 9 years ago
  36. a584de9 Add static buffer support by jvanverth · 9 years ago
  37. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 9 years ago
  38. 066df7c Add GpuCommandBuffer support. by egdaniel · 9 years ago
  39. 9a6cf80 Subclass GrVkCommandBuffer into Primary and Secondary CommandBuffers. by egdaniel · 9 years ago
  40. 2feb093 Add support for finding/creating general GrVkRenderPass from the VkResourceProvider. by egdaniel · 9 years ago
  41. d62e28b Refactor creation of GrVkRenderPasses to make them move general by egdaniel · 9 years ago
  42. 778555c Unify DescriptorPools for vulkan uniform descriptor sets by egdaniel · 9 years ago
  43. 6234006 Add automatic generation of mipmaps to Vulkan by jvanverth · 9 years ago
  44. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  45. af13277 Change VkPipelineStateCahce to use Hash and LRU LList. by egdaniel · 9 years ago
  46. 22281c1 Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines) by egdaniel · 9 years ago
  47. c2dc1b2 Add DescriptorPool and set manager to GrVkProgram by egdaniel · 9 years ago
  48. 8b6394c Add a cache of GrVkSamplers in GrVkResourceProvider. by egdaniel · 9 years ago
  49. 03509ea Use VkPipelineCaches during VkPipeline creation by jvanverth · 9 years ago
  50. 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
  51. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 9 years ago
  52. 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