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

Issue 968993004: add virtuals to optimize composing colorfilters (Closed)

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

Description

add virtuals to optimize composing colorfilters BUG=skia: Committed: https://skia.googlesource.com/skia/+/8a8d841d485ff36b64d838575eb3735c1ddcf929

Patch Set 1 #

Patch Set 2 : use one virtual instead of two #

Patch Set 3 : use newComposed() in SkColorFilterImageFilter #

Total comments: 6

Patch Set 4 : remove dead code #

Total comments: 2

Patch Set 5 : fix param warning #

Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -120 lines) Patch
M include/core/SkColorFilter.h View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M include/effects/SkColorMatrix.h View 1 chunk +3 lines, -0 lines 0 comments Download
M include/effects/SkColorMatrixFilter.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/core/SkColorFilter.cpp View 1 2 chunks +9 lines, -1 line 0 comments Download
M src/effects/SkColorFilterImageFilter.cpp View 1 2 2 chunks +3 lines, -83 lines 0 comments Download
M src/effects/SkColorMatrix.cpp View 1 2 3 3 chunks +65 lines, -32 lines 0 comments Download
M src/effects/SkColorMatrixFilter.cpp View 1 1 chunk +10 lines, -0 lines 0 comments Download
M src/effects/SkTableColorFilter.cpp View 1 2 3 chunks +53 lines, -4 lines 0 comments Download

Messages

Total messages: 19 (7 generated)
reed1
ptal
5 years, 9 months ago (2015-03-02 20:59:10 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/968993004/40001
5 years, 9 months ago (2015-03-02 21:02:22 UTC) #4
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-02 21:02:22 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu13.10-Clang-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu13.10-Clang-x86_64-Debug-Trybot/builds/2352) Build-Ubuntu13.10-GCC4.8-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, ...
5 years, 9 months ago (2015-03-02 21:03:43 UTC) #7
Stephen White
https://codereview.chromium.org/968993004/diff/40001/include/core/SkColorFilter.h File include/core/SkColorFilter.h (right): https://codereview.chromium.org/968993004/diff/40001/include/core/SkColorFilter.h#newcode107 include/core/SkColorFilter.h:107: virtual SkColorFilter* newComposed(const SkColorFilter* inner) const { return NULL; ...
5 years, 9 months ago (2015-03-02 21:10:10 UTC) #8
reed1
https://codereview.chromium.org/968993004/diff/40001/include/core/SkColorFilter.h File include/core/SkColorFilter.h (right): https://codereview.chromium.org/968993004/diff/40001/include/core/SkColorFilter.h#newcode107 include/core/SkColorFilter.h:107: virtual SkColorFilter* newComposed(const SkColorFilter* inner) const { return NULL; ...
5 years, 9 months ago (2015-03-02 21:19:20 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/968993004/60001
5 years, 9 months ago (2015-03-02 21:32:51 UTC) #11
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-02 21:32:52 UTC) #12
Stephen White
LGTM w/optional nits https://codereview.chromium.org/968993004/diff/40001/include/core/SkColorFilter.h File include/core/SkColorFilter.h (right): https://codereview.chromium.org/968993004/diff/40001/include/core/SkColorFilter.h#newcode107 include/core/SkColorFilter.h:107: virtual SkColorFilter* newComposed(const SkColorFilter* inner) const ...
5 years, 9 months ago (2015-03-02 21:32:52 UTC) #13
reed1
https://codereview.chromium.org/968993004/diff/40001/include/core/SkColorFilter.h File include/core/SkColorFilter.h (right): https://codereview.chromium.org/968993004/diff/40001/include/core/SkColorFilter.h#newcode107 include/core/SkColorFilter.h:107: virtual SkColorFilter* newComposed(const SkColorFilter* inner) const { return NULL; ...
5 years, 9 months ago (2015-03-02 21:39:12 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/968993004/80001
5 years, 9 months ago (2015-03-02 21:40:32 UTC) #18
commit-bot: I haz the power
5 years, 9 months ago (2015-03-02 21:46:07 UTC) #19
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/8a8d841d485ff36b64d838575eb3735c1ddcf929

Powered by Google App Engine
This is Rietveld 408576698