summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.4
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-08-26 16:58:16 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-08-26 16:58:16 (GMT)
commit73979fe4e47a873e2075e60e58c6b54ee6992c38 (patch)
treed5d35fbb1c5b93470b6b1aa03c359ac09695055f /dist/changes-4.6.4
parent065610d14fda00057724a46e2649db6bb98aca58 (diff)
parent69354f37173b7bfcf7ea0f37175a34b8766afcbb (diff)
downloadQt-73979fe4e47a873e2075e60e58c6b54ee6992c38.zip
Qt-73979fe4e47a873e2075e60e58c6b54ee6992c38.tar.gz
Qt-73979fe4e47a873e2075e60e58c6b54ee6992c38.tar.bz2
Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration into 4.7-integration
* 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration: WGL_COLOR_BITS_ARB should not take the alpha bits into account. Fix the broken unicode detection of ODBC driver. QNAM HTTP: Prepare a compression auto test related to a future bugfix fix Norwegian Breakfast Network warnings in configure fix shadow build of configure.exe fix epic fail from 4ba6646 qmake: fix assertion on Windows when DESTDIR is empty in static libs Fix OpenGLVersionFlags on OpenGL 4.0 systems Update changes-4.6.4 with recent shader program changes Don't define highp/mediump/lowp if desktop GL has them QNAM HTTP: Fix crash related to aborted uploads QAudioOutput(ALSA); Fix check for available devices.
Diffstat (limited to 'dist/changes-4.6.4')
-rw-r--r--dist/changes-4.6.48
1 files changed, 6 insertions, 2 deletions
diff --git a/dist/changes-4.6.4 b/dist/changes-4.6.4
index 381023f..389aa3a 100644
--- a/dist/changes-4.6.4
+++ b/dist/changes-4.6.4
@@ -63,8 +63,12 @@ QtNetwork
QtOpenGL
--------
- - foo
- * bar
+ - 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.
+ * [QTBUG-12554] Wrong OpenGLVersionFlags on OpenGL 4.0 systems.
QtScript
--------