1. dcc85fc Implement an explicit binary search-based analytic gradient colorizer by Michael Ludwig · 6 years ago
  2. 653c6b5 Remove (unused) GrBlend.cpp, and some GrColor helpers by Brian Osman · 6 years ago
  3. a7914d3 Implement textured gradients by Michael Ludwig · 6 years ago
  4. 0495f7a Implement dual interval gradients by Michael Ludwig · 6 years ago
  5. 8f68508 Implement 2-pt conical gradient layout by Michael Ludwig · 6 years ago
  6. 24d438b Implement sweep gradient layout by Michael Ludwig · 6 years ago
  7. 4089df8 Implement radial gradient layout by Michael Ludwig · 6 years ago
  8. 4f94ef6 Reland "Base Gradient FP Refactor" by Michael Ludwig · 6 years ago
  9. 1ea5656 Revert "Base Gradient FP Refactor" by Cary Clark · 6 years ago
  10. 10f7a1e Base Gradient FP Refactor by Michael Ludwig · 6 years ago
  11. 78aceb2 converted overdraw effect to new FP system by Ethan Nicholas · 6 years ago
  12. 09a7bb2 Reland "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 6 years ago
  13. 02e6efe Revert "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 6 years ago
  14. 2f2757f ccpr: Implement stroking with fine triangle strips by Chris Dalton · 6 years ago
  15. 10c3776 Remove GrTextureStripAtlas, textured gradients use independent textures by Michael Ludwig · 6 years ago
  16. ce00811 converted arithmetic FP to new FP structure by Ethan Nicholas · 6 years ago
  17. e163969 ccpr: Rename GrCCPathParser to GrCCFiller by Chris Dalton · 6 years ago
  18. 5422f9a implemented GrMtlGpuCommandBuffer for draws in Metal gpu backend by Timothy Liang · 6 years ago
  19. c1b482c Rename GrTextUtils::Target to GrTextTarget by Herb Derby · 6 years ago
  20. bc6f9c9 Remove GrTextUtil::Paint by Herb Derby · 6 years ago
  21. 2eb8e02 Reland "implemented GrMtlSampler for metal gpu backend" by Timothy Liang · 6 years ago
  22. 35f9637 Revert "implemented GrMtlSampler for metal gpu backend" by Timothy Liang · 6 years ago
  23. 93fa10f implemented GrMtlSampler for metal gpu backend by Timothy Liang · 6 years ago
  24. 44636e9 created GrMtlPipelineStateDataManager for metal gpu backend by Timothy Liang · 6 years ago
  25. 057c390 attached uniform and varying handlers to GrMtlPipelineStateBuilder by Timothy Liang · 6 years ago
  26. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  27. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  28. 7ac582e implemented the pipeline state builder for metal gpu backend by Timothy Liang · 6 years ago
  29. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  30. 057ad70 Update GrTextureStripAtlas for DDLs (take 2) by Robert Phillips · 6 years ago
  31. 49528b6 implemented GrMtlBuffer for Metal gpu backend by Timothy Liang · 6 years ago
  32. 20ee171 Revert "Update GrTextureStripAtlas for DDLs" by Robert Phillips · 6 years ago
  33. c042d41 Update GrTextureStripAtlas for DDLs by Robert Phillips · 6 years ago
  34. 96d275a Move GrTextureStripAtlas to its own file by Robert Phillips · 6 years ago
  35. 98bffae Reland "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  36. ee78396 templatize GrSurfaceProxyRef by Brian Salomon · 6 years ago
  37. d3e65aa Move GrVkInterface out of public API. by Greg Daniel · 6 years ago
  38. ae5f953 Remove unused GrGpuResourceRef and GrTGpuResourceRef by Brian Salomon · 6 years ago
  39. e30739a implemented copy surface as draw for metal gpu backend by Timothy Liang · 6 years ago
  40. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 6 years ago
  41. 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  42. 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  43. e70604e created stub for metal gpu command buffer by Timothy Liang · 6 years ago
  44. 662ea4b Remove texel buffer support. by Brian Salomon · 6 years ago
  45. f730c18 Reland "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 6 years ago
  46. 007267b Revert "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 6 years ago
  47. dc13c21 Revert "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  48. a782dcb Reland "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  49. 0db3a88 Reland "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 6 years ago
  50. 2df9b45 added TextureRenderTarget to Metal gpu backend by Timothy Liang · 6 years ago
  51. 059a9ab Revert "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 6 years ago
  52. cb92b26 Revert "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  53. 45c9dab Let client pass in full extension to GrVkBackendContext. by Greg Daniel · 6 years ago
  54. 93ae233 Make GrVkBackendContext no longer derive from SkRefCnt. by Greg Daniel · 6 years ago
  55. 7d918fd Don't destroy VkPipelineLayouts until after command buffer recording. by Greg Daniel · 6 years ago
  56. 0560bd6 Move GrSwizzle.h from include/private to src/gpu. by Brian Salomon · 6 years ago
  57. 23c55b6 Move GrGLSL.h from include/private to src/gpu/glsl. by Brian Salomon · 6 years ago
  58. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
  59. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
  60. 47c2751 Remove GrNonlinearColorSpaceXformEffect by Brian Osman · 6 years ago
  61. 4da7019 ccpr: Implement path mask caching by Chris Dalton · 6 years ago
  62. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  63. 88a32ef Add a factory to any GrOp-derived class that lacked one by Robert Phillips · 6 years ago
  64. 774168e Allow CCPR in DDL mode (take 2) by Robert Phillips · 6 years ago
  65. 18dbfd0 Reland "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API." by Greg Daniel · 6 years ago
  66. 8624059 Rename GrAtlasTextBlob -> GrTextBlob by Herb Derby · 6 years ago
  67. 98bddf9 Revert "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API." by Greg Daniel · 6 years ago
  68. 26c0e4c Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API. by Greg Daniel · 6 years ago
  69. 26cbe51 Rename GrAtlasTextContext -> GrTextContext by Herb Derby · 6 years ago
  70. a33b67c Rewrite GrQuad to use separate arrays of x and y values to be Sk4f friendly. by Brian Salomon · 6 years ago
  71. ab7181d Reland "Add driver bug workarounds to GrCaps" by Adrienne Walker · 6 years ago
  72. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  73. 52aacd6 Add GrContextThreadSafeProxy and remove most friends of GrContextThreadSafeProxy by Brian Salomon · 6 years ago
  74. 024615e Revert "Add driver bug workarounds to GrCaps" by Greg Daniel · 6 years ago
  75. 328490c Add driver bug workarounds to GrCaps by Adrienne Walker · 7 years ago
  76. 5ba36ba ccpr: Clean up GrCoverageCountingPathRenderer by Chris Dalton · 6 years ago
  77. d401da6 Use MaskFilter to create SDFs for text. by Jim Van Verth · 7 years ago
  78. a070ed7 Add InternalSurfaceFlag so we know if RenderTargetProxys and RenderTargets use GL FBO 0. by Greg Daniel · 7 years ago
  79. 218c294 Remove the MSAA path renderer by Chris Dalton · 7 years ago
  80. 1df7cd8 Reland "Add stub gpu workaround generators" by Adrienne Walker · 7 years ago
  81. 2ae45ae Revert "Add stub gpu workaround generators" by Leon Scroggins · 7 years ago
  82. 94d25b9 Add stub gpu workaround generators by Adrienne Walker · 7 years ago
  83. 9f2dab0 ccpr: Implement conics by Chris Dalton · 7 years ago
  84. e7fbafe Revert "ccpr: Implement conics" by Chris Dalton · 7 years ago
  85. 98b2415 ccpr: Implement conics by Chris Dalton · 7 years ago
  86. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 7 years ago
  87. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 7 years ago
  88. 4c23934 ccpr: Make curve corners more seamless by Chris Dalton · 7 years ago
  89. 3746ac2 Remove path ranges from gpu. by Ben Wagner · 7 years ago
  90. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 7 years ago
  91. 18e7556 move blur impl into core by Mike Reed · 7 years ago
  92. 8738cf4 ccpr: Simplify triangle corners by Chris Dalton · 7 years ago
  93. 4684f82 Add ability to uninstantiate lazy proxies after every flush. by Greg Daniel · 7 years ago
  94. a3457b8 Split GrDDL- & GrDirect- Contexts into their own files by Robert Phillips · 7 years ago
  95. fe462ef Revert "ccpr: Simplify triangle corners" by Chris Dalton · 7 years ago
  96. 622650a ccpr: Simplify triangle corners by Chris Dalton · 7 years ago
  97. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 7 years ago
  98. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 7 years ago
  99. acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 7 years ago
  100. db9ee2d Remove unused class GrDDLGpu by Brian Salomon · 7 years ago