summaryrefslogtreecommitdiffstats
path: root/src/gui/egl/qegl_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Add a getter to QEglContext for the EGL extension stringTom Cooksey2009-07-291-0/+3
| | | | Reviewed-By: Rhys Weatherley
* Don't refer to non-existing QVGWidget in private header comments.Rhys Weatherley2009-06-241-1/+1
| | | | Reviewed-by: trustme
* Integrate the OpenVG graphics system into Qt 4.6Rhys Weatherley2009-06-221-0/+140
This change also moves the EGL support classes from QtOpenGL to QtGui so they can be shared between OpenGL and OpenVG.