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

Issue 1754563003: Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (Closed)

Created:
4 years, 9 months ago by robertphillips
Modified:
4 years, 9 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 : update #

Total comments: 9

Patch Set 3 : Address code review issues #

Patch Set 4 : Add missing file #

Patch Set 5 : update to ToT #

Total comments: 2

Patch Set 6 : Renamed internal_drawBatch to testingOnly_drawBatch #

Patch Set 7 : Fix indents #

Patch Set 8 : Fix fAuditTrail uses #

Unified diffs Side-by-side diffs Delta from patch set Stats (+472 lines, -265 lines) Patch
M gm/beziereffects.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M gm/bigrrectaaeffect.cpp View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M gm/constcolorprocessor.cpp View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M gm/convexpolyeffect.cpp View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
M gm/rrects.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M gm/texturedomaineffect.cpp View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M gm/yuvtorgbeffect.cpp View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M gyp/gpu.gypi View 1 2 5 1 chunk +1 line, -0 lines 0 comments Download
M include/gpu/GrClip.h View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M include/gpu/GrDrawContext.h View 1 2 3 4 5 chunks +10 lines, -3 lines 0 comments Download
M src/gpu/GrClipMaskManager.h View 1 2 chunks +24 lines, -24 lines 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 1 2 13 chunks +176 lines, -175 lines 0 comments Download
M src/gpu/GrDrawContext.cpp View 1 2 3 4 5 6 7 6 chunks +149 lines, -23 lines 0 comments Download
A src/gpu/GrDrawContextPriv.h View 1 2 3 4 5 6 1 chunk +60 lines, -0 lines 0 comments Download
M src/gpu/GrDrawTarget.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 1 chunk +15 lines, -3 lines 0 comments Download
M src/gpu/GrPipelineBuilder.h View 1 chunk +0 lines, -8 lines 0 comments Download
M src/gpu/GrTest.cpp View 1 2 3 4 5 6 7 2 chunks +8 lines, -8 lines 0 comments Download
M tests/GLProgramsTest.cpp View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 36 (17 generated)
robertphillips
4 years, 9 months ago (2016-03-01 17:21:39 UTC) #4
joshualitt
https://codereview.chromium.org/1754563003/diff/20001/include/gpu/GrDrawContext.h File include/gpu/GrDrawContext.h (right): https://codereview.chromium.org/1754563003/diff/20001/include/gpu/GrDrawContext.h#newcode107 include/gpu/GrDrawContext.h:107: bool stencilRect(const SkIRect* scissorRect, I really like the direction ...
4 years, 9 months ago (2016-03-01 17:34:50 UTC) #6
bsalomon
https://codereview.chromium.org/1754563003/diff/20001/include/gpu/GrClip.h File include/gpu/GrClip.h (right): https://codereview.chromium.org/1754563003/diff/20001/include/gpu/GrClip.h#newcode117 include/gpu/GrClip.h:117: void setScissor(const SkIRect& scissor) { Can we call this ...
4 years, 9 months ago (2016-03-01 17:38:56 UTC) #7
bsalomon
https://codereview.chromium.org/1754563003/diff/20001/include/gpu/GrDrawContext.h File include/gpu/GrDrawContext.h (right): https://codereview.chromium.org/1754563003/diff/20001/include/gpu/GrDrawContext.h#newcode107 include/gpu/GrDrawContext.h:107: bool stencilRect(const SkIRect* scissorRect, On 2016/03/01 17:34:50, joshualitt wrote: ...
4 years, 9 months ago (2016-03-01 17:40:06 UTC) #8
robertphillips
https://codereview.chromium.org/1754563003/diff/20001/include/gpu/GrClip.h File include/gpu/GrClip.h (right): https://codereview.chromium.org/1754563003/diff/20001/include/gpu/GrClip.h#newcode117 include/gpu/GrClip.h:117: void setScissor(const SkIRect& scissor) { On 2016/03/01 17:38:55, bsalomon ...
4 years, 9 months ago (2016-03-01 20:11:58 UTC) #9
joshualitt
On 2016/03/01 20:11:58, robertphillips wrote: > https://codereview.chromium.org/1754563003/diff/20001/include/gpu/GrClip.h > File include/gpu/GrClip.h (right): > > https://codereview.chromium.org/1754563003/diff/20001/include/gpu/GrClip.h#newcode117 > ...
4 years, 9 months ago (2016-03-01 20:56:17 UTC) #10
bsalomon
https://codereview.chromium.org/1754563003/diff/80001/src/gpu/GrDrawContextPriv.h File src/gpu/GrDrawContextPriv.h (right): https://codereview.chromium.org/1754563003/diff/80001/src/gpu/GrDrawContextPriv.h#newcode36 src/gpu/GrDrawContextPriv.h:36: void internal_drawBatch(const GrPipelineBuilder& pipelineBuilder, Maybe this should drop the ...
4 years, 9 months ago (2016-03-02 14:15:34 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/1754563003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1754563003/100001
4 years, 9 months ago (2016-03-02 15:28:30 UTC) #13
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Ubuntu-Clang-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-Clang-x86_64-Debug-Trybot/builds/6737) Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot on ...
4 years, 9 months ago (2016-03-02 15:30:28 UTC) #15
robertphillips
https://codereview.chromium.org/1754563003/diff/80001/src/gpu/GrDrawContextPriv.h File src/gpu/GrDrawContextPriv.h (right): https://codereview.chromium.org/1754563003/diff/80001/src/gpu/GrDrawContextPriv.h#newcode36 src/gpu/GrDrawContextPriv.h:36: void internal_drawBatch(const GrPipelineBuilder& pipelineBuilder, On 2016/03/02 14:15:34, bsalomon wrote: ...
4 years, 9 months ago (2016-03-02 16:02:55 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1754563003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1754563003/120001
4 years, 9 months ago (2016-03-02 16:03:13 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-02 16:12:59 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1754563003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1754563003/120001
4 years, 9 months ago (2016-03-02 16:42:06 UTC) #23
commit-bot: I haz the power
Committed patchset #7 (id:120001) as https://skia.googlesource.com/skia/+/86c60758e9e4f9e203d7462cb22b2a245a0f51bd
4 years, 9 months ago (2016-03-02 16:43:17 UTC) #25
robertphillips
A revert of this CL (patchset #7 id:120001) has been created in https://codereview.chromium.org/1754353002/ by robertphillips@google.com. ...
4 years, 9 months ago (2016-03-02 16:52:51 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1754563003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1754563003/140001
4 years, 9 months ago (2016-03-02 17:03:57 UTC) #29
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-02 17:24:50 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1754563003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1754563003/140001
4 years, 9 months ago (2016-03-02 17:25:39 UTC) #34
commit-bot: I haz the power
4 years, 9 months ago (2016-03-02 17:26:52 UTC) #36
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://skia.googlesource.com/skia/+/391395dcfbff09a83f8f0e9d3e02d38c855ae2e9

Powered by Google App Engine
This is Rietveld 408576698