1. 0560bd6 Move GrSwizzle.h from include/private to src/gpu. by Brian Salomon · 6 years ago
  2. 23c55b6 Move GrGLSL.h from include/private to src/gpu/glsl. by Brian Salomon · 6 years ago
  3. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
  4. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
  5. 47c2751 Remove GrNonlinearColorSpaceXformEffect by Brian Osman · 6 years ago
  6. 4da7019 ccpr: Implement path mask caching by Chris Dalton · 6 years ago
  7. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  8. 88a32ef Add a factory to any GrOp-derived class that lacked one by Robert Phillips · 6 years ago
  9. 774168e Allow CCPR in DDL mode (take 2) by Robert Phillips · 6 years ago
  10. 18dbfd0 Reland "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API." by Greg Daniel · 6 years ago
  11. 8624059 Rename GrAtlasTextBlob -> GrTextBlob by Herb Derby · 6 years ago
  12. 98bddf9 Revert "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API." by Greg Daniel · 6 years ago
  13. 26c0e4c Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API. by Greg Daniel · 6 years ago
  14. 26cbe51 Rename GrAtlasTextContext -> GrTextContext by Herb Derby · 6 years ago
  15. a33b67c Rewrite GrQuad to use separate arrays of x and y values to be Sk4f friendly. by Brian Salomon · 6 years ago
  16. ab7181d Reland "Add driver bug workarounds to GrCaps" by Adrienne Walker · 6 years ago
  17. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  18. 52aacd6 Add GrContextThreadSafeProxy and remove most friends of GrContextThreadSafeProxy by Brian Salomon · 6 years ago
  19. 024615e Revert "Add driver bug workarounds to GrCaps" by Greg Daniel · 6 years ago
  20. 328490c Add driver bug workarounds to GrCaps by Adrienne Walker · 6 years ago
  21. 5ba36ba ccpr: Clean up GrCoverageCountingPathRenderer by Chris Dalton · 6 years ago
  22. d401da6 Use MaskFilter to create SDFs for text. by Jim Van Verth · 6 years ago
  23. a070ed7 Add InternalSurfaceFlag so we know if RenderTargetProxys and RenderTargets use GL FBO 0. by Greg Daniel · 6 years ago
  24. 218c294 Remove the MSAA path renderer by Chris Dalton · 7 years ago
  25. 1df7cd8 Reland "Add stub gpu workaround generators" by Adrienne Walker · 7 years ago
  26. 2ae45ae Revert "Add stub gpu workaround generators" by Leon Scroggins · 7 years ago
  27. 94d25b9 Add stub gpu workaround generators by Adrienne Walker · 7 years ago
  28. 9f2dab0 ccpr: Implement conics by Chris Dalton · 7 years ago
  29. e7fbafe Revert "ccpr: Implement conics" by Chris Dalton · 7 years ago
  30. 98b2415 ccpr: Implement conics by Chris Dalton · 7 years ago
  31. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 7 years ago
  32. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 7 years ago
  33. 4c23934 ccpr: Make curve corners more seamless by Chris Dalton · 7 years ago
  34. 3746ac2 Remove path ranges from gpu. by Ben Wagner · 7 years ago
  35. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 7 years ago
  36. 18e7556 move blur impl into core by Mike Reed · 7 years ago
  37. 8738cf4 ccpr: Simplify triangle corners by Chris Dalton · 7 years ago
  38. 4684f82 Add ability to uninstantiate lazy proxies after every flush. by Greg Daniel · 7 years ago
  39. a3457b8 Split GrDDL- & GrDirect- Contexts into their own files by Robert Phillips · 7 years ago
  40. fe462ef Revert "ccpr: Simplify triangle corners" by Chris Dalton · 7 years ago
  41. 622650a ccpr: Simplify triangle corners by Chris Dalton · 7 years ago
  42. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 7 years ago
  43. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 7 years ago
  44. acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 7 years ago
  45. db9ee2d Remove unused class GrDDLGpu by Brian Salomon · 7 years ago
  46. 383c418 Remove GrStencilAndCoverTextContext by Robert Phillips · 7 years ago
  47. 5dd202d Revert "Revert "move GrColor.h to private, IWYU"" by Mike Reed · 7 years ago
  48. 63cc293 Revert "move GrColor.h to private, IWYU" by Brian Salomon · 7 years ago
  49. e602f39 move GrColor.h to private, IWYU by Mike Reed · 7 years ago
  50. 6200036 Implement GPU/OpList DDLs by Robert Phillips · 7 years ago
  51. 9ca2784 Extract a GrCCPathParser class that is decoupled from atlas ops by Chris Dalton · 7 years ago
  52. 383a2ef CCPR: Rename GrCCPR* -> GrCC* by Chris Dalton · 7 years ago
  53. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  54. 8982dc1 Add GrResourceProviderPriv and expose GrGpu in it by Greg Daniel · 7 years ago
  55. 90e8fb1 Reland "CCPR: Initial semi-optimized vertex shader Impl" by Chris Dalton · 7 years ago
  56. d23c7c4 Revert "CCPR: Initial semi-optimized vertex shader Impl" by Chris Dalton · 7 years ago
  57. e3877ce CCPR: Initial semi-optimized vertex shader Impl by Chris Dalton · 7 years ago
  58. 7461a4a converted YUVEffect to SkSL by Ethan Nicholas · 7 years ago
  59. 2871436 Revert "CCPR: Initial semi-optimized vertex shader Impl" by Brian Osman · 7 years ago
  60. a8f6aef CCPR: Initial semi-optimized vertex shader Impl by Chris Dalton · 7 years ago
  61. 297d6ef converted GrRRectBlurEffect to SkSL by Ethan Nicholas · 7 years ago
  62. 2d5f9b3 converted GrMagnifierEffect to SkSL by Ethan Nicholas · 7 years ago
  63. e42edcc Add stubbed out GrContext by Robert Phillips · 7 years ago
  64. 3d6801e Add GrGLMakeNativeInterface factory that returns sk_sp<const GrGLInterface>. by Brian Salomon · 7 years ago
  65. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  66. a32a3c3 Add analytic clip FPs that read from the CCPR atlas by Chris Dalton · 7 years ago
  67. cbcb0a1 Revert "Revert "Add Atlas Text interface for rendering SDF glyphs."" by Brian Salomon · 7 years ago
  68. 9c2202f Revert "Add Atlas Text interface for rendering SDF glyphs." by Greg Daniel · 7 years ago
  69. 39631f3 Add Atlas Text interface for rendering SDF glyphs. by Brian Salomon · 7 years ago
  70. be0a042 converted Premul / Unpremul to SkSL by Ethan Nicholas · 7 years ago
  71. 8dca18a converted GrAARectEffect to SkSL by Ethan Nicholas · 7 years ago
  72. bbfd516 Don't use analytic clip FPs when drawing to stencil by Chris Dalton · 7 years ago
  73. 428e568 Revert "Don't use analytic clip FPs when drawing to stencil" by Chris Dalton · 7 years ago
  74. 4c92d4a Don't use analytic clip FPs when drawing to stencil by Chris Dalton · 7 years ago
  75. 14efcbf converted LumaColorFilterEffect to sksl by Ethan Nicholas · 7 years ago
  76. 18923f9 Make GrAtlasTextBlob return to caller when a flush is required during subrun tessellation. by Brian Salomon · 7 years ago
  77. 943ed79 Remove deferred upload types from GrDrawOp.h. by Brian Salomon · 7 years ago
  78. d608c09 Re-land "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  79. 2d3cac5 Revert "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  80. 8aa4dc9 converted OverdrawColorFilter to SkSL by Ethan Nicholas · 7 years ago
  81. c17bf32 Convert geometry shaders to operate in Skia device space by Chris Dalton · 7 years ago
  82. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
  83. 6a3dbee Refactor CCPR coverage shaders for a vertex impl by Chris Dalton · 7 years ago
  84. 8239946 converted GrRectBlurEffect to SkSL by Ethan Nicholas · 7 years ago
  85. d6365e5 Revert "Refactor CCPR coverage shaders for a vertex impl" by Eric Boren · 7 years ago
  86. e501033 Refactor CCPR coverage shaders for a vertex impl by Chris Dalton · 7 years ago
  87. c9472af SkSL FPs now support child processors, converted ArithmeticFP to SkSL by Ethan Nicholas · 7 years ago
  88. 099fa0f Revert^6 "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 7 years ago
  89. 9b1f4bd Revert "Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""""" by Brian Osman · 7 years ago
  90. fdd2cb5 Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"""" by Brian Osman · 7 years ago
  91. 9f8d4d3 Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""" by Brian Osman · 7 years ago
  92. e8b8397 Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"" by Brian Osman · 7 years ago
  93. 837c6c7 Revert "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 7 years ago
  94. 742f3d0 Make threaded proxy generation MDB-friendly, and defer instantiation by Brian Osman · 7 years ago
  95. 420c4cf Add GrTextureProxyPriv by Robert Phillips · 7 years ago
  96. ae7d3f3 Add native caching of uniquely keyed GrTextureProxies (take 2) by Robert Phillips · 7 years ago
  97. 76d640d Revert "Add native caching of uniquely keyed GrTextureProxies" by Robert Phillips · 7 years ago
  98. d4f100d Add native caching of uniquely keyed GrTextureProxies by Robert Phillips · 7 years ago
  99. 5d03474 Do software clip mask generation with worker threads by Brian Osman · 7 years ago
  100. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago