summaryrefslogtreecommitdiffstats
path: root/src/gui/egl
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | Compile fix the openkode graphicssystemJørgen Lind2010-03-291-8/+15
* | | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-03-181-1/+1
|\ \ \ | |/ /
| * | Delete the QGLContext in ~QX11GLPixmapDataTom Cooksey2010-03-111-1/+1
* | | Merge remote branch 'origin/4.7' into 4.7-lighthouseJørgen Lind2010-03-1110-279/+861
|\ \ \ | |/ /
| * | 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
| * | Make QEgl::ConfigOptions use QFlagsTom Cooksey2010-03-051-1/+8
| * | Compile fix for Windows Mobile and OpenGLES2ninerider2010-03-051-2/+1
| * | Fix build when egl.h includes X11 headers & pollutes namespaceTom Cooksey2010-03-041-0/+2
| * | Fix build on EGL implementations where EGLConfig is a pointerTom Cooksey2010-03-041-8/+11
| * | Fix & move QEgl::native* to platform-specific filesTom Cooksey2010-03-025-20/+49
| * | Make bindTextureFromNativePixmap use new QEgl APIsTom Cooksey2010-03-023-12/+25
| * | Move QGLWidget::setContext logic into QEgl & QGLContextTom Cooksey2010-03-022-1/+123
| * | Move EGL surface type setting to new QEglProperties::setDeviceTypeTom Cooksey2010-03-022-2/+13
| * | Make QGLWidget use new QEgl::getCompatibleVisualId APITom Cooksey2010-03-021-2/+3
| * | Add QEglContext::configAttrib(int name) helperTom Cooksey2010-03-022-0/+11
| * | Add getCompatibleVisualId to QEgl on X11Tom Cooksey2010-03-022-0/+149
| * | Add QEgl::defaultConfig method to select configs suitable for QtTom Cooksey2010-03-023-0/+188
| * | Make QEgl::createSurface cross-platform and add native gettersTom Cooksey2010-03-026-123/+57
| * | Move chooseConfig and createSurface logic to QEgl functionsTom Cooksey2010-03-026-12/+28
| * | Move static methods from QEglContext to QEgl namespaceTom Cooksey2010-03-026-64/+75
| * | Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.hTom Cooksey2010-03-0210-110/+186
| |/
* | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-03-017-82/+61
|\ \ | |/
| * use egl properties when creating surfaces on symbianLars Knoll2010-02-191-2/+2
| * Always use display() in QEglContext, so initialization can occurTom Cooksey2010-02-181-12/+11
| * Fixed compile for maemo6.Rohan McGovern2010-02-132-2/+2
| * Cleanup QEglContext & EGLDisplaysTom Cooksey2010-02-127-68/+48
* | Merge remote branch 'origin/4.6' into lighthousePaul Olav Tvete2010-01-148-9/+33
|\ \ | |/
| * Update copyright year to 2010Jason McDonald2010-01-068-8/+8
| * Add EGL_BUFFER_SIZE to QEglProperties::reduceConfiguration()Tom Cooksey2009-12-041-0/+9
| * 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
* | compile again after recent API changesHarald Fernengel2009-12-041-2/+2
* | Add experimental OpenKODE supportHarald Fernengel2009-12-041-1/+1
* | Merge remote branch 'origin/4.6' into lighthousePaul Olav Tvete2009-11-195-12/+19
|\ \ | |/
| * Detect context sharing on EGL systemsRhys Weatherley2009-11-092-0/+6