| commit | 7b87ee7a1c43ad9d4d20955cc25f3c31af161bb5 | [log] [tgz] |
|---|---|---|
| author | senorblanco <senorblanco@chromium.org> | Mon Oct 26 06:55:47 2015 -0700 |
| committer | Commit bot <commit-bot@chromium.org> | Mon Oct 26 06:55:47 2015 -0700 |
| tree | d56064ba4c6839e440a4c1ff7bd4db6637ef612a | |
| parent | d5dcd588020ad54db385af43987b204617fdcd1e [diff] |
Image filters: simplify filterInputGPU(). Remove a call to canFilterImageGPU() / filterImageGPU() from filterInputGPU(). There's no reason to do this, since the subsequent filterImage() call will do it for us anyway. And this call actually defeats caching (as demonstrated by the attached bench). BUG=skia: Review URL: https://codereview.chromium.org/1411013004