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

Issue 778453002: Remove backend factories (Closed)

Created:
6 years ago by joshua.litt
Modified:
6 years ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@unichoice
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : get rid of backendfactory #

Patch Set 3 : cleanup #

Total comments: 3

Patch Set 4 : feedback inc #

Total comments: 1

Patch Set 5 : feedback inc #

Patch Set 6 : rebase on master #

Patch Set 7 : clang warnings #

Patch Set 8 : more clang warnings #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1045 lines, -1131 lines) Patch
M gyp/gpu.gypi View 1 2 3 4 5 2 chunks +0 lines, -2 lines 0 comments Download
D include/gpu/GrBackendProcessorFactory.h View 1 1 chunk +0 lines, -169 lines 0 comments Download
M include/gpu/GrFragmentProcessor.h View 1 2 3 3 chunks +20 lines, -7 lines 0 comments Download
M include/gpu/GrProcessor.h View 1 2 3 4 5 6 chunks +58 lines, -21 lines 0 comments Download
D include/gpu/GrTBackendProcessorFactory.h View 1 chunk +0 lines, -148 lines 0 comments Download
M src/core/SkXfermode.cpp View 1 2 3 3 chunks +11 lines, -7 lines 0 comments Download
M src/effects/SkAlphaThresholdFilter.cpp View 1 2 3 6 chunks +15 lines, -15 lines 0 comments Download
M src/effects/SkArithmeticMode.cpp View 1 2 3 6 chunks +14 lines, -13 lines 0 comments Download
M src/effects/SkBlurMaskFilter.cpp View 1 2 3 11 chunks +31 lines, -34 lines 0 comments Download
M src/effects/SkColorCubeFilter.cpp View 1 2 3 5 chunks +17 lines, -11 lines 0 comments Download
M src/effects/SkColorFilters.cpp View 1 2 3 3 chunks +13 lines, -8 lines 0 comments Download
M src/effects/SkColorMatrixFilter.cpp View 1 2 3 4 chunks +13 lines, -9 lines 0 comments Download
M src/effects/SkDisplacementMapEffect.cpp View 1 2 3 6 chunks +14 lines, -14 lines 0 comments Download
M src/effects/SkLightingImageFilter.cpp View 1 2 3 13 chunks +39 lines, -29 lines 0 comments Download
M src/effects/SkLumaColorFilter.cpp View 1 2 3 3 chunks +15 lines, -10 lines 0 comments Download
M src/effects/SkMagnifierImageFilter.cpp View 1 2 3 8 chunks +21 lines, -18 lines 0 comments Download
M src/effects/SkMorphologyImageFilter.cpp View 1 2 3 6 chunks +12 lines, -14 lines 0 comments Download
M src/effects/SkPerlinNoiseShader.cpp View 1 2 3 6 chunks +15 lines, -15 lines 0 comments Download
M src/effects/SkTableColorFilter.cpp View 1 2 3 4 5 6 7 5 chunks +15 lines, -14 lines 0 comments Download
M src/effects/gradients/SkGradientShader.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M src/effects/gradients/SkGradientShaderPriv.h View 2 chunks +1 line, -2 lines 0 comments Download
M src/effects/gradients/SkLinearGradient.cpp View 1 2 3 4 chunks +13 lines, -9 lines 0 comments Download
M src/effects/gradients/SkRadialGradient.cpp View 1 2 3 4 chunks +12 lines, -9 lines 0 comments Download
M src/effects/gradients/SkSweepGradient.cpp View 1 2 3 3 chunks +14 lines, -10 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp View 1 2 3 4 5 6 7 37 chunks +98 lines, -70 lines 0 comments Download
M src/effects/gradients/SkTwoPointRadialGradient.cpp View 1 2 3 7 chunks +15 lines, -13 lines 0 comments Download
M src/gpu/GrAAConvexPathRenderer.cpp View 1 2 3 3 chunks +16 lines, -14 lines 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/GrAARectRenderer.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/GrDefaultGeoProcFactory.cpp View 1 2 3 5 chunks +14 lines, -10 lines 0 comments Download
M src/gpu/GrGeometryProcessor.h View 1 2 4 chunks +15 lines, -3 lines 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 1 2 3 9 chunks +46 lines, -38 lines 0 comments Download
M src/gpu/GrProcessor.cpp View 1 2 3 4 4 chunks +5 lines, -8 lines 0 comments Download
M src/gpu/GrProgramDesc.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/effects/GrBezierEffect.h View 1 2 3 6 chunks +15 lines, -9 lines 0 comments Download
M src/gpu/effects/GrBezierEffect.cpp View 1 2 3 4 5 6 9 chunks +37 lines, -26 lines 0 comments Download
M src/gpu/effects/GrBicubicEffect.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/effects/GrBicubicEffect.cpp View 1 2 3 5 chunks +12 lines, -7 lines 0 comments Download
M src/gpu/effects/GrConfigConversionEffect.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/effects/GrConfigConversionEffect.cpp View 1 2 3 3 chunks +13 lines, -9 lines 0 comments Download
M src/gpu/effects/GrConvexPolyEffect.h View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/effects/GrConvexPolyEffect.cpp View 1 2 3 6 chunks +28 lines, -24 lines 0 comments Download
M src/gpu/effects/GrConvolutionEffect.h View 1 2 3 2 chunks +3 lines, -5 lines 0 comments Download
M src/gpu/effects/GrConvolutionEffect.cpp View 1 2 3 5 chunks +12 lines, -8 lines 0 comments Download
M src/gpu/effects/GrCustomCoordsTextureEffect.h View 1 2 3 1 chunk +5 lines, -3 lines 0 comments Download
M src/gpu/effects/GrCustomCoordsTextureEffect.cpp View 1 2 3 3 chunks +13 lines, -9 lines 0 comments Download
M src/gpu/effects/GrDashingEffect.cpp View 1 2 3 11 chunks +34 lines, -25 lines 0 comments Download
M src/gpu/effects/GrDistanceFieldTextureEffect.h View 1 2 3 4 chunks +15 lines, -9 lines 0 comments Download
M src/gpu/effects/GrDistanceFieldTextureEffect.cpp View 1 2 3 9 chunks +39 lines, -23 lines 0 comments Download
M src/gpu/effects/GrDitherEffect.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/effects/GrDitherEffect.cpp View 1 2 3 5 chunks +19 lines, -15 lines 0 comments Download
M src/gpu/effects/GrMatrixConvolutionEffect.h View 1 2 3 3 chunks +4 lines, -5 lines 0 comments Download
M src/gpu/effects/GrMatrixConvolutionEffect.cpp View 1 2 3 4 chunks +11 lines, -9 lines 0 comments Download
M src/gpu/effects/GrOvalEffect.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/effects/GrOvalEffect.cpp View 1 2 3 10 chunks +44 lines, -34 lines 0 comments Download
M src/gpu/effects/GrPorterDuffXferProcessor.h View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/effects/GrPorterDuffXferProcessor.cpp View 1 2 3 3 chunks +11 lines, -7 lines 0 comments Download
M src/gpu/effects/GrRRectEffect.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/effects/GrRRectEffect.cpp View 1 2 3 11 chunks +44 lines, -36 lines 0 comments Download
M src/gpu/effects/GrSimpleTextureEffect.h View 1 2 3 4 chunks +5 lines, -4 lines 0 comments Download
M src/gpu/effects/GrSimpleTextureEffect.cpp View 3 chunks +9 lines, -6 lines 0 comments Download
M src/gpu/effects/GrTextureDomain.h View 1 2 3 2 chunks +3 lines, -5 lines 0 comments Download
M src/gpu/effects/GrTextureDomain.cpp View 1 2 3 4 chunks +12 lines, -10 lines 0 comments Download
M src/gpu/effects/GrYUVtoRGBEffect.cpp View 1 2 3 5 chunks +13 lines, -11 lines 0 comments Download
M src/gpu/gl/GrGLGeometryProcessor.h View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/gpu/gl/GrGLProcessor.h View 1 2 4 chunks +11 lines, -22 lines 0 comments Download
M src/gpu/gl/GrGLProgramDesc.cpp View 1 2 3 4 5 4 chunks +3 lines, -6 lines 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.cpp View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M tests/GLProgramsTest.cpp View 1 2 3 4 5 4 chunks +30 lines, -29 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
joshualitt
Now, this is a big CL, but its actually pretty mindless. I simply deleted the ...
6 years ago (2014-12-03 21:48:03 UTC) #2
bsalomon
https://codereview.chromium.org/778453002/diff/40001/include/gpu/GrFragmentProcessor.h File include/gpu/GrFragmentProcessor.h (right): https://codereview.chromium.org/778453002/diff/40001/include/gpu/GrFragmentProcessor.h#newcode35 include/gpu/GrFragmentProcessor.h:35: for the given GrProcessor; caller is responsible for deleting ...
6 years ago (2014-12-04 14:31:28 UTC) #3
joshualitt
On 2014/12/04 14:31:28, bsalomon wrote: > https://codereview.chromium.org/778453002/diff/40001/include/gpu/GrFragmentProcessor.h > File include/gpu/GrFragmentProcessor.h (right): > > https://codereview.chromium.org/778453002/diff/40001/include/gpu/GrFragmentProcessor.h#newcode35 > ...
6 years ago (2014-12-04 15:19:47 UTC) #4
bsalomon
https://codereview.chromium.org/778453002/diff/60001/include/gpu/GrProcessor.h File include/gpu/GrProcessor.h (right): https://codereview.chromium.org/778453002/diff/60001/include/gpu/GrProcessor.h#newcode127 include/gpu/GrProcessor.h:127: static uint32_t GenClassID() { Can we move this and ...
6 years ago (2014-12-04 15:27:33 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/778453002/100001
6 years ago (2014-12-04 18:49:26 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu13.10-Clang-x86_64-Debug-Trybot on client.skia.compile (http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu13.10-Clang-x86_64-Debug-Trybot/builds/984)
6 years ago (2014-12-04 18:53:01 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/778453002/140001
6 years ago (2014-12-04 19:26:09 UTC) #11
commit-bot: I haz the power
6 years ago (2014-12-04 19:35:38 UTC) #12
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://skia.googlesource.com/skia/+/eb2a6761654307e8aeeeaabdd63c6bf9ab0411e9

Powered by Google App Engine
This is Rietveld 408576698