commit | a2d46a1f7d5dcb54ed990b722c6d04b917e87397 | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Thu Jun 11 14:12:44 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Jun 11 20:13:23 2020 +0000 |
tree | c151a8cab579fced911f589a99b35a6a508d3548 | |
parent | 85aa42820e2435de98a20bdf9dab277fdd2a0311 [diff] |
Optimize GrRRectBlurEffect by computing frag pos branchlessly. This version computes X and Y in parallel and without branching. Change-Id: I08dd7339f75c6cdd5b4130bf363cac1f527bf6ed Reviewed-on: https://skia-review.googlesource.com/c/skia/+/295572 Commit-Queue: John Stiles <johnstiles@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>