1. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
  2. da6320c Disallow a bare ';' at the top level of SkSL files by Ethan Nicholas · 4 years, 2 months ago
  3. 4ef21ed Split creation of integral table out of GrRectBlurEffect by Robert Phillips · 4 years, 2 months ago
  4. 5bc0b65 Split up find_or_create_rrect_blur_mask_fp by Robert Phillips · 4 years, 2 months ago
  5. cf936f9 Replace salting process in SkSLInliner with a symbol table check. by John Stiles · 4 years, 2 months ago
  6. 39616ec The inlined function body is now returned as a single Statement. by John Stiles · 4 years, 2 months ago
  7. 9e506ee Add the inline keyword to top-level FPs that use an explicit return. by John Stiles · 4 years, 2 months ago
  8. 735a5a7 Allow .fp files to return a color from main(). by John Stiles · 4 years, 2 months ago
  9. 765d2fe optimized SkSL inlining output by Ethan Nicholas · 4 years, 2 months ago
  10. 8025507 Simplify SkComputeBlurredRRectParams by Robert Phillips · 4 years, 3 months ago
  11. a1c4f1a Out-line GrRRectBlurEffect find_or_create_rrect_blur_mask_fp by Robert Phillips · 4 years, 3 months ago
  12. 7018bcf Reland "SkSL now supports uniform array types" by Ethan Nicholas · 4 years, 3 months ago
  13. 95b24b9 Revert "SkSL now supports uniform array types" by Ethan Nicholas · 4 years, 3 months ago
  14. 284f2c4 SkSL now supports uniform array types by Ethan Nicholas · 4 years, 3 months ago
  15. 776c284 Move `onDumpInfo` calls in gencode to the private section. by John Stiles · 4 years, 3 months ago
  16. cab5886 Add `GrProcessor::onDumpInfo` for subclass info dumps. by John Stiles · 4 years, 3 months ago
  17. 8d9bf64 Reland "Guard dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG." by John Stiles · 4 years, 3 months ago
  18. c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 3 months ago
  19. e0709e9 Revert "Guard gencode dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG." by John Stiles · 4 years, 3 months ago
  20. d7b09c4 Guard gencode dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG. by John Stiles · 4 years, 3 months ago
  21. 47b4e22 Reland "Implement `dumpInfo` for .fp files." by John Stiles · 4 years, 3 months ago
  22. 9487e9b Revert "Implement `dumpInfo` for .fp files." by Brian Osman · 4 years, 3 months ago
  23. a1df23c Implement `dumpInfo` for .fp files. by John Stiles · 4 years, 3 months ago
  24. cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 3 months ago
  25. d169e19 Migrate GrSurfaceContext readPixels to take direct context by Adlai Holler · 4 years, 3 months ago
  26. c262a12 Fix IWYU error in metal-code generator, re-gen dither effect by Brian Osman · 4 years, 3 months ago
  27. fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years, 3 months ago
  28. c18bb51 SkSL include files are now stored in a binary format by Ethan Nicholas · 4 years, 3 months ago
  29. 45f5b03 Allow GLSL processor keys to use floats with full precision. by John Stiles · 4 years, 3 months ago
  30. b5f0f52 SkSL: Salt inline identifiers in PipelineStage and FragmentProcessor passes by Brian Osman · 4 years, 4 months ago
  31. 5933d7d Update GrPaint APIs to reflect lack of multiple color processors. by John Stiles · 4 years, 4 months ago
  32. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 4 months ago
  33. 6609cb6 Update existing TestCreate methods to honor the inputFP in the TestData. by John Stiles · 4 years, 4 months ago
  34. 6b5dbb4 Make invokeChild default to fInputColor, rather than half4(1) by Brian Osman · 4 years, 4 months ago
  35. 4e105e2 Clean up GrContext references in the src/gpu by Robert Phillips · 4 years, 4 months ago
  36. a3b02f5 Rename GrSamplerState::Filter::kBilerp to kLinear by Brian Salomon · 4 years, 4 months ago
  37. 12c5d29 In FPs, store pointers for all child slots, even nullptr by Brian Osman · 4 years, 4 months ago
  38. 8589430 Replace ModulateRGBA effect with Xfermode using modulate blend. by John Stiles · 4 years, 4 months ago
  39. 7bf2600 Replace ModulateAlpha effect with Xfermode using src-in blend. by John Stiles · 4 years, 4 months ago
  40. 7c19677 Split GrConstColorProcessor into three separate .fp effects. by John Stiles · 4 years, 4 months ago
  41. 8c7c709 Convert GLHighContrastFilterEffect to an .fp file. by John Stiles · 4 years, 4 months ago
  42. 54867de Make GrFP::registerChild just return -1 for null children by Brian Osman · 4 years, 4 months ago
  43. a9c9b53 Convert the arithmetic runtime effect to a regular .fp effect. by John Stiles · 4 years, 4 months ago
  44. 53ee0fc Convert the dither runtime effect into a regular .fp effect. by John Stiles · 4 years, 4 months ago
  45. 894ddb0 Add support for an inputFP in SkMixerColorFilter::asFragmentProcessor. by John Stiles · 4 years, 4 months ago
  46. b89e52e Update GrConfigConversionEffect to use an input FP. by John Stiles · 4 years, 4 months ago
  47. 609f159 Remove most GrCoordTransform code by Brian Osman · 4 years, 4 months ago
  48. c05b2de Simplify GrMixerEffect. by John Stiles · 4 years, 4 months ago
  49. d62c154 Fix generated files by Robert Phillips · 4 years, 4 months ago
  50. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 4 months ago
  51. 1298bc4 Change SampleMatrix to SampleUsage by Brian Osman · 4 years, 4 months ago
  52. fc2fdf0 Support sample coords in .fp main() by Michael Ludwig · 4 years, 4 months ago
  53. fbe2859 Remove GrFragmentProcessor::addCoordTransform() by Michael Ludwig · 4 years, 4 months ago
  54. e2d67ce Remove explicit matrix from GrDeviceEffect by Michael Ludwig · 4 years, 4 months ago
  55. e6c33ea Don't erase child optimization flags by Michael Ludwig · 4 years, 5 months ago
  56. e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 4 years, 5 months ago
  57. 9861b7c Switch inline variables to use a counter by Michael Ludwig · 4 years, 5 months ago
  58. 72e5764 Rename MakeResult so that it can be used more broadly. by John Stiles · 4 years, 5 months ago
  59. 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 5 months ago
  60. 5081942 Optimize CPP code generation. by John Stiles · 4 years, 5 months ago
  61. 99b0470 Update generated file by Brian Salomon · 4 years, 5 months ago
  62. 71f6cfd GrRRectBlurEffect uses child for nine patch by Brian Salomon · 4 years, 5 months ago
  63. 86b2f39 Use child effect for integral in GrRectBlurEffect by Brian Salomon · 4 years, 5 months ago
  64. 77628ce GrCircleBlurFragmentProcessor uses GrTextureEffect for profile texture by Brian Salomon · 4 years, 5 months ago
  65. de975e3 Support MakeResult in GrOvalEffect. by John Stiles · 4 years, 5 months ago
  66. 3b2c06c Remove HairlineAA from the clip-edge types. by John Stiles · 4 years, 5 months ago
  67. f5cd604 GrMagnifierEffect uses child for src by Brian Salomon · 4 years, 5 months ago
  68. 4569f66 Remove coverage-as-alpha flag from GrAlphaThresholdFP by Brian Salomon · 4 years, 5 months ago
  69. 2659f79 Fix Housekeeper-PerCommit-CheckGeneratedFiles status error. by John Stiles · 4 years, 5 months ago
  70. 6b2caf7 GrAlphaThresholdFragmentProcessor uses child processor for mask. by Brian Salomon · 4 years, 5 months ago
  71. e3a39f7 Update ConstColor FP to support an input FP. by John Stiles · 4 years, 5 months ago
  72. 3779f44 Add helper method to clone and register a child FP. by John Stiles · 4 years, 5 months ago
  73. a2d46a1 Optimize GrRRectBlurEffect by computing frag pos branchlessly. by John Stiles · 4 years, 5 months ago
  74. 8818390 Honor return value of `registerChildProcessor` when creating child FPs. by John Stiles · 4 years, 5 months ago
  75. e7b4d73 Update GrRectBlurEffect to use a child FP. by John Stiles · 4 years, 5 months ago
  76. 4ca8884 Update GrRRectBlurEffect to use a child FP. by John Stiles · 4 years, 5 months ago
  77. f6af974 Reland "Update GrCircleBlurFragmentProcessor to use a child FP." by John Stiles · 4 years, 5 months ago
  78. bce9bd6 Revert "Update GrCircleBlurFragmentProcessor to use a child FP." by John Stiles · 4 years, 5 months ago
  79. 9010c86 Update GrAlphaThresholdFragmentProcessor to use a child FP. by John Stiles · 4 years, 5 months ago
  80. 88c6539 Update GrCircleBlurFragmentProcessor to use a child FP. by John Stiles · 4 years, 5 months ago
  81. 75da651 Update GrLumaColorFilterEffect to use a child FP. by John Stiles · 4 years, 5 months ago
  82. fe64410 Remove PremulInput and GrPremulInputFragmentProcessor.fp from Skia. by John Stiles · 4 years, 5 months ago
  83. ea380a7 Fix housekeeper 'check generated files' warning. by John Stiles · 4 years, 5 months ago
  84. 2fbe617 Update Gr(Circle|Ellipse)Effect to use a child FP. by John Stiles · 4 years, 5 months ago
  85. d060c9d Define sample(null) as returning the inputColor unchanged. by John Stiles · 4 years, 5 months ago
  86. f79ef18 Update GrAARectEffect to use a child FP. by John Stiles · 4 years, 5 months ago
  87. 4e221bd Initial clipShader implementation for SkClipStack and GPU by Michael Ludwig · 4 years, 5 months ago
  88. 47f3eb1 Fix constant output for Clamp FP when child processor is present. by John Stiles · 4 years, 5 months ago
  89. 54cf42f Update HSL/RGB and color matrix conversion processors to use a child FP. by John Stiles · 4 years, 5 months ago
  90. 0af87fe Pass input stage color to child processors. by John Stiles · 4 years, 5 months ago
  91. cdc39bd Update GrBlurredEdgeFragmentProcessor to use a child FP. by John Stiles · 4 years, 5 months ago
  92. 5a2a7b3 Update GrClampFragmentProcessor to use a child FP. by John Stiles · 4 years, 5 months ago
  93. 273944a Convert GrMatrixEffect to pure CPP/H by Brian Osman · 4 years, 5 months ago
  94. 7c12e28 Reland "GrClips provided as pointers to GrRTC" by Michael Ludwig · 4 years, 5 months ago
  95. 074414f Revert "GrClips provided as pointers to GrRTC" by Weston Tracey · 4 years, 5 months ago
  96. 226b689 GrClips provided as pointers to GrRTC by Michael Ludwig · 4 years, 5 months ago
  97. 70728ef Revert "Reland "Revert "SkSL function inlining""" by Ethan Nicholas · 4 years, 5 months ago
  98. 04ff61f Reland "Revert "SkSL function inlining"" by Ethan Nicholas · 4 years, 5 months ago
  99. 2dd272b Revert "Revert "SkSL function inlining"" by Ethan Nicholas · 4 years, 5 months ago
  100. 81d4172 Reland "Simplify GrRTC::clean APIs" by Michael Ludwig · 4 years, 6 months ago