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

Issue 4548048: Part 2 of separate coverage / color (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by bsalomon
Modified:
13 years, 1 month ago
Reviewers:
junov, junov1, reed1
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Total comments: 7

Patch Set 2 : fix nits #

Patch Set 3 : update #

Patch Set 4 : line break #

Total comments: 1

Patch Set 5 : fix getSampler idx #

Unified diffs Side-by-side diffs Delta from patch set Stats (+359 lines, -145 lines) Patch
M gpu/include/GrContext.h View 1 2 chunks +9 lines, -5 lines 0 comments Download
M gpu/include/GrContext_impl.h View 1 chunk +5 lines, -9 lines 0 comments Download
M gpu/include/GrDrawTarget.h View 3 chunks +14 lines, -1 line 0 comments Download
M gpu/include/GrPaint.h View 1 2 5 chunks +154 lines, -23 lines 0 comments Download
M gpu/src/GrContext.cpp View 1 2 3 20 chunks +90 lines, -57 lines 0 comments Download
M gpu/src/GrTextContext.cpp View 3 chunks +26 lines, -15 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 3 4 14 chunks +61 lines, -35 lines 0 comments Download

Messages

Total messages: 8
bsalomon
This actually uses the separate coverage and color functionality previously added. Glyph masks, super-sample masks, ...
13 years, 1 month ago (2011-05-17 14:05:16 UTC) #1
reed1
LGTM + nits http://codereview.appspot.com/4548048/diff/1/gpu/include/GrContext.h File gpu/include/GrContext.h (right): http://codereview.appspot.com/4548048/diff/1/gpu/include/GrContext.h#newcode606 gpu/include/GrContext.h:606: const GrPaint& paint, const array http://codereview.appspot.com/4548048/diff/1/gpu/include/GrContext_impl.h ...
13 years, 1 month ago (2011-05-17 15:11:01 UTC) #2
junov
http://codereview.appspot.com/4548048/diff/1/gpu/include/GrPaint.h File gpu/include/GrPaint.h (right): http://codereview.appspot.com/4548048/diff/1/gpu/include/GrPaint.h#newcode37 gpu/include/GrPaint.h:37: kNumMaskStages = 1, How about having kFirstTextureStage = 0 ...
13 years, 1 month ago (2011-05-17 15:39:22 UTC) #3
bsalomon
The latest patch adds kFirstTextureState and kFirstMaskStage. Also renamed the kNum...Stages values.
13 years, 1 month ago (2011-05-17 17:44:03 UTC) #4
junov
http://codereview.appspot.com/4548048/diff/9002/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): http://codereview.appspot.com/4548048/diff/9002/src/gpu/SkGpuDevice.cpp#newcode906 src/gpu/SkGpuDevice.cpp:906: GrSamplerState* sampler = grPaint.getTextureSampler(0); 0 => kFirstTextureStage? 5x in ...
13 years, 1 month ago (2011-05-17 18:21:14 UTC) #5
bsalomon
On 2011/05/17 18:21:14, junov wrote: http://codereview.appspot.com/4548048/diff/9002/src/gpu/SkGpuDevice.cpp#newcode906 > src/gpu/SkGpuDevice.cpp:906: GrSamplerState* sampler = > grPaint.getTextureSampler(0); > 0 ...
13 years, 1 month ago (2011-05-17 18:56:12 UTC) #6
junov
LGTM On 2011/05/17 18:56:12, bsalomon wrote: > On 2011/05/17 18:21:14, junov wrote: > http://codereview.appspot.com/4548048/diff/9002/src/gpu/SkGpuDevice.cpp#newcode906 > ...
13 years, 1 month ago (2011-05-17 20:13:24 UTC) #7
bsalomon
13 years, 1 month ago (2011-05-17 20:16:36 UTC) #8
Closed with r1356
Sign in to reply to this message.

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