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

Issue 1368423003: Use child processors to implement compose color filter. (Closed)

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

Description

Use child processors to implement compose color filter. Committed: https://skia.googlesource.com/skia/+/e25eea4b36a488448fb730f4e3dc5a900b0e2892

Patch Set 1 #

Patch Set 2 : update #

Patch Set 3 : update comment #

Total comments: 6

Patch Set 4 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+195 lines, -138 lines) Patch
M include/core/SkColorFilter.h View 1 2 1 chunk +8 lines, -11 lines 0 comments Download
M include/effects/SkColorCubeFilter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/effects/SkColorMatrixFilter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/effects/SkLumaColorFilter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/effects/SkModeColorFilter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/gpu/GrFragmentProcessor.h View 1 chunk +11 lines, -3 lines 0 comments Download
M src/core/SkColorFilter.cpp View 2 chunks +12 lines, -6 lines 0 comments Download
M src/effects/SkColorCubeFilter.cpp View 3 chunks +6 lines, -14 lines 0 comments Download
M src/effects/SkColorFilters.cpp View 1 chunk +24 lines, -28 lines 0 comments Download
M src/effects/SkColorMatrixFilter.cpp View 2 chunks +4 lines, -14 lines 0 comments Download
M src/effects/SkLumaColorFilter.cpp View 2 chunks +4 lines, -14 lines 0 comments Download
M src/effects/SkTableColorFilter.cpp View 4 chunks +11 lines, -24 lines 0 comments Download
M src/gpu/GrFragmentProcessor.cpp View 1 2 3 2 chunks +94 lines, -0 lines 0 comments Download
M src/gpu/GrProcOptInfo.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/SkGr.cpp View 1 2 3 1 chunk +4 lines, -6 lines 0 comments Download
M tests/GpuColorFilterTest.cpp View 1 2 3 1 chunk +8 lines, -9 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 8 (3 generated)
bsalomon
5 years, 2 months ago (2015-09-28 20:59:18 UTC) #2
egdaniel
lgtm with nits https://codereview.chromium.org/1368423003/diff/40001/src/gpu/GrFragmentProcessor.cpp File src/gpu/GrFragmentProcessor.cpp (right): https://codereview.chromium.org/1368423003/diff/40001/src/gpu/GrFragmentProcessor.cpp#newcode283 src/gpu/GrFragmentProcessor.cpp:283: #include "effects/GrConstColorProcessor.h" Do we want this ...
5 years, 2 months ago (2015-09-29 13:23:52 UTC) #3
bsalomon
https://codereview.chromium.org/1368423003/diff/40001/src/gpu/GrFragmentProcessor.cpp File src/gpu/GrFragmentProcessor.cpp (right): https://codereview.chromium.org/1368423003/diff/40001/src/gpu/GrFragmentProcessor.cpp#newcode283 src/gpu/GrFragmentProcessor.cpp:283: #include "effects/GrConstColorProcessor.h" On 2015/09/29 13:23:52, egdaniel wrote: > Do ...
5 years, 2 months ago (2015-09-29 13:31:43 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1368423003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1368423003/60001
5 years, 2 months ago (2015-09-29 13:32:04 UTC) #7
commit-bot: I haz the power
5 years, 2 months ago (2015-09-29 13:38:59 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/e25eea4b36a488448fb730f4e3dc5a900b0e2892

Powered by Google App Engine
This is Rietveld 408576698