commit | 2c59659821a799598e1d43f0cc25f2535325b87b | [log] [tgz] |
---|---|---|
author | Brian Salomon <bsalomon@google.com> | Tue Aug 13 20:05:04 2019 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Aug 14 13:35:37 2019 +0000 |
tree | e48f715eaa063015a1d73d3cbad87ec5490b2c1f | |
parent | 67529b25436dfe92c3d37f1961da6ee76e3e5adb [diff] |
Make GrRectBlurEffect be analytical rather than use a texture LUT. The math isn't that complex and the existing code has intergralization of the profile size that makes getting the texture coords correct tricky (and currently wrong). Bug: skia:9319 Change-Id: Ic928737ce4c40d28ee0696c3628e914f35ffe371 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/233985 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>