1. 7d918fd Don't destroy VkPipelineLayouts until after command buffer recording. by Greg Daniel · 6 years ago
  2. 1471df9 Remove include of GrGLProgramBuilder.h from GrGLProgram.h and GrVkPipelineState.h by Brian Salomon · 6 years ago
  3. 4d3f517 Remove GrGLSLFragProcs typedef. Use unique_ptr to for GrGLSLFragmentProcessor ownership. by Brian Salomon · 6 years ago
  4. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  5. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  6. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  7. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  8. 559f556 Remove support for image load/store by Brian Salomon · 7 years ago
  9. 6a40abc Revert "Implement window rectangles in vulkan" by Jim Van Verth · 7 years ago
  10. 94c0468 Implement window rectangles in vulkan by Chris Dalton · 7 years ago
  11. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  12. 369e8b7 Fix cleanup on program creation failure by Robert Phillips · 7 years ago
  13. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 7 years ago
  14. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  15. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  16. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  17. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  18. bb581ce Convert DstTexture to DstProxy (take 2) by Robert Phillips · 7 years ago
  19. 9bee2e5 Revise system for checking for uninstantiated proxies by Robert Phillips · 7 years ago
  20. c375704 Revert "Convert DstTexture to DstProxy" by Robert Phillips · 7 years ago
  21. 87f7f1c Convert DstTexture to DstProxy by Robert Phillips · 7 years ago
  22. 31ec144 Add support for using texel buffers in Vulkan backend. by Greg Daniel · 7 years ago
  23. f086167 Remove support for GLs without separate stencil. by Brian Salomon · 7 years ago
  24. 783c436 Fix comma in vulkan by Greg Daniel · 7 years ago
  25. 18f9602 Add support for Geom shaders in Vulkan backend. by Greg Daniel · 7 years ago
  26. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 7 years ago
  27. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 7 years ago
  28. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 7 years ago
  29. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  30. 18dfa98 Store the dst texture used by an XP in GrPipeline rather than in the XP. by Brian Salomon · 7 years ago
  31. 02bb6df Retract GrPipeline from setRenderTargetState calls by Robert Phillips · 7 years ago
  32. 87f340e switched GrVkPipelineStateCache over to use SkLRUCache by Ethan Nicholas · 8 years ago
  33. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  34. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  35. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  36. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  37. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  38. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  39. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  40. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  41. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago
  42. 85552e4 Quiet a -Wcomma warning. by mtklein · 8 years ago
  43. b58a2b4 Stop aggregating texture/buffer access objects in GrFragmentProcessor parents. by bsalomon · 8 years ago
  44. 2eda5b3 Conditionally insert gl_PointSize into shaders. by bsalomon · 8 years ago
  45. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  46. 56b7dc4 Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (patchset #3 id:40001 of https://codereview.chromium.org/2339203002/ ) by bsalomon · 8 years ago
  47. d91237e Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  48. 720dc71 Merge building of program desc in Vulkan into one step by egdaniel · 8 years ago
  49. 31bc7df Properly recycle uniform buffers in vulkan by egdaniel · 8 years ago
  50. 707bbd6 Reuse sampler descriptor set allocations in Vulkan by egdaniel · 8 years ago
  51. 4c6e47a Recycle small uniform buffers. by jvanverth · 8 years ago
  52. a95220d Setup system in Vulkan to reuse VkDescriptorSet allocations. by egdaniel · 8 years ago
  53. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  54. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  55. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  56. db37909 Add offsets to GrVkBuffer. by jvanverth · 8 years ago
  57. 5c4a381 Grow descriptor pools by 1.5 by egdaniel · 8 years ago
  58. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  59. b2df0c2 Refactor Vulkan image, texture, RTs so that create and getter handles match. by egdaniel · 8 years ago
  60. f05ab1b Support allowSRGBInputs on Vulkan (via secondary texture views) by brianosman · 8 years ago
  61. 50c46c7 Clean up GrVkImage::setLayout() by jvanverth · 8 years ago
  62. 778555c Unify DescriptorPools for vulkan uniform descriptor sets by egdaniel · 8 years ago
  63. dd97b85 Fix vulkan build on linux and android by egdaniel · 8 years ago
  64. b1b5957 Remove unnessary uniform barriers in Vulkan. by egdaniel · 8 years ago
  65. 6234006 Add automatic generation of mipmaps to Vulkan by jvanverth · 8 years ago
  66. 58a8d92 Update min Vulkan version to 1.0.8.0, and fix various bugs by egdaniel · 8 years ago
  67. 7cbffda Don't create new descriptor set for vulkan uniforms every draw by egdaniel · 8 years ago
  68. 5f3b0e0 Limit the size of descriptor pools in vulkan by egdaniel · 8 years ago
  69. 8af936d Fix a bunch of memory issues in Vulkan by egdaniel · 8 years ago
  70. b4aa362 Switch uniforms to be descriptor set 0 in Vulkan by egdaniel · 8 years ago
  71. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  72. 22281c1 Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines) by egdaniel · 8 years ago[Renamed (73%) from src/gpu/vk/GrVkProgram.cpp]
  73. 2cab66b fix release build vulkan by egdaniel · 8 years ago
  74. c2dc1b2 Add DescriptorPool and set manager to GrVkProgram by egdaniel · 8 years ago
  75. 8b6394c Add a cache of GrVkSamplers in GrVkResourceProvider. by egdaniel · 8 years ago
  76. 9846ef2 Replace some nullptrs with VK_NULL_HANDLE by jvanverth · 8 years ago
  77. d524f16 Fix memory crash in vulakn writeUniformBuffers by egdaniel · 8 years ago
  78. 992ad36 Add back Vk files with LF endings by jvanverth · 8 years ago
  79. e02918d Remove Vk files with spurious CRLFs by jvanverth · 8 years ago
  80. 164a9f0 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 8 years ago
  81. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 8 years ago
  82. 48cf268 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 8 years ago