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. fbe2859 Remove GrFragmentProcessor::addCoordTransform() by Michael Ludwig · 4 years, 3 months ago
  12. 1b7399b Use GrMatrixEffect in gradients instead of GrCoordTransform by Michael Ludwig · 4 years, 3 months ago
  13. e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 4 years, 3 months ago
  14. 8818390 Honor return value of `registerChildProcessor` when creating child FPs. by John Stiles · 4 years, 3 months ago
  15. 46f5c5f Make SkM44 public by Mike Reed · 4 years, 7 months ago
  16. b26b4e7 Revert "Revert "use SkM44 internally"" by Mike Reed · 4 years, 8 months ago
  17. f79aacb Revert "use SkM44 internally" by Mike Reed · 4 years, 8 months ago
  18. 295cdf8 use SkM44 internally by Mike Reed · 4 years, 8 months ago
  19. 55f6fc3 IWYU -- colorspace no longer includes matrix44 by Mike Reed · 4 years, 8 months ago
  20. 91b74f0 Switch coord transforms in gradient layouts to 3x3 (SkMatrix) by Brian Osman · 4 years, 8 months ago
  21. d58b643 undo SkMatrix() cast -- must be done by sksl machine by Mike Reed · 4 years, 8 months ago
  22. d4d3b33 Make converting from 4x4 to 3x3 explicit by Mike Reed · 4 years, 8 months ago
  23. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  24. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 5 years ago[Renamed (97%) from src/gpu/gradients/GrSweepGradientLayout.h]
  25. bcd51e8 SkSL 'key' variables can now be controlled by 'when' expressions by Ethan Nicholas · 5 years ago
  26. d6ab77a restore .clang-format by Mike Klein · 5 years ago
  27. a2a5cc0 regen from .fp files after .clang-format change by Mike Klein · 5 years ago
  28. 7f8c524 Port gradient unit tests over to new FPs by Michael Ludwig · 6 years ago
  29. b96cba3 Report optimizations in master gradient effects by Michael Ludwig · 6 years ago
  30. 24d438b Implement sweep gradient layout by Michael Ludwig · 6 years ago