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

Issue 6198065: Split createAlphaClipMask in two to allow reuse with SW-only path (Closed)

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

Description

The existing gpu clip mask creation path and the nascent SW-only clip mask creation path share the same setup (bounds determination, cache check, texture acquisition).

Patch Set 1 #

Total comments: 8

Patch Set 2 : fixed function names & added this-> #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -51 lines) Patch
M src/gpu/GrClipMaskManager.h View 2 chunks +10 lines, -3 lines 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 1 16 chunks +146 lines, -48 lines 0 comments Download

Messages

Total messages: 7
robertphillips
12 years, 2 months ago (2012-05-11 14:20:56 UTC) #1
bsalomon
Overall lgtm, some minor nits. http://codereview.appspot.com/6198065/diff/1/src/gpu/GrClipMaskManager.cpp File src/gpu/GrClipMaskManager.cpp (right): http://codereview.appspot.com/6198065/diff/1/src/gpu/GrClipMaskManager.cpp#newcode86 src/gpu/GrClipMaskManager.cpp:86: if (createMaskInSW()) { I ...
12 years, 2 months ago (2012-05-11 14:45:21 UTC) #2
reed1
if we're more consistent with calling local methods this->way(), we can possible relax the naming ...
12 years, 2 months ago (2012-05-11 15:10:51 UTC) #3
reed1
if we're more consistent with calling local methods this->way(), we can possibly relax the naming ...
12 years, 2 months ago (2012-05-11 15:11:07 UTC) #4
robertphillips
http://codereview.appspot.com/6198065/diff/1/src/gpu/GrClipMaskManager.cpp File src/gpu/GrClipMaskManager.cpp (right): http://codereview.appspot.com/6198065/diff/1/src/gpu/GrClipMaskManager.cpp#newcode86 src/gpu/GrClipMaskManager.cpp:86: if (createMaskInSW()) { On 2012/05/11 14:45:21, bsalomon wrote: > ...
12 years, 2 months ago (2012-05-11 15:21:11 UTC) #5
bsalomon
On 2012/05/11 15:21:11, robertphillips wrote: > http://codereview.appspot.com/6198065/diff/1/src/gpu/GrClipMaskManager.cpp > File src/gpu/GrClipMaskManager.cpp (right): > > http://codereview.appspot.com/6198065/diff/1/src/gpu/GrClipMaskManager.cpp#newcode86 > ...
12 years, 2 months ago (2012-05-11 15:26:33 UTC) #6
robertphillips
12 years, 2 months ago (2012-05-11 15:33:13 UTC) #7
committed as r3910
Sign in to reply to this message.

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