--- qt-everywhere-opensource-src-5.4.0/qtbase/src/gui/opengl/qopengltextureblitter.cpp 2014-12-05 10:24:36.000000000 -0600 +++ qt-everywhere-opensource-src-5.4.0/qtbase/src/gui/opengl/qopengltextureblitter.new.cpp 2015-02-15 10:43:20.755666200 -0600 @@ -67,6 +67,7 @@ "}"; static const char vertex_shader[] = + "#version 110\n" "attribute highp vec3 vertexCoord;" "attribute highp vec2 textureCoord;" "varying highp vec2 uv;" @@ -78,6 +79,7 @@ "}"; static const char fragment_shader[] = + "#version 110\n" "varying highp vec2 uv;" "uniform sampler2D textureSampler;" "uniform bool swizzle;"