Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove obsolete OpenGL/ES CommonLite (fixed-point) support | Rhys Weatherley | 2010-02-04 | 1 | -8/+0 |
| | | | | | Task-number: QTBUG-7683 Reviewed-by: Tom Cooksey | ||||
* | Fixed compilation and linking of EGL on Windows CE. | Trond Kjernåsen | 2009-11-04 | 1 | -3/+29 |
| | | | | | | | | | Moved duplicated and broken code for setting up the include and library paths into the egl.prf feature file, which egl.pri and opengl.pro now includes using the qmake feature system. Task-number: QTBUG-5148 Reviewed-by: Tom Cooksey | ||||
* | Integrate the OpenVG graphics system into Qt 4.6 | Rhys Weatherley | 2009-06-22 | 1 | -0/+3 |
This change also moves the EGL support classes from QtOpenGL to QtGui so they can be shared between OpenGL and OpenVG. |