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

Issue 12547012: Make GrGLEffects use an interface to append their code. (Closed)

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

Description

Make GrGLEffects use an interface to append their code. A small step towards encapsulating GrGLShaderBuilder. Committed: https://code.google.com/p/skia/source/detail?r=8018

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+484 lines, -384 lines) Patch
M include/core/SkString.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkString.cpp View 1 chunk +7 lines, -0 lines 0 comments Download
M src/effects/SkBicubicImageFilter.cpp View 1 2 3 2 chunks +9 lines, -8 lines 0 comments Download
M src/effects/SkBlendImageFilter.cpp View 1 1 chunk +18 lines, -13 lines 0 comments Download
M src/effects/SkColorMatrixFilter.cpp View 1 1 chunk +7 lines, -7 lines 0 comments Download
M src/effects/SkDisplacementMapEffect.cpp View 1 2 chunks +25 lines, -20 lines 0 comments Download
M src/effects/SkLightingImageFilter.cpp View 1 12 chunks +29 lines, -31 lines 0 comments Download
M src/effects/SkMagnifierImageFilter.cpp View 1 1 chunk +25 lines, -25 lines 0 comments Download
M src/effects/SkMatrixConvolutionImageFilter.cpp View 1 4 chunks +21 lines, -24 lines 0 comments Download
M src/effects/SkMorphologyImageFilter.cpp View 1 2 chunks +12 lines, -12 lines 0 comments Download
M src/effects/SkTableColorFilter.cpp View 1 1 chunk +21 lines, -22 lines 0 comments Download
M src/effects/gradients/SkGradientShader.cpp View 1 1 chunk +9 lines, -7 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient.cpp View 1 3 chunks +42 lines, -44 lines 0 comments Download
M src/effects/gradients/SkTwoPointRadialGradient.cpp View 1 3 chunks +16 lines, -18 lines 0 comments Download
M src/gpu/effects/GrConfigConversionEffect.cpp View 1 2 chunks +14 lines, -9 lines 0 comments Download
M src/gpu/effects/GrConvolutionEffect.cpp View 1 2 chunks +9 lines, -8 lines 0 comments Download
M src/gpu/effects/GrSimpleTextureEffect.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/gpu/effects/GrTextureDomainEffect.cpp View 1 2 chunks +27 lines, -21 lines 0 comments Download
M src/gpu/gl/GrGLEffectMatrix.cpp View 1 2 chunks +8 lines, -8 lines 0 comments Download
M src/gpu/gl/GrGLProgram.cpp View 1 2 3 15 chunks +84 lines, -89 lines 0 comments Download
M src/gpu/gl/GrGLShaderBuilder.h View 1 6 chunks +47 lines, -5 lines 0 comments Download
M src/gpu/gl/GrGLShaderBuilder.cpp View 1 2 chunks +48 lines, -4 lines 0 comments Download
M src/ports/SkDebug_stdio.cpp View 1 2 1 chunk +1 line, -5 lines 0 comments Download
M src/ports/SkDebug_win.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
bsalomon
Makes the code strings private.
7 years, 9 months ago (2013-03-07 15:08:41 UTC) #1
robertphillips
lgtm https://codereview.chromium.org/12547012/diff/21003/src/core/SkString.cpp File src/core/SkString.cpp (right): https://codereview.chromium.org/12547012/diff/21003/src/core/SkString.cpp#newcode526 src/core/SkString.cpp:526: Why not use this one? https://codereview.chromium.org/12547012/diff/21003/src/gpu/gl/GrGLProgram.cpp File src/gpu/gl/GrGLProgram.cpp ...
7 years, 9 months ago (2013-03-07 15:23:16 UTC) #2
bsalomon
https://codereview.chromium.org/12547012/diff/21003/src/core/SkString.cpp File src/core/SkString.cpp (right): https://codereview.chromium.org/12547012/diff/21003/src/core/SkString.cpp#newcode526 src/core/SkString.cpp:526: On 2013/03/07 15:23:16, robertphillips wrote: > Why not use ...
7 years, 9 months ago (2013-03-07 15:44:22 UTC) #3
jvanverth1
LGTM On 2013/03/07 15:44:22, bsalomon wrote: > https://codereview.chromium.org/12547012/diff/21003/src/core/SkString.cpp > File src/core/SkString.cpp (right): > > https://codereview.chromium.org/12547012/diff/21003/src/core/SkString.cpp#newcode526 ...
7 years, 9 months ago (2013-03-07 16:03:22 UTC) #4
bsalomon
7 years, 9 months ago (2013-03-07 17:07:05 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r8018 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698