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

Issue 1720933002: Add ContextRec param to SkShader::contextSize() (Closed)

Created:
4 years, 10 months ago by f(malita)
Modified:
4 years, 10 months ago
Reviewers:
herb_g, mtklein, reed1
CC:
reviews_skia.org
Base URL:
https://chromium.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : opinionated SkBlitter #

Patch Set 3 : rebased #

Patch Set 4 : ContextRec plumbing only #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -49 lines) Patch
M bench/SkLinearBitmapPipelineBench.cpp View 1 2 3 1 chunk +3 lines, -4 lines 0 comments Download
M experimental/SkPerlinNoiseShader2/SkPerlinNoiseShader2.h View 1 chunk +1 line, -1 line 0 comments Download
M experimental/SkPerlinNoiseShader2/SkPerlinNoiseShader2.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/SkLinearBitmapPipelineGM.cpp View 1 2 3 1 chunk +3 lines, -4 lines 0 comments Download
M include/core/SkShader.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M include/effects/SkPerlinNoiseShader.h View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkBitmapProcShader.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkBlitter.cpp View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M src/core/SkColorFilterShader.h View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkColorFilterShader.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/core/SkColorShader.h View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkComposeShader.h View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkComposeShader.cpp View 2 chunks +5 lines, -3 lines 0 comments Download
M src/core/SkDraw.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M src/core/SkEmptyShader.h View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkLightingShader.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/core/SkLocalMatrixShader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/core/SkPictureShader.h View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkPictureShader.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/core/SkShader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkPerlinNoiseShader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/gradients/SkLinearGradient.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/effects/gradients/SkLinearGradient.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/effects/gradients/SkRadialGradient.h View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/gradients/SkRadialGradient.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/gradients/SkSweepGradient.h View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/gradients/SkSweepGradient.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient.h View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/image/SkImageShader.h View 1 chunk +1 line, -1 line 0 comments Download
M src/image/SkImageShader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/SkColor4fTest.cpp View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 24 (12 generated)
f(malita)
https://codereview.chromium.org/1720933002/diff/1/include/core/SkShader.h File include/core/SkShader.h (right): https://codereview.chromium.org/1720933002/diff/1/include/core/SkShader.h#newcode112 include/core/SkShader.h:112: const SkColorProfileType fDeviceColorProfile; I'm kinda torn on pushing explicit ...
4 years, 10 months ago (2016-02-22 16:09:50 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/1720933002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1720933002/1
4 years, 10 months ago (2016-02-22 16:10:10 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-22 16:36:40 UTC) #6
f(malita)
https://codereview.chromium.org/1720933002/diff/1/include/core/SkShader.h File include/core/SkShader.h (right): https://codereview.chromium.org/1720933002/diff/1/include/core/SkShader.h#newcode112 include/core/SkShader.h:112: const SkColorProfileType fDeviceColorProfile; On 2016/02/22 16:09:50, f(malita) wrote: > ...
4 years, 10 months ago (2016-02-22 17:08:23 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1720933002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1720933002/20001
4 years, 10 months ago (2016-02-22 17:08:43 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot/builds/1441)
4 years, 10 months ago (2016-02-22 17:23:46 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1720933002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1720933002/40001
4 years, 10 months ago (2016-02-22 17:44:29 UTC) #13
f(malita)
Mike suggested this would be easier to review if we land the contextSize(const ContextRec&) plumbing ...
4 years, 10 months ago (2016-02-22 18:10:45 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1720933002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1720933002/60001
4 years, 10 months ago (2016-02-22 18:10:53 UTC) #17
reed1
lgtm
4 years, 10 months ago (2016-02-22 18:13:38 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1720933002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1720933002/60001
4 years, 10 months ago (2016-02-22 18:19:27 UTC) #22
commit-bot: I haz the power
4 years, 10 months ago (2016-02-22 18:39:45 UTC) #24
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/8d9f2e474ac9d175c28079357b022d31408e2fe4

Powered by Google App Engine
This is Rietveld 408576698