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

Issue 6308096: Make GrClipMaskManager configure the stencil and scissor on GrGpu (Closed)

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

Description

BUG= http://code.google.com/p/skia/issues/detail?id=631

Patch Set 1 #

Patch Set 2 : some cleanup #

Patch Set 3 : fixes #

Patch Set 4 : revert GrContext.cpp changes #

Total comments: 14

Patch Set 5 : incorporate Rob's comments #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+527 lines, -440 lines) Patch
M gyp/gpu.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 1 comment Download
M include/gpu/GrClip.h View 1 2 3 4 2 chunks +2 lines, -1 line 1 comment Download
M include/gpu/GrTemplates.h View 1 2 3 4 1 chunk +9 lines, -8 lines 1 comment Download
M src/gpu/GrClipMaskManager.h View 1 2 6 chunks +24 lines, -33 lines 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 1 2 3 4 9 chunks +193 lines, -91 lines 0 comments Download
M src/gpu/GrDrawTarget.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/GrGpu.h View 1 2 3 4 3 chunks +32 lines, -6 lines 0 comments Download
M src/gpu/GrGpu.cpp View 1 2 1 chunk +1 line, -19 lines 0 comments Download
M src/gpu/GrStencil.h View 1 2 6 chunks +83 lines, -66 lines 0 comments Download
M src/gpu/GrStencil.cpp View 1 2 3 chunks +75 lines, -51 lines 0 comments Download
M src/gpu/SkGrFontScaler.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGpuGL.h View 1 2 3 4 5 chunks +22 lines, -11 lines 0 comments Download
M src/gpu/gl/GrGpuGL.cpp View 1 2 3 4 11 chunks +82 lines, -153 lines 0 comments Download
M src/gpu/gl/GrGpuGL_program.cpp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6
bsalomon
The main change is to move the responsibility of fiddling with the stencil settings to ...
12 years ago (2012-06-20 18:31:49 UTC) #1
robertphillips
Ouch - LGTM modulo nits/questions. I do like that the stencil settings are being better ...
12 years ago (2012-06-20 18:58:27 UTC) #2
bsalomon
http://codereview.appspot.com/6308096/diff/4012/src/gpu/GrClipMaskManager.cpp File src/gpu/GrClipMaskManager.cpp (right): http://codereview.appspot.com/6308096/diff/4012/src/gpu/GrClipMaskManager.cpp#newcode868 src/gpu/GrClipMaskManager.cpp:868: // but the clip is in the stencil buffer ...
12 years ago (2012-06-20 19:07:02 UTC) #3
bsalomon
Updated patch http://codereview.appspot.com/6308096/diff/4012/src/gpu/GrClipMaskManager.cpp File src/gpu/GrClipMaskManager.cpp (right): http://codereview.appspot.com/6308096/diff/4012/src/gpu/GrClipMaskManager.cpp#newcode868 src/gpu/GrClipMaskManager.cpp:868: // but the clip is in the ...
12 years ago (2012-06-20 20:41:20 UTC) #4
robertphillips
LGTM
12 years ago (2012-06-20 20:55:14 UTC) #5
bsalomon
12 years ago (2012-06-21 20:14:09 UTC) #6
Closed with r4288
Sign in to reply to this message.

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