summaryrefslogtreecommitdiffstats
path: root/src/gui/egl/qegl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Recovering from draw failures after EGL surface creation failuremread2012-01-131-4/+15
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-10-071-0/+32
|\
| * Fix to QtOpenGL crashJani Hautakangas2011-09-231-0/+32
* | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-08-151-1/+20
|\ \ | |/
| * Fix to QGLWidget rendering with VG graphics systemJani Hautakangas2011-08-051-1/+20
| * Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | 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-11-121-2/+2
|\ \ | |/
| * Doc: Fixing typoSergio Ahumada2010-11-091-2/+2
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtGunnar Sletta2010-09-271-1/+1
|\ \ | |/
| * Fix compilation of QEgl with EGL 1.1 and older.Rhys Weatherley2010-09-121-1/+1
* | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-07-141-0/+44
|\ \ | |/
| * Fixed compilation on Symbian.Samuel Rødal2010-07-011-2/+2
| * Adding func prototypes for EGL_NOK_swap_region2 extension.Michael Dominic K2010-07-011-0/+44
* | Merge remote branch 'qt/4.7' into lighthousePaul Olav Tvete2010-06-181-4/+33
|\ \ | |/
| * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-271-4/+4
| |\
| | * Don't use QAtomicInt in statics because they are non-POD.Thiago Macieira2010-05-251-4/+4
| * | Fix compilation of qegl.cpp after the last mergeThiago Macieira2010-05-251-1/+2
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-251-5/+33
| |\ \ | | |/
| | * Call eglTerminate() when the last QEglContext is destroyed to free mem.Trond Kjernåsen2010-05-211-4/+33
| | * Fix for EGL for symbian on 3.1/3.2/5.0, define QT_NO_EGL.Liang Qi2010-04-231-0/+10
* | | Merge remote branch 'origin/4.7' into lighthouseJørgen Lind2010-04-211-57/+50
|\ \ \ | |/ /
| * | Cleanup & remove unused function overloads from QEgl* APIsTom Cooksey2010-04-161-58/+0
| * | Wrap EGL image function pointers and move into QEgl namespaceTom Cooksey2010-04-151-6/+37
| * | Support building with desktop OpenGL managed via EGLTom Cooksey2010-04-141-1/+8
| * | 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-291-1/+1
| * | 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-291-1/+1
| * | Protect EGLImage function definitions in #ifdefTom Cooksey2010-03-291-0/+2
| * | Implement Texture-From-Pixmap using EGLImage extensions on X11/EGLTom Cooksey2010-03-261-0/+9
* | | 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-111-47/+277
|\ \ \ | |/ /
| * | Handle EGLSurfaces better, including more error detectionTom Cooksey2010-03-101-1/+6
| * | Fix & move QEgl::native* to platform-specific filesTom Cooksey2010-03-021-19/+0
| * | Make bindTextureFromNativePixmap use new QEgl APIsTom Cooksey2010-03-021-5/+3
| * | Move QGLWidget::setContext logic into QEgl & QGLContextTom Cooksey2010-03-021-1/+2
| * | Add QEglContext::configAttrib(int name) helperTom Cooksey2010-03-021-0/+10
| * | Add QEgl::defaultConfig method to select configs suitable for QtTom Cooksey2010-03-021-0/+163
| * | Make QEgl::createSurface cross-platform and add native gettersTom Cooksey2010-03-021-0/+52
| * | Move chooseConfig and createSurface logic to QEgl functionsTom Cooksey2010-03-021-6/+18
| * | Move static methods from QEglContext to QEgl namespaceTom Cooksey2010-03-021-39/+44
| * | Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.hTom Cooksey2010-03-021-0/+3
| |/
* | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-03-011-42/+45
|\ \ | |/
| * Always use display() in QEglContext, so initialization can occurTom Cooksey2010-02-181-12/+11
| * Fixed compile for maemo6.Rohan McGovern2010-02-131-1/+1