Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup & remove unused function overloads from QEgl* APIs | Tom Cooksey | 2010-04-16 | 1 | -2/+0 |
| | | | | | | This should make stubbing out these APIs slightly easier. Reviewed-By: TrustMe | ||||
* | Move EGL surface type setting to new QEglProperties::setDeviceType | Tom Cooksey | 2010-03-02 | 1 | -2/+2 |
| | | | | | | Also renamed qt_egl_set_format->qt_eglproperties_set_glformat Reviewed-By: TrustMe | ||||
* | Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.h | Tom Cooksey | 2010-03-02 | 1 | -41/+1 |
| | | | | | | | | This puts the QEgl namespace in a single file which can be used by both qeglcontext and qeglproperties. Files which need QEglContext should now include qeglcontext_p.h. Reviewed-By: Aleksandar Sasha Babic | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Add a static QEglProperties::dumpAllConfigs() | Tom Cooksey | 2009-08-21 | 1 | -0/+2 |
| | | | | | | This is private API Reviewed-By: Trustme | ||||
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Add a constructor to QEglProperties which takes an EGLConfig | Tom Cooksey | 2009-08-03 | 1 | -0/+1 |
| | | | | | The constructor then extracts all the attributes from the config. Useful for dumping all the attributes for a particular config to qDebug(). | ||||
* | Don't refer to non-existing QVGWidget in private header comments. | Rhys Weatherley | 2009-06-24 | 1 | -1/+1 |
| | | | | Reviewed-by: trustme | ||||
* | Integrate the OpenVG graphics system into Qt 4.6 | Rhys Weatherley | 2009-06-22 | 1 | -0/+138 |
This change also moves the EGL support classes from QtOpenGL to QtGui so they can be shared between OpenGL and OpenVG. |