Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture...
authorbsalomon <bsalomon@google.com>
Fri, 22 May 2015 21:32:10 +0000 (14:32 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 22 May 2015 21:32:10 +0000 (14:32 -0700)
commitbb106b5f6ee18f7453b63f3a95f421b60a957f39
treefc53aa0b8fdb2dada456096b287d8e85f339ecad
parent3e2d59ef36e1b9a63e524cf1b27d5f7bcfb5ff0b
Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names.

Review URL: https://codereview.chromium.org/1132093004
27 files changed:
include/gpu/GrTexture.h
include/gpu/GrXferProcessor.h
include/gpu/effects/GrCoverageSetOpXP.h
include/gpu/effects/GrPorterDuffXferProcessor.h
src/effects/SkArithmeticMode_gpu.cpp
src/effects/SkArithmeticMode_gpu.h
src/gpu/GrDrawTarget.cpp
src/gpu/GrDrawTarget.h
src/gpu/GrPipeline.cpp
src/gpu/GrPipeline.h
src/gpu/GrPipelineBuilder.cpp
src/gpu/GrPipelineBuilder.h
src/gpu/GrXferProcessor.cpp
src/gpu/effects/GrCoverageSetOpXP.cpp
src/gpu/effects/GrCustomXfermode.cpp
src/gpu/effects/GrCustomXfermodePriv.h
src/gpu/effects/GrDisableColorXP.cpp
src/gpu/effects/GrDisableColorXP.h
src/gpu/effects/GrPorterDuffXferProcessor.cpp
src/gpu/gl/GrGLProgram.cpp
src/gpu/gl/GrGLProgram.h
src/gpu/gl/GrGLProgramDesc.h
src/gpu/gl/GrGLXferProcessor.cpp
src/gpu/gl/GrGLXferProcessor.h
src/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp
src/gpu/gl/builders/GrGLFragmentShaderBuilder.h
tests/GrPorterDuffTest.cpp