1. a2c4020 Preserve dithering for SkImageFilters::Shader by Michael Ludwig · 3 years, 11 months ago
  2. cbbe0b0 Fix reverse bounds calculation for SkImageFilters::Compose by Michael Ludwig · 3 years, 11 months ago
  3. 4757a60 Accept SkFilterQuality in SkImageFilters::Shader by Michael Ludwig · 4 years ago
  4. 91292e9 Runtime Effects: Support 'uniform shader' (vs. 'in shader') by Brian Osman · 4 years ago
  5. fdf6148 Pass function arguments using SkSpan instead of count + ptr. by John Stiles · 4 years ago
  6. 6b58a33 Mangle function names as a separate step before emitting func-bodies. by John Stiles · 4 years ago
  7. 3ed7cb5 Allow kNoCropRect to be referenced by Michael Ludwig · 4 years ago
  8. 8aa0edf move SkTPin to include/private by Mike Klein · 4 years ago
  9. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years ago
  10. 01b93ea Add SkImageFilters::Blend rename for Xfermode filter by Michael Ludwig · 4 years ago
  11. c98d5b6 Expand image filter factories to accept more types for crop rects by Michael Ludwig · 4 years ago
  12. 7d0f853 Add SkImageFilters::Shader in place of Paint factory by Michael Ludwig · 4 years ago
  13. 766eeb2 Return target rect for SkPictureImageFilter forward bounds mapping by Fredrik Söderqvist · 4 years, 1 month ago
  14. 0ea0c5e More conservative reverse mapping bounds for SkDisplacementMapEffect by Fredrik Söderqvist · 4 years, 1 month ago
  15. 493f89e [fuzz] Standardize, document, and backport fuzzing defines. by Kevin Lubick · 4 years, 1 month ago
  16. 6763a71 Limit morphology radius to 100 pixels by Brian Osman · 4 years, 2 months ago
  17. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
  18. 85f51b2 Simplify firstdirection by Mike Reed · 4 years, 2 months ago
  19. 3872c98 Move convexity enum out of public by Mike Reed · 4 years, 2 months ago
  20. 44820a9 Remove legacy runtime effect main signature by Brian Osman · 4 years, 2 months ago
  21. 767f444 SkRuntimeEffect SkSL has a new signature for main() by Brian Osman · 4 years, 2 months ago
  22. 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 4 years, 2 months ago
  23. 3b08f35 deserialize SkFilterQuality safely by Mike Klein · 4 years, 2 months ago
  24. 982fff2 Remove "sanity"/"insane" to comply with Android's inclusive language guidance by Leon Scroggins III · 4 years, 3 months ago
  25. 1ff0706 Remove more references to "master" by Leon Scroggins III · 4 years, 3 months ago
  26. cc73078 Remove input-color modulation from GrGLLightingEffect. by John Stiles · 4 years, 3 months ago
  27. f743d4e Rename Xfermode fragment processor to Blend. by John Stiles · 4 years, 3 months ago
  28. 5933d7d Update GrPaint APIs to reflect lack of multiple color processors. by John Stiles · 4 years, 3 months ago
  29. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 3 months ago
  30. 2940538 Reland "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 3 months ago
  31. 75c5168 Revert "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 3 months ago
  32. dd13955 Remove more GrContext imports & usage by Adlai Holler · 4 years, 3 months ago
  33. 2a138b9 Update GrMorphologyEffect to take an inputFP. by John Stiles · 4 years, 3 months ago
  34. 6609cb6 Update existing TestCreate methods to honor the inputFP in the TestData. by John Stiles · 4 years, 3 months ago
  35. 6b5dbb4 Make invokeChild default to fInputColor, rather than half4(1) by Brian Osman · 4 years, 3 months ago
  36. c477786 Revert "Revert "remove support for serialized pictures before aug 2019"" by Mike Reed · 4 years, 3 months ago
  37. 59e1602 Revert "remove support for serialized pictures before aug 2019" by Mike Reed · 4 years, 3 months ago
  38. 12c5d29 In FPs, store pointers for all child slots, even nullptr by Brian Osman · 4 years, 3 months ago
  39. 380fba6 remove support for serialized pictures before aug 2019 by Mike Reed · 4 years, 3 months ago
  40. 7c19677 Split GrConstColorProcessor into three separate .fp effects. by John Stiles · 4 years, 3 months ago
  41. 8c7c709 Convert GLHighContrastFilterEffect to an .fp file. by John Stiles · 4 years, 3 months ago
  42. 54867de Make GrFP::registerChild just return -1 for null children by Brian Osman · 4 years, 3 months ago
  43. a9c9b53 Convert the arithmetic runtime effect to a regular .fp effect. by John Stiles · 4 years, 3 months ago
  44. eb77035 Update SkXfermodeImageFilter to consolidate color processors. by John Stiles · 4 years, 3 months ago
  45. 3c8178b Remove deprecated form of `asFragmentProcessor` method. by John Stiles · 4 years, 3 months ago
  46. 234592c Add support for an inputFP in SkHighContrast_Filter::asFragmentProcessor by John Stiles · 4 years, 3 months ago
  47. 3851be4 Add support for an inputFP in SkTableColorFilter::asFragmentProcessor. by John Stiles · 4 years, 3 months ago
  48. 795efd2 Add pass-through sampling to SkVM, use it when possible by Brian Osman · 4 years, 4 months ago
  49. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 4 months ago
  50. 1298bc4 Change SampleMatrix to SampleUsage by Brian Osman · 4 years, 4 months ago
  51. 5c57e88 Redesign GrXfermodeFragmentProcessor to use one FP instead of two. by John Stiles · 4 years, 4 months ago
  52. 3e62762 Clean up GrColorSpaceXformEffect to allow a null child FP. by John Stiles · 4 years, 4 months ago
  53. fbe2859 Remove GrFragmentProcessor::addCoordTransform() by Michael Ludwig · 4 years, 4 months ago
  54. c36b8aa Add support for passing an inputFP to SkColorFilter objects. by John Stiles · 4 years, 4 months ago
  55. e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 4 years, 4 months ago
  56. b11e627 Move impl into SkColorFilterBase by Mike Reed · 4 years, 4 months ago
  57. 568d113 Revert "Remove SkSpecialImage::makeTextureImage" by Brian Osman · 4 years, 4 months ago
  58. d34528c Remove SkSpecialImage::makeTextureImage by Brian Osman · 4 years, 4 months ago
  59. 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 4 months ago
  60. f5cd604 GrMagnifierEffect uses child for src by Brian Salomon · 4 years, 4 months ago
  61. 6b2caf7 GrAlphaThresholdFragmentProcessor uses child processor for mask. by Brian Salomon · 4 years, 4 months ago
  62. e3a39f7 Update ConstColor FP to support an input FP. by John Stiles · 4 years, 4 months ago
  63. 9ec6b05 Add cloneAndRegisterAllChildProcessors. by John Stiles · 4 years, 4 months ago
  64. 3779f44 Add helper method to clone and register a child FP. by John Stiles · 4 years, 4 months ago
  65. ac16760 Make GrMorphologyEffect use GrTextureEffect by Brian Salomon · 4 years, 4 months ago
  66. 076c888 Make ColorTableEffect use child processor by Brian Salomon · 4 years, 4 months ago
  67. 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 4 years, 4 months ago
  68. 9010c86 Update GrAlphaThresholdFragmentProcessor to use a child FP. by John Stiles · 4 years, 4 months ago
  69. 75da651 Update GrLumaColorFilterEffect to use a child FP. by John Stiles · 4 years, 4 months ago
  70. 7c12e28 Reland "GrClips provided as pointers to GrRTC" by Michael Ludwig · 4 years, 5 months ago
  71. 074414f Revert "GrClips provided as pointers to GrRTC" by Weston Tracey · 4 years, 5 months ago
  72. 226b689 GrClips provided as pointers to GrRTC by Michael Ludwig · 4 years, 5 months ago
  73. 81d4172 Reland "Simplify GrRTC::clean APIs" by Michael Ludwig · 4 years, 5 months ago
  74. 4730f29 Revert "Simplify GrRTC::clean APIs" by Michael Ludwig · 4 years, 5 months ago
  75. 6cbd7c2 Simplify GrRTC::clean APIs by Michael Ludwig · 4 years, 5 months ago
  76. b6d158a use SkOnce for singleton patheffect by Mike Reed · 4 years, 5 months ago
  77. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 5 months ago
  78. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 5 months ago
  79. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 5 months ago
  80. 9ded74e use strokeandfill patheffect, and fix it by Mike Reed · 4 years, 5 months ago
  81. 3e84312 add new patheffect for stroke-and-fill by Mike Reed · 4 years, 5 months ago
  82. 08f986d Added SkSL unpremul intrinsic by Brian Osman · 4 years, 5 months ago
  83. 00ddb00 Reland "Support large kernels on GPU in matrix convolution effect" by Adlai Holler · 4 years, 5 months ago
  84. a117e7b Revert "Reland "Support large kernels on GPU in matrix convolution effect"" by Adlai Holler · 4 years, 5 months ago
  85. 76cb9c4 Reland "Support large kernels on GPU in matrix convolution effect" by Adlai Holler · 4 years, 5 months ago
  86. 41e377d Revert "Support large kernels on GPU in matrix convolution effect" by Brian Salomon · 4 years, 6 months ago
  87. 1ed4391 Support large kernels on GPU in matrix convolution effect by Adlai Holler · 4 years, 6 months ago
  88. b0aab2c Reland "Revert "Revert "GrDisplacementEffect uses GrTextureEffect.""" by Brian Salomon · 4 years, 6 months ago
  89. a73819b test overdraw filter via public api by Mike Klein · 4 years, 6 months ago
  90. 1bf1274 Reland "Revert "GrDisplacementEffect uses GrTextureEffect."" by Kevin Lubick · 4 years, 6 months ago
  91. 9ad0178 remove legacy deserialization of overdrawcolorfilter by Mike Reed · 4 years, 6 months ago
  92. 16abfa5 Revert "Revert "GrDisplacementEffect uses GrTextureEffect."" by Brian Salomon · 4 years, 6 months ago
  93. 0b40673 Revert "GrDisplacementEffect uses GrTextureEffect." by Brian Salomon · 4 years, 6 months ago
  94. b6af407 change Overdraw colorfilter to be pure sksl by Mike Reed · 4 years, 6 months ago
  95. a111297 GrDisplacementEffect uses GrTextureEffect. by Brian Salomon · 4 years, 6 months ago
  96. d903fcf GrLightingEffect uses GrTextureEffect by Brian Salomon · 4 years, 6 months ago
  97. 694ec49 GrMatrixConvolutionEffect uses GrTextureEffect by Brian Salomon · 4 years, 6 months ago
  98. 5843012 Add sample(child, matrix) to SkSL. by Ethan Nicholas · 4 years, 6 months ago
  99. cc81e20 Take MorphologyImageFilter radii as SkScalar. by Ben Wagner · 4 years, 6 months ago
  100. 0022f5c [SkTrimPathEffect] Preserve wrap-around continuity by Florin Malita · 4 years, 6 months ago