Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Issue 2149443002: SkRasterPipeline: simplify impl and remove need to rewire stages (Closed)

Created:
4 years, 5 months ago by mtklein_C
Modified:
4 years, 5 months ago
Reviewers:
herb_g
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

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 Committed: https://skia.googlesource.com/skia/+/0abddf7bb7f77b1ff6a48efc9d1eafd053d975d2

Patch Set 1 #

Patch Set 2 : JustReturn is a good safety net. #

Patch Set 3 : update comment #

Total comments: 1

Patch Set 4 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -39 lines) Patch
M src/core/SkRasterPipeline.h View 1 2 1 chunk +8 lines, -1 line 0 comments Download
M src/core/SkRasterPipeline.cpp View 1 2 3 1 chunk +16 lines, -38 lines 0 comments Download
M tests/SkRasterPipelineTest.cpp View 1 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (14 generated)
mtklein_C
So much simpler!
4 years, 5 months ago (2016-07-13 03:37:21 UTC) #10
herb_g
lgtm https://codereview.chromium.org/2149443002/diff/40001/src/core/SkRasterPipeline.cpp File src/core/SkRasterPipeline.cpp (right): https://codereview.chromium.org/2149443002/diff/40001/src/core/SkRasterPipeline.cpp#newcode14 src/core/SkRasterPipeline.cpp:14: (fBody.empty() ? fBodyStart : fBody.back().fNext) = body_fn; A ...
4 years, 5 months ago (2016-07-13 14:28:21 UTC) #13
mtklein_C
On 2016/07/13 at 14:28:21, herb wrote: > lgtm > > https://codereview.chromium.org/2149443002/diff/40001/src/core/SkRasterPipeline.cpp > File src/core/SkRasterPipeline.cpp (right): ...
4 years, 5 months ago (2016-07-13 14:50:14 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2149443002/60001
4 years, 5 months ago (2016-07-13 14:50:18 UTC) #17
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 15:22:23 UTC) #19
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/0abddf7bb7f77b1ff6a48efc9d1eafd053d975d2

Powered by Google App Engine
This is Rietveld 408576698