summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.4
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Don't define highp/mediump/lowp if desktop GL has them"Trond Kjernåsen2010-10-121-3/+1
| | | | | | | | | | This reverts commit 6155050f68cc86c445552da61a5f240c16f5e2cd. The GL_ARB_ES2_compatibility extension does not mention the lowp, mediump or highp keywords. Task-number: QTBUG-14384 Reviewed-by: Samuel Reviewed-by: Prasanth
* Fix OpenGLVersionFlags on OpenGL 4.0 systemsRhys Weatherley2010-08-161-0/+1
| | | | | | | | | | | | 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
* Update changes-4.6.4 with recent shader program changesRhys Weatherley2010-08-131-0/+2
|
* Don't define highp/mediump/lowp if desktop GL has themRhys Weatherley2010-08-131-2/+3
| | | | | | | | | | 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
* Add skeleton changes files for 4.6.4.Jason McDonald2010-06-151-0/+158
Reviewed-by: Trust Me