Some refactoring of GrCustomStage and friends
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 18 May 2012 19:54:48 +0000 (19:54 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 18 May 2012 19:54:48 +0000 (19:54 +0000)
commitae4f96a9e06df44f70c3d5f7324f5a7fabcd1026
tree41ef511ed566df9ec627233706afa7749d35e970
parente9678a21ed3afe26f05d04f9979ca1c915f3f90b
Some refactoring of GrCustomStage and friends

Review URL: http://codereview.appspot.com/6209071/

git-svn-id: http://skia.googlecode.com/svn/trunk@4003 2bbb7eff-a529-9590-31e7-b0007b416f81
12 files changed:
gyp/gpu.gyp
include/gpu/GrCustomStage.h
include/gpu/GrProgramStageFactory.h [new file with mode: 0644]
src/gpu/GrCustomStage.cpp
src/gpu/GrProgramStageFactory.cpp [deleted file]
src/gpu/GrProgramStageFactory.h [deleted file]
src/gpu/effects/GrConvolutionEffect.cpp
src/gpu/effects/GrConvolutionEffect.h
src/gpu/gl/GrGLProgram.cpp
src/gpu/gl/GrGLProgramStage.cpp
src/gpu/gl/GrGLProgramStage.h
src/gpu/gl/GrGpuGLShaders.cpp