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

Issue 1562193002: add SkShader::newWithColorFilter (Closed)

Created:
4 years, 11 months ago by reed1
Modified:
4 years, 11 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

Patch Set 1 #

Patch Set 2 : add rob's excellent gpu impl #

Patch Set 3 : fix serialization #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 4

Patch Set 6 : tweak formatting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+276 lines, -198 lines) Patch
M gm/colorfilterimagefilter.cpp View 2 chunks +99 lines, -15 lines 0 comments Download
M gyp/core.gypi View 1 2 2 chunks +1 line, -1 line 0 comments Download
M include/core/SkShader.h View 2 chunks +7 lines, -0 lines 0 comments Download
M src/core/SkBlitter.cpp View 2 chunks +1 line, -2 lines 0 comments Download
A + src/core/SkColorFilterShader.h View 1 2 1 chunk +28 lines, -23 lines 0 comments Download
A src/core/SkColorFilterShader.cpp View 1 2 3 4 5 1 chunk +136 lines, -0 lines 0 comments Download
D src/core/SkFilterShader.h View 1 chunk +0 lines, -58 lines 0 comments Download
M src/core/SkFilterShader.cpp View 1 2 1 chunk +0 lines, -99 lines 0 comments Download
M src/ports/SkGlobalInitialization_chromium.cpp View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/ports/SkGlobalInitialization_default.cpp View 1 2 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (12 generated)
reed1
will tweak the gm next
4 years, 11 months ago (2016-01-06 22:30:26 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1562193002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1562193002/20001
4 years, 11 months ago (2016-01-06 22:30:45 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot/builds/5062)
4 years, 11 months ago (2016-01-06 22:40:35 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1562193002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1562193002/40001
4 years, 11 months ago (2016-01-07 16:46:41 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/5077) Build-Mac10.9-Clang-Arm7-Debug-iOS-Trybot on ...
4 years, 11 months ago (2016-01-07 16:47:23 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1562193002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1562193002/80001
4 years, 11 months ago (2016-01-07 17:09:05 UTC) #12
reed1
PTAL -- ready to land?
4 years, 11 months ago (2016-01-07 17:10:29 UTC) #13
robertphillips
lgtm + nits https://codereview.chromium.org/1562193002/diff/80001/src/core/SkColorFilterShader.cpp File src/core/SkColorFilterShader.cpp (right): https://codereview.chromium.org/1562193002/diff/80001/src/core/SkColorFilterShader.cpp#newcode71 src/core/SkColorFilterShader.cpp:71: : INHERITED(filterShader, rec) put '}' on ...
4 years, 11 months ago (2016-01-07 17:23:34 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-07 17:25:51 UTC) #16
bsalomon
lgtm
4 years, 11 months ago (2016-01-07 18:05:46 UTC) #17
reed1
https://codereview.chromium.org/1562193002/diff/80001/src/core/SkColorFilterShader.cpp File src/core/SkColorFilterShader.cpp (right): https://codereview.chromium.org/1562193002/diff/80001/src/core/SkColorFilterShader.cpp#newcode71 src/core/SkColorFilterShader.cpp:71: : INHERITED(filterShader, rec) On 2016/01/07 17:23:33, robertphillips wrote: > ...
4 years, 11 months ago (2016-01-07 19:30:52 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1562193002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1562193002/100001
4 years, 11 months ago (2016-01-07 19:32:19 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1562193002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1562193002/100001
4 years, 11 months ago (2016-01-07 23:46:42 UTC) #24
commit-bot: I haz the power
4 years, 11 months ago (2016-01-07 23:47:33 UTC) #26
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://skia.googlesource.com/skia/+/3061af4a5f2b8ef00fc4a34b04cf99dfb780f1a1

Powered by Google App Engine
This is Rietveld 408576698