summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl_x11egl.cpp
Commit message (Expand)AuthorAgeFilesLines
* don't return false when a null pointer is expectedJoerg Bornemann2015-04-101-1/+1
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-161-0/+14
|\
| * Retain ABI and API compatibility when Qt is built with EGL.Michał Zając2011-05-131-0/+14
* | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
|/
* Update XCreateWindow in qgl_X11egl.cppJuanZhao2011-04-121-1/+9
* 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-111-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-071-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