1. 672c476 Replace 'master' with 'top-level' or 'gradient' by Michael Ludwig · 4 years, 3 months ago
  2. fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years, 3 months ago
  3. 1cf1593 Remove GrTextureGradientColorizer and use GrTextureEffect instead. by John Stiles · 4 years, 3 months ago
  4. fada8bd Avoid passing gradient-layout Y coordinate to colorizer. by John Stiles · 4 years, 3 months ago
  5. 6d3996c Update gradient colorizers to take coords instead of colors. by John Stiles · 4 years, 3 months ago
  6. 2d01ed9 Replace manually-implemented lerp with mix(). by John Stiles · 4 years, 3 months ago
  7. 45f5b03 Allow GLSL processor keys to use floats with full precision. by John Stiles · 4 years, 3 months ago
  8. 12c5d29 In FPs, store pointers for all child slots, even nullptr by Brian Osman · 4 years, 4 months ago
  9. 1298bc4 Change SampleMatrix to SampleUsage by Brian Osman · 4 years, 4 months ago
  10. fc2fdf0 Support sample coords in .fp main() by Michael Ludwig · 4 years, 4 months ago
  11. fbe2859 Remove GrFragmentProcessor::addCoordTransform() by Michael Ludwig · 4 years, 4 months ago
  12. 1b7399b Use GrMatrixEffect in gradients instead of GrCoordTransform by Michael Ludwig · 4 years, 4 months ago
  13. e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 4 years, 4 months ago
  14. 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 4 months ago
  15. 1747375 GrTextureGradientColorizer uses GrTextureEffect by Brian Salomon · 4 years, 4 months ago
  16. 5081942 Optimize CPP code generation. by John Stiles · 4 years, 4 months ago
  17. 3779f44 Add helper method to clone and register a child FP. by John Stiles · 4 years, 5 months ago
  18. 8818390 Honor return value of `registerChildProcessor` when creating child FPs. by John Stiles · 4 years, 5 months ago
  19. 5843012 Add sample(child, matrix) to SkSL. by Ethan Nicholas · 4 years, 7 months ago
  20. 16464c3 Tracking uniform ownership by Ethan Nicholas · 4 years, 7 months ago
  21. ff0717f Re-generate source from FP files after clang-format change by Brian Osman · 4 years, 7 months ago
  22. 52f0291 Remove SkMaskFilter::makeWithMatrix() by Florin Malita · 4 years, 8 months ago
  23. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
  24. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
  25. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 8 months ago
  26. 46f5c5f Make SkM44 public by Mike Reed · 4 years, 8 months ago
  27. b243b43 Make SkSL CPP code gen copy explicit coord status for cloned FPs by Brian Salomon · 4 years, 8 months ago
  28. 4395612 Update generated effects to use views. by Greg Daniel · 4 years, 9 months ago
  29. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 9 months ago
  30. 978693c Make invokeChild just return a string containing the child function call by Brian Osman · 4 years, 9 months ago
  31. b26b4e7 Revert "Revert "use SkM44 internally"" by Mike Reed · 4 years, 9 months ago
  32. f79aacb Revert "use SkM44 internally" by Mike Reed · 4 years, 9 months ago
  33. 295cdf8 use SkM44 internally by Mike Reed · 4 years, 9 months ago
  34. 55f6fc3 IWYU -- colorspace no longer includes matrix44 by Mike Reed · 4 years, 9 months ago
  35. 91b74f0 Switch coord transforms in gradient layouts to 3x3 (SkMatrix) by Brian Osman · 4 years, 10 months ago
  36. d58b643 undo SkMatrix() cast -- must be done by sksl machine by Mike Reed · 4 years, 10 months ago
  37. d4d3b33 Make converting from 4x4 to 3x3 explicit by Mike Reed · 4 years, 10 months ago
  38. ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 10 months ago
  39. 4dea72a Reland x3 "Remove most of GrConfig.h" by Brian Salomon · 4 years, 11 months ago
  40. 3f1a98b Reland "Revert "Remove most of GrConfig.h"" by Greg Daniel · 4 years, 11 months ago
  41. 5b9c7ba Revert "Revert "Remove most of GrConfig.h"" by Brian Salomon · 4 years, 11 months ago
  42. b0047b5 Revert "Remove most of GrConfig.h" by Brian Salomon · 5 years ago
  43. 80e334d Remove most of GrConfig.h by Brian Salomon · 5 years ago
  44. 369ee6b Update GrSwizzle to only store key and not string. by Greg Daniel · 5 years ago
  45. 8fa469d Lift TextureSampler's proxy to SurfaceProxy by Michael Ludwig · 5 years ago
  46. bf5c0c0 Fixed sampling non-SkSL FPs with coordinates by Brian Salomon · 5 years ago
  47. d4efe68 SkSL sample() now permits specification of coordinates by Ethan Nicholas · 5 years ago
  48. 1386366 renamed SkSL texture() and process() to sample() by Ethan Nicholas · 5 years ago
  49. c6dce5a Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  50. d523a06 Change samplerVariable() to return a const char *. by Stephen White · 5 years ago
  51. fc99416 Major rearchitecture of SkSL parsing, focused on improving performance. by Ethan Nicholas · 5 years ago
  52. 6ad5289 Revert "Child fragment processors are now written as separate functions" by Ethan Nicholas · 5 years ago
  53. 0364bde Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  54. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  55. a71b4ce Guard GrRadialGradientLayout::TestCreate against Empty shaders by Brian Osman · 6 years ago
  56. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 6 years ago