commit | 37e7b36a3dc24c6547968ca1bc3e5e8b764bf176 | [log] [tgz] |
---|---|---|
author | Brian Salomon <bsalomon@google.com> | Wed Jan 29 12:42:07 2020 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Jan 29 18:31:59 2020 +0000 |
tree | 653e3d700aff291cd8d2ec9d260945f538d60596 | |
parent | f4a90679d193e9a2b8ad268d9b45e5a5946d2755 [diff] |
Make cache RRect blur masks with exact fit textures. I made this be kApprox here: https://skia-review.googlesource.com/c/skia/+/264838 to resolve a TODO. However, it uses more memory and after thinking about it I'm not sure why it was a TODO to use an approximate texture for a cached texture. If it's worth caching it's probably worth making a trim texture. Bug: chromium:1044017 Change-Id: Iac8302291592231875f5619b33e8ee6e13a92a64 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/267444 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>