summaryrefslogtreecommitdiffstats
path: root/src/gui/egl/qegl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete the QGLContext in ~QX11GLPixmapDataTom Cooksey2010-03-111-1/+1
* Handle EGLSurfaces better, including more error detectionTom Cooksey2010-03-101-1/+6
* Fix & move QEgl::native* to platform-specific filesTom Cooksey2010-03-021-19/+0
* Make bindTextureFromNativePixmap use new QEgl APIsTom Cooksey2010-03-021-5/+3
* Move QGLWidget::setContext logic into QEgl & QGLContextTom Cooksey2010-03-021-1/+2
* Add QEglContext::configAttrib(int name) helperTom Cooksey2010-03-021-0/+10
* Add QEgl::defaultConfig method to select configs suitable for QtTom Cooksey2010-03-021-0/+163
* Make QEgl::createSurface cross-platform and add native gettersTom Cooksey2010-03-021-0/+52
* Move chooseConfig and createSurface logic to QEgl functionsTom Cooksey2010-03-021-6/+18
* Move static methods from QEglContext to QEgl namespaceTom Cooksey2010-03-021-39/+44
* Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.hTom Cooksey2010-03-021-0/+3
* Always use display() in QEglContext, so initialization can occurTom Cooksey2010-02-181-12/+11
* Fixed compile for maemo6.Rohan McGovern2010-02-131-1/+1
* Cleanup QEglContext & EGLDisplaysTom Cooksey2010-02-121-30/+34
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Better check for EGL extension stringsRhys Weatherley2009-12-041-1/+4
* Bind the EGL API type before calling eglMakeCurrent()Rhys Weatherley2009-11-251-0/+12
* Detect context sharing on EGL systemsRhys Weatherley2009-11-091-0/+4
* Stop QEglContext destroying contexts it doesn't ownTom Cooksey2009-10-191-1/+2
* Make QEglContext API a little more flexibleRhys Weatherley2009-09-251-9/+3
* Remove the storage of the EGLSurface from QEglContextRhys Weatherley2009-09-251-53/+0
* Push the "lazy doneCurrent" logic down from QtOpenVG into QEglRhys Weatherley2009-09-241-2/+81
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Make QEglContext::extensions() staticTom Cooksey2009-08-211-1/+1
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Make chooseConfig work on some EGL implementationsHarald Fernengel2009-08-101-1/+1
* Add a getter to QEglContext for the EGL extension stringTom Cooksey2009-07-291-0/+11
* Integrate the OpenVG graphics system into Qt 4.6Rhys Weatherley2009-06-221-0/+403