commit | 34bcb9f80336fe0dc56ad5f67aeb0859bf84d92e | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 28 18:20:18 2012 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 28 18:20:18 2012 +0000 |
tree | b8f2dc4a54052cf700f9ef25e907df0e70f11dc4 | |
parent | 3578eb7d065ac5d9e9e7a6b8684b3ef1b3626fbd [diff] [blame] |
Some GrGLShaderBuilder cleanup Review URL: https://codereview.appspot.com/6500043/ git-svn-id: http://skia.googlecode.com/svn/trunk@5322 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/effects/GrSingleTextureEffect.cpp b/src/gpu/effects/GrSingleTextureEffect.cpp index e1856c9..42a8bf9 100644 --- a/src/gpu/effects/GrSingleTextureEffect.cpp +++ b/src/gpu/effects/GrSingleTextureEffect.cpp
@@ -23,7 +23,7 @@ const char* outputColor, const char* inputColor, const char* samplerName) SK_OVERRIDE { - builder->emitDefaultFetch(outputColor, samplerName); + builder->emitTextureLookupAndModulate(outputColor, samplerName); } static inline StageKey GenKey(const GrCustomStage&, const GrGLCaps&) { return 0; }