commit | 0abddf7bb7f77b1ff6a48efc9d1eafd053d975d2 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Wed Jul 13 08:22:20 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jul 13 08:22:20 2016 -0700 |
tree | e1c90476b5c025a6dd1c1ec172379dd5413037f4 | |
parent | f461e7c2277984783f43b5578044fc9a0c856e64 [diff] |
SkRasterPipeline: simplify impl and remove need to rewire stages This builds the stages correctly wired from the get-go. With a little clever setup, we can also design around the previous error cases like having no stages or pipelines that call st->next() off the end. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2149443002 Review-Url: https://codereview.chromium.org/2149443002