summaryrefslogtreecommitdiffstats
path: root/src/gui/egl/qegl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Doc: Fixing typoSergio Ahumada2010-11-091-2/+2
* Fix compilation of QEgl with EGL 1.1 and older.Rhys Weatherley2010-09-121-1/+1
* Fixed compilation on Symbian.Samuel Rødal2010-07-011-2/+2
* Adding func prototypes for EGL_NOK_swap_region2 extension.Michael Dominic K2010-07-011-0/+44
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-271-4/+4
|\
| * Don't use QAtomicInt in statics because they are non-POD.Thiago Macieira2010-05-251-4/+4
* | Fix compilation of qegl.cpp after the last mergeThiago Macieira2010-05-251-1/+2
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-251-5/+33
|\ \ | |/
| * 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
* | Cleanup & remove unused function overloads from QEgl* APIsTom Cooksey2010-04-161-58/+0
* | Wrap EGL image function pointers and move into QEgl namespaceTom Cooksey2010-04-151-6/+37
* | Support building with desktop OpenGL managed via EGLTom Cooksey2010-04-141-1/+8
* | Change the ifdef for resolving function ptrs to match declarationTom Cooksey2010-04-061-1/+1
* | Work-around Symbian 10.1's broken egl.hTom Cooksey2010-03-291-1/+1
* | Don't try to resolve EGLImage function pointers if they are definedTom Cooksey2010-03-291-0/+2
* | Change ORs to ANDs when checking EGLImage extension definesTom Cooksey2010-03-291-1/+1
* | Protect EGLImage function definitions in #ifdefTom Cooksey2010-03-291-0/+2
* | Implement Texture-From-Pixmap using EGLImage extensions on X11/EGLTom Cooksey2010-03-261-0/+9
* | 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