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

Issue 18686007: Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. (Closed)

Created:
7 years, 5 months ago by bsalomon
Modified:
7 years, 5 months ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. Committed: http://code.google.com/p/skia/source/detail?r=10062

Patch Set 1 #

Patch Set 2 : update #

Patch Set 3 : comments #

Total comments: 9

Patch Set 4 : rob's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+200 lines, -262 lines) Patch
M gm/texdata.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gyp/gpu.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M include/gpu/GrPaint.h View 1 2 3 6 chunks +50 lines, -103 lines 0 comments Download
M include/gpu/SkGpuDevice.h View 2 chunks +2 lines, -3 lines 0 comments Download
M src/core/SkImageFilter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkBicubicImageFilter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkBlendImageFilter.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M src/effects/SkBlurMaskFilter.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M src/effects/SkDisplacementMapEffect.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkMorphologyImageFilter.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M src/effects/SkXfermodeImageFilter.cpp View 1 2 3 1 chunk +11 lines, -11 lines 0 comments Download
M src/gpu/GrAAConvexPathRenderer.cpp View 1 chunk +0 lines, -6 lines 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.cpp View 1 chunk +0 lines, -6 lines 0 comments Download
M src/gpu/GrContext.cpp View 4 chunks +11 lines, -12 lines 0 comments Download
M src/gpu/GrDrawState.cpp View 1 chunk +4 lines, -8 lines 0 comments Download
A src/gpu/GrPaint.cpp View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M src/gpu/GrSWMaskHelper.cpp View 1 chunk +0 lines, -6 lines 0 comments Download
src/gpu/GrTextContext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 3 15 chunks +62 lines, -87 lines 0 comments Download
M src/gpu/effects/GrConfigConversionEffect.cpp View 2 chunks +10 lines, -7 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
bsalomon
7 years, 5 months ago (2013-07-11 21:29:04 UTC) #1
robertphillips
lgtm + some suggestions, questions & nits https://codereview.chromium.org/18686007/diff/5066549580791808/src/effects/SkXfermodeImageFilter.cpp File src/effects/SkXfermodeImageFilter.cpp (right): https://codereview.chromium.org/18686007/diff/5066549580791808/src/effects/SkXfermodeImageFilter.cpp#newcode129 src/effects/SkXfermodeImageFilter.cpp:129: } else ...
7 years, 5 months ago (2013-07-12 12:54:33 UTC) #2
bsalomon
https://codereview.chromium.org/18686007/diff/5066549580791808/src/effects/SkXfermodeImageFilter.cpp File src/effects/SkXfermodeImageFilter.cpp (right): https://codereview.chromium.org/18686007/diff/5066549580791808/src/effects/SkXfermodeImageFilter.cpp#newcode129 src/effects/SkXfermodeImageFilter.cpp:129: } else { On 2013/07/12 12:54:33, robertphillips wrote: > ...
7 years, 5 months ago (2013-07-12 13:38:59 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bsalomon@google.com/18686007/13002
7 years, 5 months ago (2013-07-12 14:01:04 UTC) #4
jvanverth1
The only comment I have is that it feels like an inconsistent interface to have ...
7 years, 5 months ago (2013-07-12 14:13:29 UTC) #5
bsalomon
On 2013/07/12 14:13:29, JimVV wrote: > The only comment I have is that it feels ...
7 years, 5 months ago (2013-07-12 18:09:46 UTC) #6
commit-bot: I haz the power
7 years, 5 months ago (2013-07-13 17:24:28 UTC) #7
Message was sent while issue was closed.
Change committed as 10062

Powered by Google App Engine
This is Rietveld 408576698