summaryrefslogtreecommitdiffstats
path: root/src/gui/egl/qegl_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-161-24/+24
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Fix resource leak in QEgl::getCompatibleVisualld()Rhys Weatherley2010-11-301-1/+3
* Take advantage of a new EGL extension when posting 16 bit surfaces.Nicolai de Haan Brogger2010-08-161-1/+1
* Warn if surface creation failsHarald Fernengel2010-06-251-1/+4
* Opt out of visual-config size checks with extensionNicolai de Haan2010-05-101-0/+5
* 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
* Handle EGLSurfaces better, including more error detectionTom Cooksey2010-03-101-1/+1
* Enable cleanup hooks when creating an EGL surface for a pixmapTom Cooksey2010-03-081-5/+7
* Make QEgl::createSurface store the surface in the pixmapdata tooTom Cooksey2010-03-051-3/+5
* 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-021-1/+10
* Make bindTextureFromNativePixmap use new QEgl APIsTom Cooksey2010-03-021-3/+20
* Move QGLWidget::setContext logic into QEgl & QGLContextTom Cooksey2010-03-021-0/+121
* Make QGLWidget use new QEgl::getCompatibleVisualId APITom Cooksey2010-03-021-2/+3
* Add getCompatibleVisualId to QEgl on X11Tom Cooksey2010-03-021-0/+145
* Make QEgl::createSurface cross-platform and add native gettersTom Cooksey2010-03-021-38/+0
* Move chooseConfig and createSurface logic to QEgl functionsTom Cooksey2010-03-021-1/+1
* Move static methods from QEglContext to QEgl namespaceTom Cooksey2010-03-021-4/+4
* Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.hTom Cooksey2010-03-021-1/+2
* Fixed compile for maemo6.Rohan McGovern2010-02-131-1/+1
* Cleanup QEglContext & EGLDisplaysTom Cooksey2010-02-121-4/+3
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Remove the storage of the EGLSurface from QEglContextRhys Weatherley2009-09-251-4/+4
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Fix build on HarmattanTom Cooksey2009-08-041-4/+7
* Make QEglProperties::setVisualFormat() read alpha for visualTom Cooksey2009-08-031-1/+11
* Integrate the OpenVG graphics system into Qt 4.6Rhys Weatherley2009-06-231-0/+144