summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl_x11egl.cpp
Commit message (Expand)AuthorAgeFilesLines
* QGLContext on EGL gets an additional QEglProperties static field applied to e...Michael Dominic K2011-04-011-1/+2
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-061-1/+1
|\ \ | |/
| * Fix warning about %x parameter type mismatch in EGLThiago Macieira2010-11-261-1/+1
| * Fix warnings related to unused variables.Thiago Macieira2010-11-261-1/+0
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-121-1/+1
|\ \ | |/
| * Doc: Fixing typoSergio Ahumada2010-11-091-1/+1
* | Call eglReleaseThread() when a thread exits, and fix warnings.Trond Kjernåsen2010-08-241-2/+1
|/
* Remove stray qDebugTom Cooksey2010-04-261-1/+0
* Make sure recreateEglSurface creates a surface if there isn't oneTom Cooksey2010-04-221-12/+12
* Set EGL_SWAP_BEHAVIOR to EGL_BUFFER_PRESERVED for regular QWidgetsTom Cooksey2010-04-161-0/+4
* Wrap EGL image function pointers and move into QEgl namespaceTom Cooksey2010-04-151-6/+2
* Avoid having to create temporary QPixmaps when binding to textureTom Cooksey2010-03-261-8/+5
* Implement Texture-From-Pixmap using EGLImage extensions on X11/EGLTom Cooksey2010-03-261-35/+111
* Delete the QGLContext in ~QX11GLPixmapDataTom Cooksey2010-03-111-0/+1
* Update QGLFormat from EGLConfig properlyTom Cooksey2010-03-101-3/+2
* Make sure 16-bit EGL configs are chosen over 32-bit configsTom Cooksey2010-03-101-4/+0
* Handle EGLSurfaces better, including more error detectionTom Cooksey2010-03-101-4/+4
* Enable cleanup hooks when creating an EGL surface for a pixmapTom Cooksey2010-03-081-1/+0
* Port QX11GLPixmapData & QX11GLWindowSurface to new QEgl APITom Cooksey2010-03-051-107/+0
* Fix build on EGL implementations where EGLConfig is a pointerTom Cooksey2010-03-041-3/+2
* Add and use QGLContextPrivate::eglSurfaceForDevice()Tom Cooksey2010-03-021-1/+1
* Make bindTextureFromNativePixmap use new QEgl APIsTom Cooksey2010-03-021-2/+7
* Move QGLWidget::setContext logic into QEgl & QGLContextTom Cooksey2010-03-021-118/+55
* Move EGL surface type setting to new QEglProperties::setDeviceTypeTom Cooksey2010-03-021-1/+2
* Replace qt_egl_add_platform_config with existing QEglProperties APITom Cooksey2010-03-021-7/+1
* Use QEgl::display in QGLTemporaryContext so EGL is init'd only onceTom Cooksey2010-03-021-6/+1
* Remove qt_egl_setup_x11_visualTom Cooksey2010-03-021-149/+1
* Make QGLWidget use new QEgl::getCompatibleVisualId APITom Cooksey2010-03-021-3/+15
* Move static methods from QEglContext to QEgl namespaceTom Cooksey2010-03-021-10/+10
* Cleanup QEglContext & EGLDisplaysTom Cooksey2010-02-121-9/+4
* Rework how Qt handles GL extensions.Trond Kjernåsen2010-01-131-102/+92
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2010-01-081-67/+67
|\
| * Fixed indentation and typo.Trond Kjernåsen2010-01-071-67/+67
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-071-1/+1
|\ \ | |/ |/|
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Improved initial startup time for a QGLWidget ontop of EGL/X11.Trond Kjernåsen2010-01-061-5/+111
|/
* Fix QGLWidgets created with an alpha channel on X11/EGLTom Cooksey2009-12-151-1/+1
* Add QT_DEBUG_X11_VISUAL_SELECTION to aid debugging X11/EGLTom Cooksey2009-12-151-15/+31
* Fix WA_TranslucentBackground for QGLWidgets on X11/EGLTom Cooksey2009-12-041-45/+73
* Mark both the new and original EGL contexts as sharingRhys Weatherley2009-11-091-0/+2
* Detect context sharing on EGL systemsRhys Weatherley2009-11-091-0/+1
* Added QImagePixmapCleanupHooks functions for enabling hooks.Samuel Rødal2009-10-291-1/+2
* Fix bug for message error "Texture updload failed, error code 0x500"Stefano Pironato2009-10-281-1/+0
* Make sure QGLTextureCache exists when creating surfaces for pixmapsTom Cooksey2009-10-201-0/+8
* Add a new QX11GLPixmapData which renders to X pixmaps using GLTom Cooksey2009-10-191-1/+4
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-021-147/+186
|\
| * Refactor retrieving the X11 visual for EGLEskil Abrahamsen Blomfeldt2009-10-011-74/+84
| * Split EGL config selection & surface creation into seperate functionsTom Cooksey2009-10-011-73/+102