Expand modulate, add, subtract, extract component glsl helpers.
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 18 Apr 2013 19:36:09 +0000 (19:36 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 18 Apr 2013 19:36:09 +0000 (19:36 +0000)
commit018f179efb2413431bdb1a9e6701eb44ef36b792
treea3387cdc6a8846100725d55667c3d41b5a1e83dc
parentb98e5d0a9308657469b2b38067f58d9a5c2b4b66
Expand modulate, add, subtract, extract component glsl helpers.
Review URL: https://codereview.chromium.org/13895006

git-svn-id: http://skia.googlecode.com/svn/trunk@8755 2bbb7eff-a529-9590-31e7-b0007b416f81
15 files changed:
gyp/gpu.gypi
include/gpu/GrColor.h
include/gpu/GrTypesPriv.h
src/gpu/GrAAConvexPathRenderer.cpp
src/gpu/GrAAHairLinePathRenderer.cpp
src/gpu/GrAARectRenderer.cpp
src/gpu/GrOvalRenderer.cpp
src/gpu/effects/GrSimpleTextureEffect.cpp
src/gpu/gl/GrGLProgram.cpp
src/gpu/gl/GrGLProgram.h
src/gpu/gl/GrGLSL.cpp
src/gpu/gl/GrGLSL.h
src/gpu/gl/GrGLSL_impl.h [new file with mode: 0644]
src/gpu/gl/GrGLShaderBuilder.cpp
src/gpu/gl/GrGLShaderVar.h