diff -r ef0373b55136 -r 758a864f9613 dist/changes-4.6.4 --- a/dist/changes-4.6.4 Fri Sep 17 08:34:18 2010 +0300 +++ b/dist/changes-4.6.4 Mon Oct 04 01:19:32 2010 +0300 @@ -63,8 +63,12 @@ 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 --------