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

Issue 571163002: removing GrDrawEffect (Closed)

Created:
6 years, 3 months ago by joshua.litt
Modified:
6 years, 3 months ago
Reviewers:
bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@gp3
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 4

Patch Set 3 : feedback inc #

Patch Set 4 : rebase #

Patch Set 5 : rebase after revert #

Unified diffs Side-by-side diffs Delta from patch set Stats (+651 lines, -699 lines) Patch
M include/gpu/GrBackendEffectFactory.h View 2 chunks +3 lines, -3 lines 0 comments Download
D include/gpu/GrDrawEffect.h View 1 chunk +0 lines, -47 lines 0 comments Download
M include/gpu/GrEffect.h View 1 2 3 2 chunks +5 lines, -7 lines 0 comments Download
M include/gpu/GrTBackendEffectFactory.h View 3 chunks +5 lines, -6 lines 0 comments Download
M src/core/SkXfermode.cpp View 1 2 3 chunks +9 lines, -8 lines 0 comments Download
M src/effects/SkAlphaThresholdFilter.cpp View 1 2 4 chunks +9 lines, -9 lines 0 comments Download
M src/effects/SkArithmeticMode.cpp View 1 2 5 chunks +12 lines, -12 lines 0 comments Download
M src/effects/SkBlurMaskFilter.cpp View 1 2 9 chunks +16 lines, -16 lines 0 comments Download
M src/effects/SkColorFilters.cpp View 1 2 2 chunks +14 lines, -11 lines 0 comments Download
M src/effects/SkColorMatrixFilter.cpp View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M src/effects/SkDisplacementMapEffect.cpp View 1 2 5 chunks +13 lines, -15 lines 0 comments Download
M src/effects/SkLightingImageFilter.cpp View 1 2 13 chunks +28 lines, -28 lines 0 comments Download
M src/effects/SkLumaColorFilter.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M src/effects/SkMagnifierImageFilter.cpp View 1 2 4 chunks +8 lines, -8 lines 0 comments Download
M src/effects/SkMorphologyImageFilter.cpp View 1 2 4 chunks +12 lines, -12 lines 0 comments Download
M src/effects/SkPerlinNoiseShader.cpp View 1 2 5 chunks +15 lines, -15 lines 0 comments Download
M src/effects/SkTableColorFilter.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M src/effects/gradients/SkGradientShader.cpp View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M src/effects/gradients/SkGradientShaderPriv.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/effects/gradients/SkLinearGradient.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M src/effects/gradients/SkRadialGradient.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M src/effects/gradients/SkSweepGradient.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp View 1 2 32 chunks +74 lines, -69 lines 0 comments Download
M src/effects/gradients/SkTwoPointRadialGradient.cpp View 1 2 6 chunks +14 lines, -14 lines 0 comments Download
M src/gpu/GrAAConvexPathRenderer.cpp View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/GrAARectRenderer.cpp View 1 2 6 chunks +10 lines, -10 lines 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 1 2 9 chunks +21 lines, -22 lines 0 comments Download
M src/gpu/effects/GrBezierEffect.cpp View 1 2 15 chunks +33 lines, -33 lines 0 comments Download
M src/gpu/effects/GrBicubicEffect.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/effects/GrBicubicEffect.cpp View 1 2 4 chunks +13 lines, -13 lines 0 comments Download
M src/gpu/effects/GrConfigConversionEffect.cpp View 1 2 3 chunks +8 lines, -8 lines 0 comments Download
M src/gpu/effects/GrConvexPolyEffect.cpp View 1 2 10 chunks +24 lines, -24 lines 0 comments Download
M src/gpu/effects/GrConvolutionEffect.cpp View 1 2 5 chunks +12 lines, -12 lines 0 comments Download
M src/gpu/effects/GrCustomCoordsTextureEffect.cpp View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/effects/GrDashingEffect.cpp View 1 2 11 chunks +24 lines, -24 lines 0 comments Download
M src/gpu/effects/GrDistanceFieldTextureEffect.cpp View 1 2 3 10 chunks +18 lines, -19 lines 0 comments Download
M src/gpu/effects/GrDitherEffect.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/effects/GrMatrixConvolutionEffect.cpp View 1 2 5 chunks +13 lines, -13 lines 0 comments Download
M src/gpu/effects/GrOvalEffect.cpp View 1 2 8 chunks +24 lines, -24 lines 0 comments Download
M src/gpu/effects/GrRRectEffect.cpp View 1 2 8 chunks +24 lines, -24 lines 0 comments Download
M src/gpu/effects/GrSimpleTextureEffect.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/effects/GrSimpleTextureEffect.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/effects/GrTextureDomain.cpp View 1 2 4 chunks +14 lines, -14 lines 0 comments Download
M src/gpu/effects/GrYUVtoRGBEffect.cpp View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
M src/gpu/gl/GrGLEffect.h View 1 2 4 chunks +7 lines, -10 lines 0 comments Download
M src/gpu/gl/GrGLGeometryProcessor.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGLProgram.cpp View 4 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/gl/GrGLProgramDesc.cpp View 4 2 chunks +9 lines, -7 lines 0 comments Download
M src/gpu/gl/GrGLProgramEffects.h View 1 2 5 chunks +15 lines, -11 lines 0 comments Download
M src/gpu/gl/GrGLProgramEffects.cpp View 1 2 19 chunks +83 lines, -83 lines 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M tests/GLProgramsTest.cpp View 3 chunks +0 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
joshua.litt
6 years, 3 months ago (2014-09-15 19:11:23 UTC) #2
bsalomon
https://codereview.chromium.org/571163002/diff/20001/include/gpu/GrEffect.h File include/gpu/GrEffect.h (right): https://codereview.chromium.org/571163002/diff/20001/include/gpu/GrEffect.h#newcode136 include/gpu/GrEffect.h:136: template <typename T> static const T& CastEffect(const GrEffect& effect) ...
6 years, 3 months ago (2014-09-15 19:54:26 UTC) #3
joshua.litt
Feedback inc
6 years, 3 months ago (2014-09-15 23:01:21 UTC) #4
bsalomon
lgtm
6 years, 3 months ago (2014-09-16 13:29:31 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/571163002/60001
6 years, 3 months ago (2014-09-16 13:37:19 UTC) #7
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 8ddbe8b9366c8c59c4fb55f01f253de8a0b37d6e
6 years, 3 months ago (2014-09-16 13:46:36 UTC) #8
joshua.litt
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/577593003/ by joshualitt@chromium.org. ...
6 years, 3 months ago (2014-09-16 14:13:45 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/571163002/80001
6 years, 3 months ago (2014-09-16 15:13:49 UTC) #11
commit-bot: I haz the power
6 years, 3 months ago (2014-09-16 15:21:47 UTC) #12
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as 49586bec7383d4ccb81f85f8e2dc4162e2d4f6a8

Powered by Google App Engine
This is Rietveld 408576698