commit | c12b74dc413ef024b13e0ed478491c4b1bafe6b1 | [log] [tgz] |
---|---|---|
author | cwallez <cwallez@google.com> | Mon Jan 26 07:45:53 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jan 26 07:45:53 2015 -0800 |
tree | 706b76c6b014f84ca982a58686720bb47f8cdeb2 | |
parent | 9ec0ffb77dfb2c7337daadd4d88736c3e1ebe28b [diff] |
Collapse consecutive SkTableColorFilters BUG=skia:1366 For the added bench, the collapsing makes the bench take: - 70% of the time for CPU rendering of 3 consecutive matrix filters - almost no change in the GPU rendering of the matrix filters - 50% of the time for CPU and GPU rendering of 3 consecutive table filters Review URL: https://codereview.chromium.org/776673002