commit | 7c66342a399b529634bed0fabfaa562db2c0dbd4 | [log] [tgz] |
---|---|---|
author | egdaniel <egdaniel@google.com> | Mon Dec 08 11:20:39 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Dec 08 11:20:40 2014 -0800 |
tree | 1acf634452770b9ef66d8a1422748422062ec9d6 | |
parent | a2bd24fd15378d0a25d79b4aa2d76dddc4cf564c [diff] |
Make all blending up to GrOptDrawState be handled by the xp/xp factory. In this cl the blending information is extracted for the xp and stored in the ODS which is then used as it currently is. In the follow up cl, an XP backend will be added and at that point all blending work will take place inside XP's. BUG=skia: Review URL: https://codereview.chromium.org/759713002