summaryrefslogtreecommitdiff
path: root/src/gui/egl/qegl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia.Marko Valtanen2012-12-041-10/+11
* Change to release licenses for 4.6.3.Jason McDonald2010-05-301-13/+13
* Don't use QAtomicInt in statics because they are non-POD.Thiago Macieira2010-05-251-4/+4
* Call eglTerminate() when the last QEglContext is destroyed to free mem.Trond Kjernåsen2010-05-211-4/+33
* Fix for EGL for symbian on 3.1/3.2/5.0, define QT_NO_EGL.Liang Qi2010-04-231-0/+10
* 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-071-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-251-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-231-0/+403