Remove backend factories
authorjoshualitt <joshualitt@chromium.org>
Thu, 4 Dec 2014 19:35:33 +0000 (11:35 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 4 Dec 2014 19:35:34 +0000 (11:35 -0800)
commiteb2a6761654307e8aeeeaabdd63c6bf9ab0411e9
tree9567dc32598c1c0df5f5cf4a3d6594c61b95fd93
parente109145bf31d63963b3f78c6af6e404d5464a55b
Remove backend factories

BUG=skia:

Review URL: https://codereview.chromium.org/778453002
69 files changed:
gyp/gpu.gypi
include/gpu/GrBackendProcessorFactory.h [deleted file]
include/gpu/GrFragmentProcessor.h
include/gpu/GrProcessor.h
include/gpu/GrTBackendProcessorFactory.h [deleted file]
src/core/SkXfermode.cpp
src/effects/SkAlphaThresholdFilter.cpp
src/effects/SkArithmeticMode.cpp
src/effects/SkBlurMaskFilter.cpp
src/effects/SkColorCubeFilter.cpp
src/effects/SkColorFilters.cpp
src/effects/SkColorMatrixFilter.cpp
src/effects/SkDisplacementMapEffect.cpp
src/effects/SkLightingImageFilter.cpp
src/effects/SkLumaColorFilter.cpp
src/effects/SkMagnifierImageFilter.cpp
src/effects/SkMorphologyImageFilter.cpp
src/effects/SkPerlinNoiseShader.cpp
src/effects/SkTableColorFilter.cpp
src/effects/gradients/SkGradientShader.cpp
src/effects/gradients/SkGradientShaderPriv.h
src/effects/gradients/SkLinearGradient.cpp
src/effects/gradients/SkRadialGradient.cpp
src/effects/gradients/SkSweepGradient.cpp
src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp
src/effects/gradients/SkTwoPointRadialGradient.cpp
src/gpu/GrAAConvexPathRenderer.cpp
src/gpu/GrAAHairLinePathRenderer.cpp
src/gpu/GrAARectRenderer.cpp
src/gpu/GrDefaultGeoProcFactory.cpp
src/gpu/GrGeometryProcessor.h
src/gpu/GrOvalRenderer.cpp
src/gpu/GrProcessor.cpp
src/gpu/GrProgramDesc.h
src/gpu/effects/GrBezierEffect.cpp
src/gpu/effects/GrBezierEffect.h
src/gpu/effects/GrBicubicEffect.cpp
src/gpu/effects/GrBicubicEffect.h
src/gpu/effects/GrConfigConversionEffect.cpp
src/gpu/effects/GrConfigConversionEffect.h
src/gpu/effects/GrConvexPolyEffect.cpp
src/gpu/effects/GrConvexPolyEffect.h
src/gpu/effects/GrConvolutionEffect.cpp
src/gpu/effects/GrConvolutionEffect.h
src/gpu/effects/GrCustomCoordsTextureEffect.cpp
src/gpu/effects/GrCustomCoordsTextureEffect.h
src/gpu/effects/GrDashingEffect.cpp
src/gpu/effects/GrDistanceFieldTextureEffect.cpp
src/gpu/effects/GrDistanceFieldTextureEffect.h
src/gpu/effects/GrDitherEffect.cpp
src/gpu/effects/GrDitherEffect.h
src/gpu/effects/GrMatrixConvolutionEffect.cpp
src/gpu/effects/GrMatrixConvolutionEffect.h
src/gpu/effects/GrOvalEffect.cpp
src/gpu/effects/GrOvalEffect.h
src/gpu/effects/GrPorterDuffXferProcessor.cpp
src/gpu/effects/GrPorterDuffXferProcessor.h
src/gpu/effects/GrRRectEffect.cpp
src/gpu/effects/GrRRectEffect.h
src/gpu/effects/GrSimpleTextureEffect.cpp
src/gpu/effects/GrSimpleTextureEffect.h
src/gpu/effects/GrTextureDomain.cpp
src/gpu/effects/GrTextureDomain.h
src/gpu/effects/GrYUVtoRGBEffect.cpp
src/gpu/gl/GrGLGeometryProcessor.h
src/gpu/gl/GrGLProcessor.h
src/gpu/gl/GrGLProgramDesc.cpp
src/gpu/gl/builders/GrGLProgramBuilder.cpp
tests/GLProgramsTest.cpp