Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(759)

Issue 13344002: Move edge GrEffects to locally defined classes (Closed)

Created:
7 years, 8 months ago by jvanverth1
Modified:
7 years, 8 months ago
Reviewers:
robertphillips
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Move edge GrEffects to locally defined classes. This removes the general GrEdgeEffect and the specialized oval GrEffects and declares them within the renderer files that use them. It also splits GrEdgeEffect into three different GrEffects. Committed: http://code.google.com/p/skia/source/detail?r=8493

Patch Set 1 #

Total comments: 7

Patch Set 2 : Fixes for nits #

Patch Set 3 : rebase to head revision #

Unified diffs Side-by-side diffs Delta from patch set Stats (+582 lines, -546 lines) Patch
M gyp/gpu.gypi View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M src/gpu/GrAAConvexPathRenderer.cpp View 1 2 3 chunks +122 lines, -2 lines 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.cpp View 1 2 3 chunks +207 lines, -3 lines 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 1 2 4 chunks +253 lines, -4 lines 0 comments Download
D src/gpu/effects/GrCircleEdgeEffect.h View 1 2 1 chunk +0 lines, -66 lines 0 comments Download
D src/gpu/effects/GrCircleEdgeEffect.cpp View 1 2 1 chunk +0 lines, -81 lines 0 comments Download
D src/gpu/effects/GrEdgeEffect.h View 1 2 1 chunk +0 lines, -85 lines 0 comments Download
D src/gpu/effects/GrEdgeEffect.cpp View 1 2 1 chunk +0 lines, -132 lines 0 comments Download
D src/gpu/effects/GrEllipseEdgeEffect.h View 1 2 1 chunk +0 lines, -65 lines 0 comments Download
D src/gpu/effects/GrEllipseEdgeEffect.cpp View 1 2 1 chunk +0 lines, -102 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
jvanverth1
7 years, 8 months ago (2013-03-29 21:02:04 UTC) #1
jvanverth1
One thing: it's not clear to me how to address unit testing effects that require ...
7 years, 8 months ago (2013-03-29 21:03:00 UTC) #2
bsalomon
On 2013/03/29 21:03:00, JimVV wrote: > One thing: it's not clear to me how to ...
7 years, 8 months ago (2013-03-29 21:46:53 UTC) #3
robertphillips
lgtm + nits & a question https://codereview.chromium.org/13344002/diff/1/src/gpu/GrAAConvexPathRenderer.cpp File src/gpu/GrAAConvexPathRenderer.cpp (right): https://codereview.chromium.org/13344002/diff/1/src/gpu/GrAAConvexPathRenderer.cpp#newcode502 src/gpu/GrAAConvexPathRenderer.cpp:502: builder->fsCodeAppendf("\t\t\tvec2 gF = ...
7 years, 8 months ago (2013-03-31 22:59:08 UTC) #4
robertphillips
lgtm + nits & a question
7 years, 8 months ago (2013-03-31 22:59:24 UTC) #5
jvanverth1
On 2013/03/31 22:59:08, robertphillips wrote: > https://codereview.chromium.org/13344002/diff/1/src/gpu/GrAAHairLinePathRenderer.cpp#newcode583 > src/gpu/GrAAHairLinePathRenderer.cpp:583: HairQuadEdgeEffect() { > Could we make ...
7 years, 8 months ago (2013-04-02 17:55:19 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/jvanverth@google.com/13344002/12001
7 years, 8 months ago (2013-04-02 17:57:15 UTC) #7
commit-bot: I haz the power
7 years, 8 months ago (2013-04-02 17:57:27 UTC) #8
Message was sent while issue was closed.
Change committed as 8493

Powered by Google App Engine
This is Rietveld 408576698