1. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
  2. 8d9bf64 Reland "Guard dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG." by John Stiles · 4 years, 2 months ago
  3. c556d6f Revert "Guard dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG." by John Stiles · 4 years, 2 months ago
  4. 2690078 Guard dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG. by John Stiles · 4 years, 2 months ago
  5. ba1879d Add `dumpTreeInfo` debug method to GrFragmentProcessor. by John Stiles · 4 years, 2 months ago
  6. 982fff2 Remove "sanity"/"insane" to comply with Android's inclusive language guidance by Leon Scroggins III · 4 years, 3 months ago
  7. b38781c Remove unused RunInSeries processor. by John Stiles · 4 years, 3 months ago
  8. f743d4e Rename Xfermode fragment processor to Blend. by John Stiles · 4 years, 3 months ago
  9. 024d745 Add GrFragmentProcessor::Compose for composing two processors. by John Stiles · 4 years, 3 months ago
  10. e69b9ef Separate MIP filtering from min/mag filtering. by Brian Salomon · 4 years, 3 months ago
  11. 41d91b6 Remove support for multiple coverage processors from GrPaint API. by John Stiles · 4 years, 3 months ago
  12. 5933d7d Update GrPaint APIs to reflect lack of multiple color processors. by John Stiles · 4 years, 3 months ago
  13. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 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. 8589430 Replace ModulateRGBA effect with Xfermode using modulate blend. by John Stiles · 4 years, 3 months ago
  17. 7bf2600 Replace ModulateAlpha effect with Xfermode using src-in blend. by John Stiles · 4 years, 3 months ago
  18. 7c19677 Split GrConstColorProcessor into three separate .fp effects. by John Stiles · 4 years, 3 months ago
  19. 54867de Make GrFP::registerChild just return -1 for null children by Brian Osman · 4 years, 3 months ago
  20. 87f4d29 Remove GrFragmentProcessor::Iter. by Brian Salomon · 4 years, 3 months ago
  21. d90b3d3 Remove generic GrFragmentProcessor texture sampling. by Brian Salomon · 4 years, 3 months ago
  22. 9cf98dc Remove GrCoordTransform entirely by Brian Osman · 4 years, 4 months ago
  23. 609f159 Remove most GrCoordTransform code by Brian Osman · 4 years, 4 months ago
  24. 1298bc4 Change SampleMatrix to SampleUsage by Brian Osman · 4 years, 4 months ago
  25. 5c57e88 Redesign GrXfermodeFragmentProcessor to use one FP instead of two. by John Stiles · 4 years, 4 months ago
  26. fbe2859 Remove GrFragmentProcessor::addCoordTransform() by Michael Ludwig · 4 years, 4 months ago
  27. e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 4 years, 4 months ago
  28. 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 4 months ago
  29. e3a39f7 Update ConstColor FP to support an input FP. by John Stiles · 4 years, 4 months ago
  30. 9ec6b05 Add cloneAndRegisterAllChildProcessors. by John Stiles · 4 years, 4 months ago
  31. 3779f44 Add helper method to clone and register a child FP. by John Stiles · 4 years, 4 months ago
  32. 2577623 Fix two different cases with multiple chained sample matrices by Brian Salomon · 4 years, 4 months ago
  33. fe64410 Remove PremulInput and GrPremulInputFragmentProcessor.fp from Skia. by John Stiles · 4 years, 4 months ago
  34. 0af87fe Pass input stage color to child processors. by John Stiles · 4 years, 4 months ago
  35. eed56f0 Update GrFragmentProcessor::SwizzleOutput to use a child FP. by John Stiles · 4 years, 5 months ago
  36. 5a2a7b3 Update GrClampFragmentProcessor to use a child FP. by John Stiles · 4 years, 5 months ago
  37. d3a95c2 Fixed sample_matrix_constant GM by Ethan Nicholas · 4 years, 5 months ago
  38. 5843012 Add sample(child, matrix) to SkSL. by Ethan Nicholas · 4 years, 6 months ago
  39. 64f4206 Remove unique_ptr_address_as_pointer_address by Brian Salomon · 4 years, 8 months ago
  40. 87506ab Remove (mostly) getting swizzle from GrSurfaceProxy. by Greg Daniel · 4 years, 8 months ago
  41. 7ef777e tranform -> transform by Ethan Nicholas · 4 years, 8 months ago
  42. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 8 months ago
  43. 978693c Make invokeChild just return a string containing the child function call by Brian Osman · 4 years, 9 months ago
  44. cddfc5e Remove invokeChild variants that write to output color by Brian Osman · 4 years, 9 months ago
  45. 6f5e940 Clamp GrSkSLFP output to valid premul by Brian Osman · 4 years, 9 months ago
  46. ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 9 months ago
  47. bd99c0c Reland "Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView." by Robert Phillips · 4 years, 10 months ago
  48. c5c0247 Revert "Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView." by Robert Phillips · 4 years, 10 months ago
  49. acf5929 Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView. by Greg Daniel · 4 years, 10 months ago
  50. 369ee6b Update GrSwizzle to only store key and not string. by Greg Daniel · 4 years, 11 months ago
  51. 7eabfe8 This is a reland of GrDomainEffect with significant changes: by Brian Salomon · 4 years, 11 months ago
  52. 7d8b397 Changes to GrCoordTransform and local coords by Brian Salomon · 5 years ago
  53. c241b58 Make fragment processor iterators work with range for loops. by Brian Salomon · 5 years ago
  54. 8fa469d Lift TextureSampler's proxy to SurfaceProxy by Michael Ludwig · 5 years ago
  55. 7d7aaf4 Slim down GrFragmentProcessor::TextureSampler and GrPrimitiveProcessor::TextureSampler by Robert Phillips · 5 years ago
  56. d4efe68 SkSL sample() now permits specification of coordinates by Ethan Nicholas · 5 years ago
  57. c6dce5a Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  58. 82774f8 Cleanup some legacy instantiate calls by Robert Phillips · 5 years ago
  59. b520476 Swap GrSurfaceProxy over to being held via sk_sp by Robert Phillips · 5 years ago
  60. 3d4cac5 Remove IO refs from GrSurfaceProxy only by Robert Phillips · 5 years ago
  61. 7eb5c0f Add "GrMipMapped" parameter to visitProxies by Chris Dalton · 5 years ago
  62. 6ad5289 Revert "Child fragment processors are now written as separate functions" by Ethan Nicholas · 5 years ago
  63. 0364bde Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  64. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  65. c0d79e5 Avoid multiplication by alpha in fragment shader when known to be 1. by Brian Salomon · 6 years ago
  66. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 6 years ago
  67. d7291ba Restore support for multisample locations by Chris Dalton · 6 years ago
  68. 080e77f Use SkPMColor4f in OverrideInput, remove some kruft from SkGr by Brian Osman · 6 years ago
  69. f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 6 years ago
  70. 5ea96bf Remove unused premul/unpremul FP code by Brian Osman · 6 years ago
  71. 1d5b598 Towards removing GrColor4f by Brian Osman · 6 years ago
  72. ee78396 templatize GrSurfaceProxyRef by Brian Salomon · 6 years ago
  73. e782f84 Remove GrResourceIOProcessor. by Brian Salomon · 6 years ago
  74. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
  75. 662ea4b Remove texel buffer support. by Brian Salomon · 6 years ago
  76. 1c54894 ccpr: Remove local matrix data from path instances by Chris Dalton · 6 years ago
  77. 535ba8d Drop unused support for MSAA sample locations by Chris Dalton · 7 years ago
  78. 28eaed2 add gpu impl for shadermaskfilter by Mike Reed · 7 years ago
  79. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  80. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  81. e9d172a converted ConstColorProcessor to SkSL by Ethan Nicholas · 7 years ago
  82. be0a042 converted Premul / Unpremul to SkSL by Ethan Nicholas · 7 years ago
  83. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  84. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  85. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  86. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  87. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  88. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  89. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  90. 96271cd Require clone() be implemented by GrFragmentProcessor subclasses by Brian Salomon · 7 years ago
  91. 216f2e0 Implement GrFragmentProcessor::clone for 6 additional subclasses. by Brian Salomon · 7 years ago
  92. 650ced0 Make GrColorFragmentProcessorAnalysis do all analysis in constructor. by Brian Salomon · 7 years ago
  93. 1c9686b Speculative "fix" for crash in analyzeProcessors by Robert Phillips · 7 years ago
  94. e23bffd Remove support in GPU backend for distance vector field. by Brian Salomon · 7 years ago
  95. 9bee2e5 Revise system for checking for uninstantiated proxies by Robert Phillips · 7 years ago
  96. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 7 years ago
  97. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 7 years ago
  98. a91e0b7 Allow TextureSamplers to have null GrTexture pointer by Robert Phillips · 7 years ago
  99. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 7 years ago
  100. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 7 years ago