summaryrefslogtreecommitdiff
path: root/src/opengl/qpixmapdata_x11gl_egl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Doc: Fixing typoSergio Ahumada2010-11-091-2/+2
* Don't leak objects if QX11GLSharedContexts is instanciated twiceTom Cooksey2010-04-261-3/+6
* Enable QX11GLWindowSurface using "-graphicssystem x11gl" optionTom Cooksey2010-04-261-9/+7
* QX11GL: Move the shared context ownership into a seperate classTom Cooksey2010-04-221-97/+144
* QX11GL: Don't do glFinish in endPaintTom Cooksey2010-04-221-6/+0
* QX11GL: Fix bug with pixmaps drawn on multiple top-levelsTom Cooksey2010-04-191-2/+17
* Make QX11GLPixmapData::scroll() return a valueTom Cooksey2010-03-171-1/+3
* Fix some rendering/scrolling artifacts with QX11GLWindowSurfaceTom Cooksey2010-03-171-0/+4
* Add ultra-paranoid synchronization to QX11GLPixmapDataTom Cooksey2010-03-171-6/+60
* Delete the QGLContext in ~QX11GLPixmapDataTom Cooksey2010-03-111-0/+3
* Make the EGL contexts in QX11GLPixmapData Q_GLOBAL_STATICTom Cooksey2010-03-101-3/+13
* Handle EGLSurfaces better, including more error detectionTom Cooksey2010-03-101-2/+8
* Make sure pixmap hooks get installed so EGL surfaces are cleaned upTom Cooksey2010-03-101-0/+4
* Port QX11GLPixmapData & QX11GLWindowSurface to new QEgl APITom Cooksey2010-03-051-82/+56
* Move static methods from QEglContext to QEgl namespaceTom Cooksey2010-03-021-11/+9
* Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.hTom Cooksey2010-03-021-0/+1
* Merge branch '4.6' into qt-master-from-4.6Thiago Macieira2010-02-171-8/+7
|\
| * Cleanup QEglContext & EGLDisplaysTom Cooksey2010-02-121-8/+7
* | Remove obsolete OpenGL/ES CommonLite (fixed-point) supportRhys Weatherley2010-02-041-4/+4
|/
* Fix X11/EGL builds using OpenGL ES 1.1Tom Cooksey2010-01-191-6/+45
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Use different GL contexts for ARGB & RGB pixmapsTom Cooksey2009-10-191-31/+100
* Add a new QX11GLPixmapData which renders to X pixmaps using GLTom Cooksey2009-10-191-0/+183