Implement morphology as a custom effect
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 31 May 2012 18:40:36 +0000 (18:40 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 31 May 2012 18:40:36 +0000 (18:40 +0000)
commitb505a128efae9debcaa9642bade90bab5525d477
tree8ba6050a03c34a2f1165915c44f361e1512406b9
parent0d10280190c411b18feb569a2248552047d1aa93
Implement morphology as a custom effect

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

git-svn-id: http://skia.googlecode.com/svn/trunk@4102 2bbb7eff-a529-9590-31e7-b0007b416f81
18 files changed:
gyp/gpu.gyp
include/gpu/GrContext.h
include/gpu/GrCustomStage.h
include/gpu/GrProgramStageFactory.h
include/gpu/GrSamplerState.h
src/gpu/GrContext.cpp
src/gpu/SkGpuDevice.cpp
src/gpu/effects/Gr1DKernelEffect.h [new file with mode: 0644]
src/gpu/effects/GrConvolutionEffect.cpp
src/gpu/effects/GrConvolutionEffect.h
src/gpu/effects/GrMorphologyEffect.cpp [new file with mode: 0644]
src/gpu/effects/GrMorphologyEffect.h [new file with mode: 0644]
src/gpu/gl/GrGLProgram.cpp
src/gpu/gl/GrGLProgram.h
src/gpu/gl/GrGLProgramStage.cpp
src/gpu/gl/GrGLProgramStage.h
src/gpu/gl/GrGpuGL.cpp
src/gpu/gl/GrGpuGL_program.cpp