commit | d4eb2ec5df4fc7bdce667ea0ea1973681dd4e9cb | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Thu Jul 09 15:38:08 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Jul 09 20:57:52 2020 +0000 |
tree | 7189bdf5b616259e5cc10014f2a8856d13937cc5 | |
parent | 3d0359a318abd02e32d0d8744ea8222eacfac312 [diff] |
Update SkPaintToGrPaint to perform clamping via child FPs. Previously, clamping would be a separate child processor on the GrPaint. This CL consolidates all GrPaint-related color processors into a single call to grPaint->addColorFragmentProcessor. Change-Id: If726a1d216d55cb2d07cff92a7c4e7e2a873322d Bug: skia:10217 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/301020 Commit-Queue: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com>