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

Issue 966233002: use colorfilter instead of imagefilter when possible (Closed)

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

Description

use colorfilter instead of imagefilter when possible big speed win w/ nanobench --match colorfilter_ BUG=skia: TBR= Will require rebaselining, so landing temporarily to trigger layouttests. Committed: https://skia.googlesource.com/skia/+/f641bd076d29666a5d2a10d5384e4924b0a0e524

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : rebase #

Patch Set 5 : simplify given the now-available asAColorFilter #

Patch Set 6 : fix col-width #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -5 lines) Patch
M src/core/SkCanvas.cpp View 1 2 3 4 5 6 chunks +45 lines, -5 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
reed2
5 years, 9 months ago (2015-03-01 19:13:41 UTC) #2
reed2
5 years, 9 months ago (2015-03-01 19:13:53 UTC) #4
Stephen White
https://codereview.chromium.org/966233002/diff/40001/src/core/SkCanvas.cpp File src/core/SkCanvas.cpp (right): https://codereview.chromium.org/966233002/diff/40001/src/core/SkCanvas.cpp#newcode309 src/core/SkCanvas.cpp:309: if (NULL == paintCF && fOrigPaint.getImageFilter()->asColorFilter(&embeddedCF)) { Need to ...
5 years, 9 months ago (2015-03-02 18:50:22 UTC) #6
reed2
ptal https://codereview.chromium.org/966233002/diff/40001/src/core/SkCanvas.cpp File src/core/SkCanvas.cpp (right): https://codereview.chromium.org/966233002/diff/40001/src/core/SkCanvas.cpp#newcode309 src/core/SkCanvas.cpp:309: if (NULL == paintCF && fOrigPaint.getImageFilter()->asColorFilter(&embeddedCF)) { On ...
5 years, 9 months ago (2015-03-08 21:39:45 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/966233002/80001
5 years, 9 months ago (2015-03-08 21:40:38 UTC) #9
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 9 months ago (2015-03-08 21:40:42 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/966233002/100001
5 years, 9 months ago (2015-03-08 23:52:37 UTC) #13
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 9 months ago (2015-03-08 23:52:38 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/966233002/100001
5 years, 9 months ago (2015-03-09 01:34:28 UTC) #17
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://skia.googlesource.com/skia/+/f641bd076d29666a5d2a10d5384e4924b0a0e524
5 years, 9 months ago (2015-03-09 01:34:41 UTC) #18
reed2
5 years, 9 months ago (2015-03-09 01:46:25 UTC) #19
Message was sent while issue was closed.
A revert of this CL (patchset #6 id:100001) has been created in
https://codereview.chromium.org/991693002/ by reed@chromium.org.

The reason for reverting is: Lots of PDF failures -- need to investigate.

Powered by Google App Engine
This is Rietveld 408576698