Registry-based unit test for custom effects
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 3 Aug 2012 14:34:46 +0000 (14:34 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 3 Aug 2012 14:34:46 +0000 (14:34 +0000)
commitd472620458e2383e6dd949f4e1aaf61160717ffe
tree2822ac4f1c55d6eaa9ed4ac6dc2b7014de5410ff
parentdea8e252e1259f5bdd15e16a21646402058b939d
Registry-based unit test for custom effects

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

git-svn-id: http://skia.googlecode.com/svn/trunk@4946 2bbb7eff-a529-9590-31e7-b0007b416f81
18 files changed:
gyp/gpu.gyp
include/core/SkRandom.h
include/gpu/GrCustomStage.h
include/gpu/GrCustomStageUnitTest.h [new file with mode: 0644]
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.cpp
src/effects/gradients/SkTwoPointRadialGradient.cpp
src/gpu/GrCustomStage.cpp
src/gpu/effects/GrColorTableEffect.cpp
src/gpu/gl/GrGLProgram.cpp
src/gpu/gl/GrGLProgram.h
src/gpu/gl/GrGLProgramStage.h
src/gpu/gl/GrGLShaderBuilder.cpp
tests/GLProgramsTest.cpp