| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | 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 |
|
|
* | | Stub implementations for EGL for symbian | Shane Kearns | 2010-04-23 | 4 | -22/+489 |
|
|
* | | Set EGL_SWAP_BEHAVIOR to EGL_BUFFER_PRESERVED for regular QWidgets | Tom Cooksey | 2010-04-16 | 1 | -0/+3 |
|
|
* | | Cleanup & remove unused function overloads from QEgl* APIs | Tom Cooksey | 2010-04-16 | 5 | -84/+1 |
|
|
* | | Wrap EGL image function pointers and move into QEgl namespace | Tom Cooksey | 2010-04-15 | 2 | -20/+41 |
|
|
* | | Support building with desktop OpenGL managed via EGL | Tom Cooksey | 2010-04-14 | 2 | -11/+25 |
|
|
* | | Print more information when debugging X11 Visual selection | Tom Cooksey | 2010-04-14 | 1 | -0/+10 |
|
|
* | | Improve matching X11 VisualIDs to EGL configs | Tom Cooksey | 2010-04-09 | 1 | -24/+53 |
|
|
* | | Fix EGLImage & re-enable its use in QtOpenGL | Tom Cooksey | 2010-04-07 | 1 | -3/+6 |
|
|
* | | Change the ifdef for resolving function ptrs to match declaration | Tom Cooksey | 2010-04-06 | 1 | -1/+1 |
|
|
* | | Work-around Symbian 10.1's broken egl.h | Tom Cooksey | 2010-03-29 | 2 | -4/+9 |
|
|
* | | Add some #warnings to debug Symbian EGL build failure | Tom Cooksey | 2010-03-29 | 1 | -0/+24 |
|
|
* | | Don't try to resolve EGLImage function pointers if they are defined | Tom Cooksey | 2010-03-29 | 1 | -0/+2 |
|
|
* | | Change ORs to ANDs when checking EGLImage extension defines | Tom Cooksey | 2010-03-29 | 2 | -4/+4 |
|
|
* | | Protect EGLImage function definitions in #ifdef | Tom Cooksey | 2010-03-29 | 1 | -0/+2 |
|
|
* | | Implement Texture-From-Pixmap using EGLImage extensions on X11/EGL | Tom Cooksey | 2010-03-26 | 2 | -2/+31 |
|
|
* | | Delete the QGLContext in ~QX11GLPixmapData | Tom Cooksey | 2010-03-11 | 1 | -1/+1 |
|
|
* | | Handle EGLSurfaces better, including more error detection | Tom Cooksey | 2010-03-10 | 2 | -2/+7 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-03-08 | 1 | -5/+7 |
|\ \ |
|
| * | | Enable cleanup hooks when creating an EGL surface for a pixmap | Tom Cooksey | 2010-03-08 | 1 | -5/+7 |
|
|
* | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Rohan McGovern | 2010-03-06 | 2 | -6/+7 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-03-05 | 1 | -3/+3 |
| |\ |
|
| | * | Fix build with Mesa 7.8's EGL implementatioon | Bernhard Rosenkraenzer | 2010-03-05 | 1 | -3/+3 |
|
|
| * | | Compile fix for Windows Mobile and OpenGLES2 | ninerider | 2010-03-05 | 1 | -3/+1 |
| |/ |
|
| * | Preparation to enable OpenGLES 2.0 for Windows Mobile. | ninerider | 2010-02-27 | 2 | -4/+11 |
|
|
* | | Make QEgl::createSurface store the surface in the pixmapdata too | Tom Cooksey | 2010-03-05 | 1 | -3/+5 |
|
|
* | | Make QEgl::ConfigOptions use QFlags | Tom Cooksey | 2010-03-05 | 1 | -1/+8 |
|
|
* | | Compile fix for Windows Mobile and OpenGLES2 | ninerider | 2010-03-05 | 1 | -2/+1 |
|
|
* | | Fix build when egl.h includes X11 headers & pollutes namespace | Tom Cooksey | 2010-03-04 | 1 | -0/+2 |
|
|
* | | Fix build on EGL implementations where EGLConfig is a pointer | Tom Cooksey | 2010-03-04 | 1 | -8/+11 |
|
|
* | | Fix & move QEgl::native* to platform-specific files | Tom Cooksey | 2010-03-02 | 5 | -20/+49 |
|
|
* | | Make bindTextureFromNativePixmap use new QEgl APIs | Tom Cooksey | 2010-03-02 | 3 | -12/+25 |
|
|
* | | Move QGLWidget::setContext logic into QEgl & QGLContext | Tom Cooksey | 2010-03-02 | 2 | -1/+123 |
|
|
* | | Move EGL surface type setting to new QEglProperties::setDeviceType | Tom Cooksey | 2010-03-02 | 2 | -2/+13 |
|
|
* | | Make QGLWidget use new QEgl::getCompatibleVisualId API | Tom Cooksey | 2010-03-02 | 1 | -2/+3 |
|
|
* | | Add QEglContext::configAttrib(int name) helper | Tom Cooksey | 2010-03-02 | 2 | -0/+11 |
|
|
* | | Add getCompatibleVisualId to QEgl on X11 | Tom Cooksey | 2010-03-02 | 2 | -0/+149 |
|
|
* | | Add QEgl::defaultConfig method to select configs suitable for Qt | Tom Cooksey | 2010-03-02 | 3 | -0/+188 |
|
|
* | | Make QEgl::createSurface cross-platform and add native getters | Tom Cooksey | 2010-03-02 | 6 | -123/+57 |
|
|
* | | Move chooseConfig and createSurface logic to QEgl functions | Tom Cooksey | 2010-03-02 | 6 | -12/+28 |
|
|