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

Issue 5314061: Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 10 months ago by bsalomon
Modified:
12 years, 10 months ago
Reviewers:
Stephen White, reed1
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : cleanup #

Patch Set 3 : revert some comment edits #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+144 lines, -141 lines) Patch
M include/gpu/GrContext.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.h View 1 2 1 chunk +5 lines, -7 lines 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.cpp View 1 2 1 chunk +5 lines, -10 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 2 10 chunks +37 lines, -25 lines 1 comment Download
M src/gpu/GrDefaultPathRenderer.h View 1 2 1 chunk +6 lines, -5 lines 0 comments Download
M src/gpu/GrDefaultPathRenderer.cpp View 1 2 2 chunks +11 lines, -1 line 0 comments Download
M src/gpu/GrDrawTarget.h View 1 2 2 chunks +27 lines, -19 lines 1 comment Download
M src/gpu/GrDrawTarget.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrGpu.cpp View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M src/gpu/GrGpuGL.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrPathRenderer.h View 1 2 7 chunks +21 lines, -32 lines 2 comments Download
M src/gpu/GrPathRenderer.cpp View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/gpu/GrPathRendererChain.h View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M src/gpu/GrPathRendererChain.cpp View 1 2 1 chunk +8 lines, -13 lines 0 comments Download
M src/gpu/GrTesselatedPathRenderer.h View 1 2 1 chunk +4 lines, -10 lines 0 comments Download
M src/gpu/GrTesselatedPathRenderer.cpp View 1 2 4 chunks +5 lines, -9 lines 0 comments Download

Messages

Total messages: 4
bsalomon
I was doing some experimenting with using MSAA for the offscreen AA. Relying on GrDrawTarget's ...
12 years, 10 months ago (2011-10-26 21:32:09 UTC) #1
Stephen White
LGTM http://codereview.appspot.com/5314061/diff/2001/src/gpu/GrContext.cpp File src/gpu/GrContext.cpp (right): http://codereview.appspot.com/5314061/diff/2001/src/gpu/GrContext.cpp#newcode1169 src/gpu/GrContext.cpp:1169: // will be axis-aligned, the rect won't land ...
12 years, 10 months ago (2011-10-26 22:24:47 UTC) #2
Stephen White
On 2011/10/26 22:24:47, Stephen White wrote: > http://codereview.appspot.com/5314061/diff/2001/src/gpu/GrDrawTarget.h#newcode126 > src/gpu/GrDrawTarget.h:126: kHWAntialias_StateBit = 0x02, > Not ...
12 years, 10 months ago (2011-10-26 22:27:03 UTC) #3
bsalomon
12 years, 10 months ago (2011-10-27 12:35:08 UTC) #4
Thanks for the review! I fixed the nits and landed as r2539.
Sign in to reply to this message.

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