| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Stub implementations for EGL for symbian | Shane Kearns | 2010-04-23 | 4 | -22/+489 |
|
|
* | | | Compile fix qegl_lite.cpp | Jørgen Lind | 2010-04-27 | 1 | -6/+5 |
|
|
* | | | Merge remote branch 'origin/4.7' into lighthouse | Jørgen Lind | 2010-04-21 | 6 | -118/+177 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|
* | | | Compile fix the openkode graphicssystem | Jørgen Lind | 2010-03-29 | 1 | -8/+15 |
|
|
* | | | Merge remote branch 'qt/4.7' into lighthouse-4.7 | Paul Olav Tvete | 2010-03-18 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Delete the QGLContext in ~QX11GLPixmapData | Tom Cooksey | 2010-03-11 | 1 | -1/+1 |
|
|
* | | | Merge remote branch 'origin/4.7' into 4.7-lighthouse | Jørgen Lind | 2010-03-11 | 10 | -279/+861 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|
| * | | Move static methods from QEglContext to QEgl namespace | Tom Cooksey | 2010-03-02 | 6 | -64/+75 |
|
|
| * | | Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.h | Tom Cooksey | 2010-03-02 | 10 | -110/+186 |
| |/ |
|
* | | Merge remote branch 'qt/4.7' into lighthouse-4.7 | Paul Olav Tvete | 2010-03-01 | 7 | -82/+61 |
|\ \
| |/ |
|
| * | use egl properties when creating surfaces on symbian | Lars Knoll | 2010-02-19 | 1 | -2/+2 |
|
|
| * | Always use display() in QEglContext, so initialization can occur | Tom Cooksey | 2010-02-18 | 1 | -12/+11 |
|
|
| * | Fixed compile for maemo6. | Rohan McGovern | 2010-02-13 | 2 | -2/+2 |
|
|