1. 307f8f5 Simplify the boilerplate of cloning a fragment processor. by John Stiles · 3 years, 2 months ago
  2. 3176e86 Rename GrGLSLFragmentProcessor to GrFragmentProcessor::ProgramImpl by Brian Salomon · 3 years, 2 months ago
  3. 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 3 years, 2 months ago
  4. 3465365 GrRRectEffect checks all nine-patch elliptical radii against min radius. by Brian Salomon · 3 years, 3 months ago
  5. b384eb2 Convert shape-clipping FPs to GrSkSLFP by Brian Osman · 3 years, 4 months ago
  6. 8f39137 Simplify optimization flags in a bunch of FPs by Brian Osman · 3 years, 6 months ago
  7. 066f411 Remove GrConvexPolyEffect::Make() that takes SkRect, use GrAARectEffect. by Brian Salomon · 3 years, 8 months ago
  8. 18ab203 Make GrGLSLFragmentProcessors be created as std::unique_ptr. by Brian Salomon · 3 years, 8 months ago
  9. bead7e3 Remove GrFragmentProcessor::usesExplicitReturn. by John Stiles · 3 years, 10 months ago
  10. 4bdc121 Use explicit return statements in more fragment processors. by John Stiles · 3 years, 10 months ago
  11. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 1 month ago
  12. 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 4 years, 2 months ago
  13. 6609cb6 Update existing TestCreate methods to honor the inputFP in the TestData. by John Stiles · 4 years, 3 months ago
  14. 6b5dbb4 Make invokeChild default to fInputColor, rather than half4(1) by Brian Osman · 4 years, 3 months ago
  15. 12c5d29 In FPs, store pointers for all child slots, even nullptr by Brian Osman · 4 years, 3 months ago
  16. 54867de Make GrFP::registerChild just return -1 for null children by Brian Osman · 4 years, 3 months ago
  17. 72e5764 Rename MakeResult so that it can be used more broadly. by John Stiles · 4 years, 4 months ago
  18. 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 4 months ago
  19. 851b90e Update GrRRectEffect to take an input FP and return a MakeResult. by John Stiles · 4 years, 4 months ago
  20. de975e3 Support MakeResult in GrOvalEffect. by John Stiles · 4 years, 4 months ago
  21. f08a82b Return tuple from GrConvexPolyEffect::Make denoting success or failure. by John Stiles · 4 years, 4 months ago
  22. ec9269b Update GrConvexPolyEffect to support an input FP. by John Stiles · 4 years, 4 months ago
  23. c0d5d9c Update EllipticalRRectEffect to support an input FP. by John Stiles · 4 years, 4 months ago
  24. 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 4 years, 4 months ago
  25. 56bf90b Update CircularRRectEffect to use a child FP. by John Stiles · 4 years, 4 months ago
  26. 2fbe617 Update Gr(Circle|Ellipse)Effect to use a child FP. by John Stiles · 4 years, 4 months ago
  27. 16464c3 Tracking uniform ownership by Ethan Nicholas · 4 years, 6 months ago
  28. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 8 months ago
  29. 4dea72a Reland x3 "Remove most of GrConfig.h" by Brian Salomon · 4 years, 10 months ago
  30. 3f1a98b Reland "Revert "Remove most of GrConfig.h"" by Greg Daniel · 4 years, 10 months ago
  31. 5b9c7ba Revert "Revert "Remove most of GrConfig.h"" by Brian Salomon · 4 years, 10 months ago
  32. b0047b5 Revert "Remove most of GrConfig.h" by Brian Salomon · 4 years, 10 months ago
  33. 80e334d Remove most of GrConfig.h by Brian Salomon · 4 years, 10 months ago
  34. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  35. 10e93b6 Revert "Revert "more relaxed precision decorations for SPIR-V output"" by Ethan Nicholas · 6 years ago
  36. e1f5502 Reland "SkSL is now pickier about type conversions" by Ethan Nicholas · 6 years ago
  37. c83da98 Revert "SkSL is now pickier about type conversions" by Ethan Nicholas · 6 years ago
  38. 91c1d08 SkSL is now pickier about type conversions by Ethan Nicholas · 6 years ago
  39. 0cace8e Make the RRectEffect's screen coords be Float4 (rather than Half4) by Robert Phillips · 6 years ago
  40. eace935 Revert "converted AARectEffect to new FP system" by Ethan Nicholas · 6 years ago
  41. 222e275 converted AARectEffect to new FP system by Ethan Nicholas · 6 years ago
  42. 12fb9cf added SkSL saturate() function by Ethan Nicholas · 6 years ago
  43. 242135a move some RRect methods into priv by Mike Reed · 7 years ago
  44. 0a241ce Don't canonicalize empty SkRRects. They stroke differently. by Brian Salomon · 7 years ago
  45. 1447177 Avoid GrEllipseEffect for small radii on devices without 32 bit float. by Brian Salomon · 7 years ago
  46. 47c8ed3 Reland "Fix precision caps and rrect/ellipse effect precisions" by Chris Dalton · 7 years ago
  47. 24f9c19 Revert "Fix precision caps and rrect/ellipse effect precisions" by Brian Osman · 7 years ago
  48. e421800 Fix precision caps and rrect/ellipse effect precisions by Chris Dalton · 7 years ago
  49. 1706f84 switched GrClipEdge to an enum class by Ethan Nicholas · 7 years ago
  50. 0f3c732 renamed GrPrimitiveEdgeType / GrProcessorEdgeType to GrClipEdgeType by Ethan Nicholas · 7 years ago
  51. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  52. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  53. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  54. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  55. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  56. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  57. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  58. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  59. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  60. 1a2a7ab More GrFragmentProcessor::clone() implementations. by Brian Salomon · 7 years ago
  61. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  62. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 7 years ago
  63. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 7 years ago
  64. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 7 years ago
  65. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 7 years ago
  66. 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 7 years ago
  67. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 8 years ago
  68. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
  69. f3b995b Clarify when tweak alpha for coverage optimizaton can occur. by Brian Salomon · 8 years ago
  70. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  71. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  72. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 8 years ago
  73. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  74. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  75. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  76. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  77. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  78. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  79. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  80. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  81. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  82. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  83. 8528541 Add more specialized fragment builders by cdalton · 9 years ago
  84. 5e58cee Add GrShaderFlags enum by cdalton · 9 years ago
  85. bf536af Next round of GrGLSLFragmentProcessor-derived class cleanup by robertphillips · 9 years ago
  86. 9cdb992 Clean up GrGLSLFragmentProcessor-derived classes by robertphillips · 9 years ago
  87. e87256c4 Do elliptical clips in normalized space on devices with a "real" mediump by bsalomon · 9 years ago
  88. cd07491 Prevent overflow in length() in GLCircularRRectEffect by bsalomon · 9 years ago
  89. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  90. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  91. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  92. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  93. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  94. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  95. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  96. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  97. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  98. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  99. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  100. b1daa86 When getGLInstance is called on a frag proc, the resulting GrGLFragmentProcessor will be the root of a tree of GrGLFragmentProcessors that mirrors the GrFragmentProcessor's tree. This allows setData() to be called recursively (removing the responsibility from compose shader) and allows gl instances direct access to their children gl instances so they can emit their code. by wangyix · 9 years ago