Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1452)

Issue 6454047: Alter clip stack plumbing - pass down new GrClipData class (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 11 months ago by robertphillips
Modified:
11 years, 11 months ago
Reviewers:
bsalomon
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

This CL passes down the clip stack inside the new GrClipData class as a pointer (to remind everyone of the ephemeral nature of the clip data).

Patch Set 1 #

Patch Set 2 : working again #

Total comments: 1

Patch Set 3 : cleaned up #

Total comments: 13

Patch Set 4 : Fixed comment & removed GrClipData::operator= #

Unified diffs Side-by-side diffs Delta from patch set Stats (+193 lines, -99 lines) Patch
M include/gpu/GrClip.h View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
M include/gpu/GrContext.h View 1 3 chunks +12 lines, -8 lines 0 comments Download
M include/gpu/SkGpuDevice.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.cpp View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/gpu/GrClipMaskManager.h View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 1 2 18 chunks +41 lines, -30 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 2 chunks +6 lines, -4 lines 0 comments Download
M src/gpu/GrDrawTarget.h View 1 2 4 chunks +6 lines, -6 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/GrInOrderDrawBuffer.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/gpu/GrInOrderDrawBuffer.cpp View 1 2 8 chunks +18 lines, -7 lines 0 comments Download
M src/gpu/GrSoftwarePathRenderer.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M src/gpu/GrStencilBuffer.h View 4 chunks +16 lines, -10 lines 0 comments Download
M src/gpu/GrTextContext.cpp View 1 chunk +7 lines, -5 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 7 chunks +29 lines, -15 lines 0 comments Download
M src/gpu/gl/GrGpuGL_program.cpp View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 5
robertphillips
http://codereview.appspot.com/6454047/diff/19/include/gpu/SkGpuDevice.h File include/gpu/SkGpuDevice.h (right): http://codereview.appspot.com/6454047/diff/19/include/gpu/SkGpuDevice.h#newcode134 include/gpu/SkGpuDevice.h:134: const SkClipStack* fClipStack; fGrClip is temporary until GrClipData absorbs ...
11 years, 11 months ago (2012-07-26 15:25:01 UTC) #1
bsalomon
http://codereview.appspot.com/6454047/diff/3001/include/gpu/GrClip.h File include/gpu/GrClip.h (right): http://codereview.appspot.com/6454047/diff/3001/include/gpu/GrClip.h#newcode215 include/gpu/GrClip.h:215: * with an offset bounding box. The clips in ...
11 years, 11 months ago (2012-07-26 16:15:43 UTC) #2
robertphillips
http://codereview.appspot.com/6454047/diff/3001/include/gpu/GrClip.h File include/gpu/GrClip.h (right): http://codereview.appspot.com/6454047/diff/3001/include/gpu/GrClip.h#newcode215 include/gpu/GrClip.h:215: * with an offset bounding box. The clips in ...
11 years, 11 months ago (2012-07-26 18:11:14 UTC) #3
bsalomon
LGTM
11 years, 11 months ago (2012-07-26 18:44:51 UTC) #4
robertphillips
11 years, 11 months ago (2012-07-26 18:52:47 UTC) #5
committed as r4788
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b