diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2010-08-13 00:50:31 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2010-08-13 00:50:31 (GMT) |
commit | 6155050f68cc86c445552da61a5f240c16f5e2cd (patch) | |
tree | eccb560efebc61a949f13e4a3e124460c001eb8e /dist | |
parent | b0d2a439314bc86e6e15fe033c1edaee471b4b95 (diff) | |
download | Qt-6155050f68cc86c445552da61a5f240c16f5e2cd.zip Qt-6155050f68cc86c445552da61a5f240c16f5e2cd.tar.gz Qt-6155050f68cc86c445552da61a5f240c16f5e2cd.tar.bz2 |
Don't define highp/mediump/lowp if desktop GL has them
OpenGL 4.0 systems now have compatibility with ES2, including
support for the precision qualifiers. If the GL_ARB_ES2_compatibility
extension is present, then we don't define highp/mediump/lowp
to the empty string.
Task-number: QTBUG-12862
Reviewed-by: Sarah Smith
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.6.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dist/changes-4.6.4 b/dist/changes-4.6.4 index 381023f..ab59dc5 100644 --- a/dist/changes-4.6.4 +++ b/dist/changes-4.6.4 @@ -63,8 +63,9 @@ QtNetwork QtOpenGL -------- - - foo - * bar + - QGLShaderProgram + * [QTBUG-12862] Don't #define highp/mediump/lowp if the desktop OpenGL + implementation has the GL_ARB_ES2_compatibility extension. QtScript -------- |