Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add EGL_BIND_TO_TEXTURE_RGBA to QEglProperties::reduceConfiguration() | Tom Cooksey | 2009-08-03 | 1 | -1/+10 |
| | | | | | Now reduceConfiguration will add a new step of reduction which removes EGL_BIND_TO_TEXTURE_RGBA and replaces it with EGL_BIND_TO_TEXTURE_RGB. | ||||
* | Add a constructor to QEglProperties which takes an EGLConfig | Tom Cooksey | 2009-08-03 | 2 | -0/+15 |
| | | | | | The constructor then extracts all the attributes from the config. Useful for dumping all the attributes for a particular config to qDebug(). | ||||
* | Make QEglProperties::setVisualFormat() read alpha for visual | Tom Cooksey | 2009-08-03 | 1 | -1/+11 |
| | | | | Reviewed-by: Trustme | ||||
* | Add a getter to QEglContext for the EGL extension string | Tom Cooksey | 2009-07-29 | 2 | -0/+14 |
| | | | | Reviewed-By: Rhys Weatherley | ||||
* | Don't refer to non-existing QVGWidget in private header comments. | Rhys Weatherley | 2009-06-24 | 2 | -2/+2 |
| | | | | Reviewed-by: trustme | ||||
* | Integrate the OpenVG graphics system into Qt 4.6 | Rhys Weatherley | 2009-06-22 | 9 | -0/+1685 |
This change also moves the EGL support classes from QtOpenGL to QtGui so they can be shared between OpenGL and OpenVG. |