| Commit message (Expand) | Author | Age | Files | Lines |
* | Change bugreports.qt.nokia.com -> bugreports.qt-project.org | Sergio Ahumada | 2012-02-09 | 1 | -1/+1 |
|
|
* | Fixed EGL build for WEC7 | jaanttil | 2012-01-31 | 1 | -1/+1 |
|
|
* | Recovering from draw failures after EGL surface creation failure | mread | 2012-01-13 | 1 | -4/+15 |
|
|
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 12 | -12/+12 |
|
|
* | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7 | Liang Qi | 2011-10-07 | 1 | -0/+32 |
|\ |
|
| * | Fix to QtOpenGL crash | Jani Hautakangas | 2011-09-23 | 1 | -0/+32 |
|
|
* | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7 | Liang Qi | 2011-08-15 | 2 | -1/+21 |
|\ \
| |/ |
|
| * | Fix to QGLWidget rendering with VG graphics system | Jani Hautakangas | 2011-08-05 | 2 | -1/+21 |
|
|
| * | Update licenseheader text in source files | Jyri Tahtela | 2011-05-13 | 11 | -187/+187 |
|
|
* | | Don't redefine EGL defines | Ian | 2011-06-20 | 1 | -1/+9 |
|
|
* | | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 12 | -204/+204 |
|
|
* | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-04-18 | 1 | -3/+8 |
|\ \
| |/ |
|
| * | Make EGL surface transparency working on Symbian. | Laszlo Agocs | 2011-04-15 | 1 | -3/+8 |
|
|
* | | Actually do use the properties parameter in ::createSurface for x11egl. | Michael Dominic K | 2011-04-01 | 1 | -4/+7 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-01-17 | 11 | -11/+11 |
|\ \
| |/ |
|
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 11 | -11/+11 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-12-06 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Fix resource leak in QEgl::getCompatibleVisualld() | Rhys Weatherley | 2010-11-29 | 1 | -1/+3 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-11-12 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Doc: Fixing typo | Sergio Ahumada | 2010-11-09 | 1 | -2/+2 |
|
|
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Gunnar Sletta | 2010-09-27 | 4 | -2/+11 |
|\ \
| |/ |
|
| * | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-09-13 | 3 | -1/+7 |
| |\ |
|
| | * | Fix compilation of QEgl with EGL 1.1 and older. | Rhys Weatherley | 2010-09-12 | 3 | -1/+7 |
|
|
| * | | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-09-10 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| | * | Fixed compilation and API of meego graphics system. | Samuel Rødal | 2010-09-10 | 1 | -0/+3 |
|
|
| * | | Fixed spelling, broken links, and missing default values. | Jerome Pasion | 2010-08-30 | 1 | -1/+1 |
| |/ |
|
* | | Merge remote branch 'qt/4.7' into lighthouse-4.7 | Paul Olav Tvete | 2010-08-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Take advantage of a new EGL extension when posting 16 bit surfaces. | Nicolai de Haan Brogger | 2010-08-16 | 1 | -1/+1 |
|
|
* | | Merge remote branch 'qt/4.7' into lighthouse-4.7 | Paul Olav Tvete | 2010-07-14 | 5 | -1/+67 |
|\ \
| |/ |
|
| * | Added another missing EGL stub. | Samuel Rødal | 2010-07-01 | 1 | -0/+8 |
|
|
| * | Fixed compilation on Symbian. | Samuel Rødal | 2010-07-01 | 1 | -2/+2 |
|
|
| * | Added missing EGL stub function. | Samuel Rødal | 2010-07-01 | 1 | -0/+9 |
|
|
| * | Adding func prototypes for EGL_NOK_swap_region2 extension. | Michael Dominic K | 2010-07-01 | 3 | -0/+46 |
|
|
| * | Warn if surface creation fails | Harald Fernengel | 2010-06-25 | 1 | -1/+4 |
|
|
* | | Adding -qpa configure switch | Jørgen Lind | 2010-06-24 | 1 | -1/+1 |
|
|
* | | Renamed files from *_lite* to *_qpa* | Jørgen Lind | 2010-06-24 | 2 | -1/+1 |
|
|
* | | Merge remote branch 'qt/4.7' into lighthouse | Paul Olav Tvete | 2010-06-18 | 3 | -5/+39 |
|\ \
| |/ |
|
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-05-27 | 1 | -4/+4 |
| |\ |
|
| | * | Don't use QAtomicInt in statics because they are non-POD. | Thiago Macieira | 2010-05-25 | 1 | -4/+4 |
|
|
| * | | Fix compilation of qegl.cpp after the last merge | Thiago Macieira | 2010-05-25 | 1 | -1/+2 |
|
|
| * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-05-25 | 1 | -5/+33 |
| |\ \
| | |/ |
|
| | * | Call eglTerminate() when the last QEglContext is destroyed to free mem. | Trond Kjernåsen | 2010-05-21 | 1 | -4/+33 |
|
|
| | * | Fix for EGL for symbian on 3.1/3.2/5.0, define QT_NO_EGL. | Liang Qi | 2010-04-23 | 4 | -2/+25 |
|
|
| | * | stub implementations for EGL for symbian | Shane Kearns | 2010-04-23 | 4 | -19/+419 |
|
|
| * | | Opt out of visual-config size checks with extension | Nicolai de Haan | 2010-05-10 | 1 | -0/+5 |
|
|
| * | | Some EGL implementations does not return a EGLNativeDisplayType | Jørgen Lind | 2010-05-06 | 1 | -1/+1 |
|
|
* | | | gl on openkode. QGLWidget only works for toplevel widgets | Jørgen Lind | 2010-06-01 | 1 | -3/+15 |
|
|
* | | | Merge remote branch 'qt/4.7' into lighthouse-4.7 | Paul Olav Tvete | 2010-05-10 | 4 | -26/+492 |
|\ \ \
| |/ / |
|
| * | | Correction to EGL stub implementation | Shane Kearns | 2010-04-28 | 2 | -8/+6 |
|
|
| * | | Fix for EGL for symbian on 3.1/3.2/5.0, define QT_NO_EGL. | Liang Qi | 2010-04-23 | 1 | -0/+1 |
|
|