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

Issue 947443003: Move clip off of draw target (Closed)

Created:
5 years, 10 months ago by joshua.litt
Modified:
5 years, 10 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 : feedback inc #

Patch Set 3 : more #

Patch Set 4 : cleanup #

Patch Set 5 : cleanup #

Total comments: 8

Patch Set 6 : cleanup #

Patch Set 7 : windows warning #

Total comments: 2

Patch Set 8 : cleanup #

Patch Set 9 : feedback inc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+442 lines, -297 lines) Patch
M gm/beziereffects.cpp View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M gm/rrects.cpp View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M gm/texturedomaineffect.cpp View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M gm/yuvtorgbeffect.cpp View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M gyp/gpu.gypi View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M include/core/SkRect.h View 1 2 3 4 5 3 chunks +12 lines, -0 lines 0 comments Download
A include/gpu/GrClip.h View 1 2 3 4 5 6 7 8 1 chunk +175 lines, -0 lines 0 comments Download
M include/gpu/GrClipData.h View 1 2 1 chunk +0 lines, -61 lines 0 comments Download
M include/gpu/GrContext.h View 1 2 3 6 chunks +8 lines, -8 lines 0 comments Download
M src/core/SkRect.cpp View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.cpp View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/GrAARectRenderer.h View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M src/gpu/GrAARectRenderer.cpp View 1 2 3 4 2 chunks +2 lines, -4 lines 0 comments Download
M src/gpu/GrBitmapTextContext.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
A src/gpu/GrClip.cpp View 1 2 3 4 5 6 1 chunk +50 lines, -0 lines 0 comments Download
M src/gpu/GrClipData.cpp View 1 2 1 chunk +0 lines, -34 lines 0 comments Download
M src/gpu/GrClipMaskManager.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 1 2 3 4 12 chunks +55 lines, -33 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 2 3 4 5 6 7 11 chunks +52 lines, -23 lines 0 comments Download
M src/gpu/GrDistanceFieldTextContext.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrDrawTarget.h View 1 2 3 4 5 7 chunks +7 lines, -47 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 2 3 4 5 chunks +2 lines, -22 lines 0 comments Download
M src/gpu/GrPipelineBuilder.h View 1 2 3 4 5 6 7 5 chunks +8 lines, -7 lines 0 comments Download
M src/gpu/GrPipelineBuilder.cpp View 1 2 3 4 5 6 7 3 chunks +5 lines, -3 lines 0 comments Download
M src/gpu/GrSWMaskHelper.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/GrSoftwarePathRenderer.cpp View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/GrStencilAndCoverTextContext.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrStencilBuffer.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrTest.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/GrTest.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/GrTextContext.h View 1 2 3 4 5 2 chunks +10 lines, -8 lines 0 comments Download
M src/gpu/GrTextContext.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/SkGpuDevice.h View 1 2 3 4 5 1 chunk +10 lines, -8 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 3 4 2 chunks +7 lines, -6 lines 0 comments Download
M src/gpu/effects/GrDashingEffect.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/effects/GrDashingEffect.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M tests/ClipCacheTest.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M tests/GLProgramsTest.cpp View 1 2 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
joshualitt
A vast shallow change to remove clip from drawtarget. Brian, please pay special attention to ...
5 years, 10 months ago (2015-02-20 16:07:19 UTC) #2
joshualitt
On 2015/02/20 16:07:19, joshualitt wrote: > A vast shallow change to remove clip from drawtarget. ...
5 years, 10 months ago (2015-02-20 18:01:49 UTC) #3
joshualitt
feedback incorporated
5 years, 10 months ago (2015-02-23 17:26:36 UTC) #4
bsalomon
https://codereview.chromium.org/947443003/diff/80001/src/gpu/GrClip.cpp File src/gpu/GrClip.cpp (right): https://codereview.chromium.org/947443003/diff/80001/src/gpu/GrClip.cpp#newcode29 src/gpu/GrClip.cpp:29: *isIntersectionOfRects = false; I think we should say true ...
5 years, 10 months ago (2015-02-23 19:31:30 UTC) #5
joshualitt
On 2015/02/23 19:31:30, bsalomon wrote: > https://codereview.chromium.org/947443003/diff/80001/src/gpu/GrClip.cpp > File src/gpu/GrClip.cpp (right): > > https://codereview.chromium.org/947443003/diff/80001/src/gpu/GrClip.cpp#newcode29 > ...
5 years, 10 months ago (2015-02-23 19:42:52 UTC) #6
joshualitt
Whoops, meant to publish this comment https://codereview.chromium.org/947443003/diff/80001/src/gpu/GrClipMaskManager.cpp File src/gpu/GrClipMaskManager.cpp (right): https://codereview.chromium.org/947443003/diff/80001/src/gpu/GrClipMaskManager.cpp#newcode232 src/gpu/GrClipMaskManager.cpp:232: GrClip::kIRect_ClipType == clip.clipType(); ...
5 years, 10 months ago (2015-02-23 20:06:27 UTC) #7
bsalomon
On 2015/02/23 20:06:27, joshualitt wrote: > Whoops, meant to publish this comment > > https://codereview.chromium.org/947443003/diff/80001/src/gpu/GrClipMaskManager.cpp ...
5 years, 10 months ago (2015-02-23 20:48:23 UTC) #8
joshualitt
On 2015/02/23 20:48:23, bsalomon wrote: > On 2015/02/23 20:06:27, joshualitt wrote: > > Whoops, meant ...
5 years, 10 months ago (2015-02-23 21:37:17 UTC) #9
bsalomon
lgtm with comments on comments. https://codereview.chromium.org/947443003/diff/120001/include/gpu/GrClip.h File include/gpu/GrClip.h (right): https://codereview.chromium.org/947443003/diff/120001/include/gpu/GrClip.h#newcode19 include/gpu/GrClip.h:19: * empty. If a ...
5 years, 10 months ago (2015-02-23 22:04:19 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/947443003/160001
5 years, 10 months ago (2015-02-23 22:26:58 UTC) #13
commit-bot: I haz the power
5 years, 10 months ago (2015-02-23 22:45:02 UTC) #14
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://skia.googlesource.com/skia/+/44701df5ce572ac3cccec785cf52103d3d5d14a5

Powered by Google App Engine
This is Rietveld 408576698