summaryrefslogtreecommitdiffstats
path: root/src/gui/egl
Commit message (Expand)AuthorAgeFilesLines
* gl on openkode. QGLWidget only works for toplevel widgetsJørgen Lind2010-06-011-3/+15
* Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-05-104-26/+492
|\
| * 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
* | Compile fix qegl_lite.cppJørgen Lind2010-04-271-6/+5
* | Merge remote branch 'origin/4.7' into lighthouseJørgen Lind2010-04-216-118/+177
|\ \ | |/
| * 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
* | 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
| |/