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

Issue 6208072: First functioning version of SW-only clip mask creator (Closed)

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

Description

This version passes the AAClips SampleApp slide test (i.e., single level boolean operations).

Patch Set 1 #

Total comments: 4

Patch Set 2 : Made SW-only test more restrictive #

Unified diffs Side-by-side diffs Delta from patch set Stats (+248 lines, -44 lines) Patch
M src/gpu/GrAAConvexPathRenderer.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/gpu/GrAAConvexPathRenderer.cpp View 1 1 chunk +12 lines, -5 lines 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.cpp View 1 2 chunks +11 lines, -4 lines 0 comments Download
M src/gpu/GrClipMaskManager.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 1 6 chunks +182 lines, -20 lines 0 comments Download
M src/gpu/GrSoftwarePathRenderer.h View 1 chunk +10 lines, -3 lines 0 comments Download
M src/gpu/GrSoftwarePathRenderer.cpp View 6 chunks +19 lines, -12 lines 0 comments Download

Messages

Total messages: 5
robertphillips
12 years, 1 month ago (2012-05-16 15:14:33 UTC) #1
bsalomon
http://codereview.appspot.com/6208072/diff/1/src/gpu/GrClipMaskManager.cpp File src/gpu/GrClipMaskManager.cpp (right): http://codereview.appspot.com/6208072/diff/1/src/gpu/GrClipMaskManager.cpp#newcode67 src/gpu/GrClipMaskManager.cpp:67: return clipIn.requiresAA(); We do draw some AA paths using ...
12 years, 1 month ago (2012-05-16 15:36:10 UTC) #2
robertphillips
http://codereview.appspot.com/6208072/diff/1/src/gpu/GrClipMaskManager.cpp File src/gpu/GrClipMaskManager.cpp (right): http://codereview.appspot.com/6208072/diff/1/src/gpu/GrClipMaskManager.cpp#newcode67 src/gpu/GrClipMaskManager.cpp:67: return clipIn.requiresAA(); This new path demonstrates how I intend ...
12 years, 1 month ago (2012-05-16 18:13:58 UTC) #3
bsalomon
LGTM. On 2012/05/16 18:13:58, robertphillips wrote: > http://codereview.appspot.com/6208072/diff/1/src/gpu/GrClipMaskManager.cpp > File src/gpu/GrClipMaskManager.cpp (right): > > http://codereview.appspot.com/6208072/diff/1/src/gpu/GrClipMaskManager.cpp#newcode67 ...
12 years, 1 month ago (2012-05-17 00:04:30 UTC) #4
robertphillips
12 years, 1 month ago (2012-05-17 12:21:23 UTC) #5
committed as r3984
Sign in to reply to this message.

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