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

Issue 6201058: Added stack to AA clip mask cache (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, reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

First step in making AA clip mask cache make use of Skia save/restore information to better cache clip masks

Patch Set 1 #

Total comments: 5

Patch Set 2 : Added unit test & added comments #

Total comments: 1

Patch Set 3 : Convert GrClipMaskCache to use SkDeque #

Unified diffs Side-by-side diffs Delta from patch set Stats (+344 lines, -34 lines) Patch
M gyp/tests.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/GrClipMaskManager.h View 1 2 3 chunks +189 lines, -33 lines 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrSoftwarePathRenderer.cpp View 1 chunk +1 line, -0 lines 0 comments Download
A tests/ClipCacheTest.cpp View 1 1 chunk +152 lines, -0 lines 0 comments Download

Messages

Total messages: 9
robertphillips
12 years, 1 month ago (2012-05-08 12:48:53 UTC) #1
bsalomon
Mostly LGTM http://codereview.appspot.com/6201058/diff/1/src/gpu/GrClipMaskManager.h File src/gpu/GrClipMaskManager.h (right): http://codereview.appspot.com/6201058/diff/1/src/gpu/GrClipMaskManager.h#newcode100 src/gpu/GrClipMaskManager.h:100: void push() { Maybe a comment about ...
12 years, 1 month ago (2012-05-08 13:15:15 UTC) #2
reed1
Might consider using SkDeque instead of an array. It has the (potential) advantage of not ...
12 years, 1 month ago (2012-05-08 13:23:06 UTC) #3
robertphillips
This version adds a unit test, adds comments and fixes a MakeEmpty for setEmpty bug. ...
12 years, 1 month ago (2012-05-08 18:26:00 UTC) #4
bsalomon
LGTM >W.r.t. the container, I was actually hoping to use a new derivative of SkTDStack ...
12 years, 1 month ago (2012-05-08 18:55:32 UTC) #5
robertphillips
Replaced SkTArray with a SkDeque in GrClipMaskCache
12 years, 1 month ago (2012-05-08 19:27:38 UTC) #6
bsalomon
On 2012/05/08 19:27:38, robertphillips wrote: > Replaced SkTArray with a SkDeque in GrClipMaskCache It feels ...
12 years, 1 month ago (2012-05-08 21:39:55 UTC) #7
reed1
On 2012/05/08 21:39:55, bsalomon wrote: > On 2012/05/08 19:27:38, robertphillips wrote: > > Replaced SkTArray ...
12 years, 1 month ago (2012-05-08 21:42:44 UTC) #8
robertphillips
12 years, 1 month ago (2012-05-09 21:16:23 UTC) #9
Received verbal LGTM from Brian & Mike

committed as r3885
Sign in to reply to this message.

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