summaryrefslogtreecommitdiffstats
path: root/src/gui/egl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-1111-11/+11
* Fix resource leak in QEgl::getCompatibleVisualld()Rhys Weatherley2010-11-291-1/+3
* Doc: Fixing typoSergio Ahumada2010-11-091-2/+2
* Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-133-1/+7
|\
| * Fix compilation of QEgl with EGL 1.1 and older.Rhys Weatherley2010-09-123-1/+7
* | Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-101-0/+3
|\ \ | |/
| * Fixed compilation and API of meego graphics system.Samuel Rødal2010-09-101-0/+3
* | Fixed spelling, broken links, and missing default values.Jerome Pasion2010-08-301-1/+1
|/
* Take advantage of a new EGL extension when posting 16 bit surfaces.Nicolai de Haan Brogger2010-08-161-1/+1
* Added another missing EGL stub.Samuel Rødal2010-07-011-0/+8
* Fixed compilation on Symbian.Samuel Rødal2010-07-011-2/+2
* Added missing EGL stub function.Samuel Rødal2010-07-011-0/+9
* Adding func prototypes for EGL_NOK_swap_region2 extension.Michael Dominic K2010-07-013-0/+46
* Warn if surface creation failsHarald Fernengel2010-06-251-1/+4
* 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-234-2/+25
| * stub implementations for EGL for symbianShane Kearns2010-04-234-19/+419
* | Opt out of visual-config size checks with extensionNicolai de Haan2010-05-101-0/+5
* | Some EGL implementations does not return a EGLNativeDisplayTypeJørgen Lind2010-05-061-1/+1
* | Correction to EGL stub implementationShane Kearns2010-04-282-8/+6
* | Fix for EGL for symbian on 3.1/3.2/5.0, define QT_NO_EGL.Liang Qi2010-04-231-0/+1
* | Stub implementations for EGL for symbianShane Kearns2010-04-234-22/+489
* | Set EGL_SWAP_BEHAVIOR to EGL_BUFFER_PRESERVED for regular QWidgetsTom Cooksey2010-04-161-0/+3
* | Cleanup & remove unused function overloads from QEgl* APIsTom Cooksey2010-04-165-84/+1
* | Wrap EGL image function pointers and move into QEgl namespaceTom Cooksey2010-04-152-20/+41
* | Support building with desktop OpenGL managed via EGLTom Cooksey2010-04-142-11/+25
* | Print more information when debugging X11 Visual selectionTom Cooksey2010-04-141-0/+10
* | Improve matching X11 VisualIDs to EGL configsTom Cooksey2010-04-091-24/+53
* | Fix EGLImage & re-enable its use in QtOpenGLTom Cooksey2010-04-071-3/+6
* | 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-292-4/+9
* | Add some #warnings to debug Symbian EGL build failureTom Cooksey2010-03-291-0/+24
* | 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-292-4/+4
* | Protect EGLImage function definitions in #ifdefTom Cooksey2010-03-291-0/+2
* | Implement Texture-From-Pixmap using EGLImage extensions on X11/EGLTom Cooksey2010-03-262-2/+31
* | Delete the QGLContext in ~QX11GLPixmapDataTom Cooksey2010-03-111-1/+1
* | Handle EGLSurfaces better, including more error detectionTom Cooksey2010-03-102-2/+7
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-081-5/+7
|\ \
| * | Enable cleanup hooks when creating an EGL surface for a pixmapTom Cooksey2010-03-081-5/+7
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-062-6/+7
|\ \ \ | |/ / |/| / | |/
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-051-3/+3
| |\
| | * Fix build with Mesa 7.8's EGL implementatioonBernhard Rosenkraenzer2010-03-051-3/+3
| * | Compile fix for Windows Mobile and OpenGLES2ninerider2010-03-051-3/+1
| |/
| * Preparation to enable OpenGLES 2.0 for Windows Mobile.ninerider2010-02-272-4/+11
* | Make QEgl::createSurface store the surface in the pixmapdata tooTom Cooksey2010-03-051-3/+5