commit | 54160f32865e8bbba18c9a1eb6e46711c8233cdf | [log] [tgz] |
---|---|---|
author | egdaniel <egdaniel@google.com> | Mon Dec 15 12:38:53 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Dec 15 12:38:53 2014 -0800 |
tree | 8a954fa63b6538c08be9af1d30849d758ee86658 | |
parent | 5bcbe91304ec2515208b5218517579f48874e928 [diff] |
Add xp optimization for RGB coverage. This is needed since clearColorStages is being changed to ignore color input. For RGB coverage, we want to clear all the color stages (since we know the final output color), but we don't want to ignore the color input since it is needed. In future we will change this so the XP stores the color internally and thus can tell the GP to simiply ignore color. BUG=skia: Review URL: https://codereview.chromium.org/791933006