summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-08-16 12:19:06 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-08-16 12:22:56 +1000
commit0a94e2af3c29afa6e8d7ae3041bed4f187b3c1ca (patch)
tree675f2da4f2d4d3c05afdec42183d3c76b53c0523 /dist
parent36a98407ce53e2d7ae6f1ef3b65794b113ae1606 (diff)
downloadqt4-tools-0a94e2af3c29afa6e8d7ae3041bed4f187b3c1ca.tar.gz
Fix OpenGLVersionFlags on OpenGL 4.0 systems
If the OpenGL version was 4.0 or higher, the flags for 1.1, 1.5, 2.0, and so on were not being set. This lead to the flags indicating that older OpenGL versions were not supported when they clearly were. Back port parts of 28659c21d12a267b10e5b441bf4c776e04d69bdc from Qt 4.7 to fix this in Qt 4.6. Task-number: QTBUG-12554 Reviewed-by: Sarah Smith
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.6.41
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/changes-4.6.4 b/dist/changes-4.6.4
index dbb21897e3..389aa3a8f3 100644
--- a/dist/changes-4.6.4
+++ b/dist/changes-4.6.4
@@ -68,6 +68,7 @@ QtOpenGL
* [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
--------