summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-08-13 11:25:55 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-08-13 11:25:55 +1000
commit36a98407ce53e2d7ae6f1ef3b65794b113ae1606 (patch)
tree8fd46e0a8fbd83c5bd1bc7ba236c07e3a8b2d32d /dist
parentf37b6a4cd767817ab699c5baeb40c23ad8172a7b (diff)
downloadqt4-tools-36a98407ce53e2d7ae6f1ef3b65794b113ae1606.tar.gz
Update changes-4.6.4 with recent shader program changes
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.6.42
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/changes-4.6.4 b/dist/changes-4.6.4
index ab59dc55c4..dbb21897e3 100644
--- a/dist/changes-4.6.4
+++ b/dist/changes-4.6.4
@@ -64,6 +64,8 @@ QtOpenGL
--------
- QGLShaderProgram
+ * [QTBUG-12478] Don't resolve GLSL extensions if no shaders.
+ * [QTBUG-12591] setUniformValue(QSize) was setting (w,w) not (w,h).
* [QTBUG-12862] Don't #define highp/mediump/lowp if the desktop OpenGL
implementation has the GL_ARB_ES2_compatibility extension.