summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex/qglengineshadersource_p.h
diff options
context:
space:
mode:
authorTom Cooksey <thomas.cooksey@nokia.com>2009-05-20 08:38:32 +0200
committerTom Cooksey <thomas.cooksey@nokia.com>2009-05-20 16:55:14 +0200
commitb5fd79dfe69513ccf8d83e2eac45ae9b830a2d56 (patch)
tree7f29482de075a427edacdb4ceb2c72f7958b24fb /src/opengl/gl2paintengineex/qglengineshadersource_p.h
parentb8058b594534050909cf0dfc6b4be2a1b6a4dc1b (diff)
Fix GLSL for OMAP3 and error checking
Diffstat (limited to 'src/opengl/gl2paintengineex/qglengineshadersource_p.h')
-rw-r--r--src/opengl/gl2paintengineex/qglengineshadersource_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/gl2paintengineex/qglengineshadersource_p.h b/src/opengl/gl2paintengineex/qglengineshadersource_p.h
index bf896b1673..fdbba723c9 100644
--- a/src/opengl/gl2paintengineex/qglengineshadersource_p.h
+++ b/src/opengl/gl2paintengineex/qglengineshadersource_p.h
@@ -284,7 +284,7 @@ static const char* const qglslNonPremultipliedImageSrcFragmentShader = "\
static const char* const qglslShockingPinkSrcFragmentShader = "\
lowp vec4 srcPixel() { \
- return lowp vec4(0.98, 0.06, 0.75, 1.0); \
+ return vec4(0.98, 0.06, 0.75, 1.0); \
}";