1. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  2. 735a5a7 Allow .fp files to return a color from main(). by John Stiles · 4 years, 1 month ago
  3. 776c284 Move `onDumpInfo` calls in gencode to the private section. by John Stiles · 4 years, 1 month ago
  4. cab5886 Add `GrProcessor::onDumpInfo` for subclass info dumps. by John Stiles · 4 years, 1 month ago
  5. 8d9bf64 Reland "Guard dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG." by John Stiles · 4 years, 1 month ago
  6. e0709e9 Revert "Guard gencode dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG." by John Stiles · 4 years, 1 month ago
  7. d7b09c4 Guard gencode dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG. by John Stiles · 4 years, 1 month ago
  8. 47b4e22 Reland "Implement `dumpInfo` for .fp files." by John Stiles · 4 years, 1 month ago
  9. 9487e9b Revert "Implement `dumpInfo` for .fp files." by Brian Osman · 4 years, 1 month ago
  10. a1df23c Implement `dumpInfo` for .fp files. by John Stiles · 4 years, 1 month ago
  11. 12c5d29 In FPs, store pointers for all child slots, even nullptr by Brian Osman · 4 years, 2 months ago
  12. 54867de Make GrFP::registerChild just return -1 for null children by Brian Osman · 4 years, 2 months ago
  13. 1298bc4 Change SampleMatrix to SampleUsage by Brian Osman · 4 years, 3 months ago
  14. fbe2859 Remove GrFragmentProcessor::addCoordTransform() by Michael Ludwig · 4 years, 3 months ago
  15. 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 3 months ago
  16. 8818390 Honor return value of `registerChildProcessor` when creating child FPs. by John Stiles · 4 years, 3 months ago
  17. 54cf42f Update HSL/RGB and color matrix conversion processors to use a child FP. by John Stiles · 4 years, 3 months ago
  18. 46f5c5f Make SkM44 public by Mike Reed · 4 years, 7 months ago
  19. b26b4e7 Revert "Revert "use SkM44 internally"" by Mike Reed · 4 years, 8 months ago
  20. f79aacb Revert "use SkM44 internally" by Mike Reed · 4 years, 8 months ago
  21. 295cdf8 use SkM44 internally by Mike Reed · 4 years, 8 months ago
  22. 55f6fc3 IWYU -- colorspace no longer includes matrix44 by Mike Reed · 4 years, 8 months ago
  23. 3603120 GPU support for SkColorFilters::HSLAMatrix by Florin Malita · 5 years ago