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

Issue 1757993002: add support for new bitmapshader context (Closed)

Created:
4 years, 9 months ago by reed1
Modified:
4 years, 9 months ago
Reviewers:
herb_g, mtklein
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 : return max of the two sizes, so we can change our mind in MakeContext #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : update dox #

Patch Set 5 : enforce 16byte alignment in more places #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -30 lines) Patch
M gm/SkLinearBitmapPipelineGM.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkBitmapProcShader.h View 1 3 chunks +6 lines, -4 lines 0 comments Download
M src/core/SkBitmapProcShader.cpp View 1 2 3 5 chunks +98 lines, -18 lines 0 comments Download
M src/core/SkComposeShader.cpp View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M src/core/SkShader.cpp View 1 2 3 4 1 chunk +3 lines, -0 lines 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 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 28 (14 generated)
reed1
4 years, 9 months ago (2016-03-02 21:20:35 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1757993002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1757993002/20001
4 years, 9 months ago (2016-03-02 21:55:28 UTC) #5
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/6716) Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on ...
4 years, 9 months ago (2016-03-02 21:59:18 UTC) #7
mtklein
lgtm, with a few requests for comment clarification https://codereview.chromium.org/1757993002/diff/20001/src/core/SkBitmapProcShader.cpp File src/core/SkBitmapProcShader.cpp (right): https://codereview.chromium.org/1757993002/diff/20001/src/core/SkBitmapProcShader.cpp#newcode125 src/core/SkBitmapProcShader.cpp:125: // ...
4 years, 9 months ago (2016-03-03 01:30:38 UTC) #8
reed1
https://codereview.chromium.org/1757993002/diff/20001/src/core/SkBitmapProcShader.cpp File src/core/SkBitmapProcShader.cpp (right): https://codereview.chromium.org/1757993002/diff/20001/src/core/SkBitmapProcShader.cpp#newcode125 src/core/SkBitmapProcShader.cpp:125: // The context takes ownership of the state. It ...
4 years, 9 months ago (2016-03-03 14:05:25 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1757993002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1757993002/60001
4 years, 9 months ago (2016-03-03 14:05:41 UTC) #12
commit-bot: I haz the power
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/6730)
4 years, 9 months ago (2016-03-03 14:15:20 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1757993002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1757993002/80001
4 years, 9 months ago (2016-03-03 16:44:24 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-03 16:56:29 UTC) #18
reed1
more places needed 16bit alignment (e.g. compose-shader), but seems to all work now I have ...
4 years, 9 months ago (2016-03-03 17:05:21 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1757993002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1757993002/80001
4 years, 9 months ago (2016-03-03 17:09:39 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1757993002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1757993002/80001
4 years, 9 months ago (2016-03-03 17:14:58 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://skia.googlesource.com/skia/+/19cef56344b5a5f26f802d7be34c44af36b7e797
4 years, 9 months ago (2016-03-03 17:16:26 UTC) #27
reed1
4 years, 9 months ago (2016-03-03 17:36:31 UTC) #28
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:80001) has been created in
https://codereview.chromium.org/1763743002/ by reed@google.com.

The reason for reverting is: oops, need to update bench to know about the large
size needed for the new shader.

Powered by Google App Engine
This is Rietveld 408576698