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