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

Issue 6210057: Convert AAClipCache's GrRects to GrIRects (Closed)

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

Description

This change makes explicit that the clip mask bounds are integerized.

Patch Set 1 #

Patch Set 2 : Moved contains(SkIRect) out of SkRect #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -50 lines) Patch
M include/core/SkRect.h View 1 3 chunks +9 lines, -2 lines 0 comments Download
M src/gpu/GrClipMaskManager.h View 6 chunks +9 lines, -9 lines 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 1 19 chunks +44 lines, -32 lines 0 comments Download
M tests/ClipCacheTest.cpp View 3 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 8
robertphillips
12 years, 4 months ago (2012-05-14 21:31:23 UTC) #1
bsalomon
LGTM. Adding Mike just in case he cares about overloading SkRect::contains(const SkRect&) cosnt and SkRect::contains(const ...
12 years, 4 months ago (2012-05-14 22:17:57 UTC) #2
reed1
While they're not incorrect, I'm not enthusiastic for the new apis added to SkRect. Its ...
12 years, 3 months ago (2012-05-15 12:31:01 UTC) #3
robertphillips
After discussing with Mike, this delivery moves SkRect::contains(SkIRect) out of SkRect and into GrClipMaskManager. I ...
12 years, 3 months ago (2012-05-15 13:36:07 UTC) #4
bsalomon
On 2012/05/15 13:36:07, robertphillips wrote: > After discussing with Mike, this delivery moves SkRect::contains(SkIRect) out ...
12 years, 3 months ago (2012-05-15 14:36:04 UTC) #5
reed1
kinda sorta agree. what about inset(-1, 1) -vs- outset(1, -1) having both means having to ...
12 years, 3 months ago (2012-05-15 14:39:48 UTC) #6
bsalomon
touché On Tue, May 15, 2012 at 7:39 AM, <reed@google.com> wrote: > kinda sorta agree. ...
12 years, 3 months ago (2012-05-15 14:48:30 UTC) #7
robertphillips
12 years, 3 months ago (2012-05-15 16:49:47 UTC) #8
committed as r3942
Sign in to reply to this message.

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