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

Issue 1829303002: move setshader to sk_sp (Closed)

Created:
4 years, 9 months ago by reed1
Modified:
4 years, 9 months ago
Reviewers:
tomhudson
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 : #

Total comments: 10

Patch Set 3 : rebase #

Patch Set 4 : addressing comments from #8 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -140 lines) Patch
M bench/PDFBench.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M bench/PerlinNoiseBench.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M bench/ShaderMaskBench.cpp View 2 chunks +2 lines, -3 lines 0 comments Download
M gm/dcshader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/discard.cpp View 2 chunks +1 line, -3 lines 0 comments Download
M gm/image.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M gm/imagefiltersclipped.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/imagefiltersscaled.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/lightingshader.cpp View 1 chunk +2 lines, -7 lines 0 comments Download
M gm/perlinnoise.cpp View 2 chunks +11 lines, -11 lines 0 comments Download
M gm/pictureshader.cpp View 1 2 3 2 chunks +3 lines, -4 lines 0 comments Download
M gm/samplerstress.cpp View 1 chunk +1 line, -1 line 0 comments Download
M include/core/SkPaint.h View 1 chunk +3 lines, -1 line 0 comments Download
M include/effects/SkPerlinNoiseShader.h View 1 chunk +16 lines, -7 lines 0 comments Download
M samplecode/SampleCamera.cpp View 3 chunks +3 lines, -8 lines 0 comments Download
M samplecode/SampleEmboss.cpp View 2 chunks +1 line, -2 lines 0 comments Download
M samplecode/SampleFilterFuzz.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M samplecode/SampleLighting.cpp View 1 2 3 3 chunks +6 lines, -18 lines 0 comments Download
M src/animator/SkDrawPaint.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/c/sk_paint.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M src/core/SkBlitter.cpp View 1 3 chunks +8 lines, -7 lines 0 comments Download
M src/core/SkLightingShader.h View 3 chunks +3 lines, -5 lines 0 comments Download
M src/core/SkLightingShader.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M src/core/SkPaint.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M src/effects/SkLayerDrawLooper.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkPerlinNoiseShader.cpp View 3 chunks +22 lines, -17 lines 0 comments Download
M src/pdf/SkPDFDevice.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/pdf/SkPDFShader.h View 1 chunk +1 line, -1 line 0 comments Download
M src/pdf/SkPDFShader.cpp View 1 2 6 chunks +8 lines, -8 lines 0 comments Download
M src/utils/SkLua.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/ImageFilterTest.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M tools/VisualBench/VisualBenchmarkStream.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M tools/debugger/SkDrawCommand.cpp View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
reed1
4 years, 9 months ago (2016-03-25 12:50:38 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1829303002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1829303002/40001
4 years, 9 months ago (2016-03-25 14:22:50 UTC) #6
tomhudson
https://codereview.chromium.org/1829303002/diff/20001/gm/pictureshader.cpp File gm/pictureshader.cpp (right): https://codereview.chromium.org/1829303002/diff/20001/gm/pictureshader.cpp#newcode207 gm/pictureshader.cpp:207: p.setShader(std::move(shader)); Nit: could fold shader construction into this line? ...
4 years, 9 months ago (2016-03-25 14:28:07 UTC) #8
reed1
https://codereview.chromium.org/1829303002/diff/20001/gm/pictureshader.cpp File gm/pictureshader.cpp (right): https://codereview.chromium.org/1829303002/diff/20001/gm/pictureshader.cpp#newcode207 gm/pictureshader.cpp:207: p.setShader(std::move(shader)); On 2016/03/25 14:28:07, tomhudson wrote: > Nit: could ...
4 years, 9 months ago (2016-03-25 15:04:31 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1829303002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1829303002/60001
4 years, 9 months ago (2016-03-25 15:05:07 UTC) #11
tomhudson
LGTM. Agreed on the PDF thing being a separate CL; I pointed Hal at this ...
4 years, 9 months ago (2016-03-25 15:39:50 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1829303002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1829303002/60001
4 years, 9 months ago (2016-03-25 16:07:02 UTC) #15
commit-bot: I haz the power
4 years, 9 months ago (2016-03-25 16:08:04 UTC) #17
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/fe63045f075165b1be5d3e7fc5c710021d85f53b

Powered by Google App Engine
This is Rietveld 408576698