Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix OpenGLVersionFlags on OpenGL 4.0 systems | Rhys Weatherley | 2010-08-16 | 1 | -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 changes | Rhys Weatherley | 2010-08-13 | 1 | -0/+2 |
| | |||||
* | Don't define highp/mediump/lowp if desktop GL has them | Rhys Weatherley | 2010-08-13 | 1 | -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 McDonald | 2010-06-15 | 1 | -0/+158 |
Reviewed-by: Trust Me |