| Commit message (Expand) | Author | Age | Files | Lines |
* | Made QGLExtensions::glExtensions() thread-safe. | Trond Kjernåsen | 2010-03-12 | 2 | -21/+18 |
|
|
* | Remove debug output from qt_eglproperties_set_glformat | Tom Cooksey | 2010-03-11 | 1 | -3/+1 |
|
|
* | Delete the QGLContext in ~QX11GLPixmapData | Tom Cooksey | 2010-03-11 | 7 | -2/+11 |
|
|
* | Made QGLTextureCache::instance() threadsafe. | Trond Kjernåsen | 2010-03-11 | 2 | -21/+7 |
|
|
* | Added clipping to the dashed stroke processor in the GL2 engine. | Kim Motoyoshi Kalland | 2010-03-10 | 3 | -7/+12 |
|
|
* | Update QGLFormat from EGLConfig properly | Tom Cooksey | 2010-03-10 | 6 | -45/+38 |
|
|
* | Make calls to QGLFormat::set*BufferSize also update flags | Tom Cooksey | 2010-03-10 | 1 | -1/+5 |
|
|
* | Compile fix when Qt3Support is enabled for devices using EGL. | Trond Kjernåsen | 2010-03-10 | 1 | -1/+1 |
|
|
* | Compile with Qt3Support in a ScratchBox environment. | Trond Kjernåsen | 2010-03-10 | 1 | -1/+1 |
|
|
* | Make sure 16-bit EGL configs are chosen over 32-bit configs | Tom Cooksey | 2010-03-10 | 2 | -32/+55 |
|
|
* | Make the EGL contexts in QX11GLPixmapData Q_GLOBAL_STATIC | Tom Cooksey | 2010-03-10 | 1 | -3/+13 |
|
|
* | Handle EGLSurfaces better, including more error detection | Tom Cooksey | 2010-03-10 | 3 | -7/+13 |
|
|
* | Make sure pixmap hooks get installed so EGL surfaces are cleaned up | Tom Cooksey | 2010-03-10 | 1 | -0/+4 |
|
|
* | Renamed QPainter::Fragment/Hint -> QPainter::PixmapFragment/Hint | Trond Kjernåsen | 2010-03-09 | 2 | -5/+8 |
|
|
* | 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 | -1/+0 |
|\ |
|
| * | Enable cleanup hooks when creating an EGL surface for a pixmap | Tom Cooksey | 2010-03-08 | 1 | -1/+0 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Rohan McGovern | 2010-03-06 | 2 | -1/+2 |
|\ \
| |/
|/| |
|
| * | Fixed an exit crash that could occur in the GL 2 engine under X11. | Trond Kjernåsen | 2010-03-04 | 1 | -0/+1 |
|
|
| * | Preparation to enable OpenGLES 2.0 for Windows Mobile. | ninerider | 2010-02-27 | 1 | -3/+9 |
|
|
* | | Port QX11GLPixmapData & QX11GLWindowSurface to new QEgl API | Tom Cooksey | 2010-03-05 | 5 | -196/+74 |
|
|
* | | Fix build when egl.h includes X11 headers & pollutes namespace | Tom Cooksey | 2010-03-04 | 1 | -7/+1 |
|
|
* | | Fix build on EGL implementations where EGLConfig is a pointer | Tom Cooksey | 2010-03-04 | 1 | -3/+2 |
|
|
* | | Add and use QGLContextPrivate::eglSurfaceForDevice() | Tom Cooksey | 2010-03-02 | 4 | -4/+33 |
|
|
* | | Make bindTextureFromNativePixmap use new QEgl APIs | Tom Cooksey | 2010-03-02 | 1 | -2/+7 |
|
|
* | | Move QGLWidget::setContext logic into QEgl & QGLContext | Tom Cooksey | 2010-03-02 | 2 | -130/+55 |
|
|
* | | Move EGL surface type setting to new QEglProperties::setDeviceType | Tom Cooksey | 2010-03-02 | 6 | -39/+40 |
|
|
* | | Replace qt_egl_add_platform_config with existing QEglProperties API | Tom Cooksey | 2010-03-02 | 4 | -35/+3 |
|
|
* | | Use QEgl::display in QGLTemporaryContext so EGL is init'd only once | Tom Cooksey | 2010-03-02 | 1 | -6/+1 |
|
|
* | | Remove qt_egl_setup_x11_visual | Tom Cooksey | 2010-03-02 | 1 | -149/+1 |
|
|
* | | Make QGLWidget use new QEgl::getCompatibleVisualId API | Tom Cooksey | 2010-03-02 | 1 | -3/+15 |
|
|
* | | Move static methods from QEglContext to QEgl namespace | Tom Cooksey | 2010-03-02 | 4 | -24/+22 |
|
|
* | | Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.h | Tom Cooksey | 2010-03-02 | 4 | -3/+6 |
|
|
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60 | axis | 2010-02-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix off-by-one error in mipmap count when loading PVRTC files | Rhys Weatherley | 2010-02-24 | 1 | -1/+1 |
|
|
* | | Remove comment in drawStaticTextItem() in GL engine | Eskil Abrahamsen Blomfeldt | 2010-02-24 | 1 | -1/+0 |
|
|
* | | Made the qDrawPixmaps() API public (with modifications). | Trond Kjernåsen | 2010-02-23 | 2 | -25/+29 |
|
|
* | | Merge remote branch 'origin/master' into qt-master-from-4.6 | Thiago Macieira | 2010-02-20 | 10 | -84/+333 |
|\ \ |
|
| * \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integra... | Qt Continuous Integration System | 2010-02-19 | 1 | -1/+3 |
| |\ \ |
|
| | * \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Martin Jones | 2010-02-18 | 4 | -10/+9 |
| | |\ \ |
|
| | * | | | MOBILITY-404 QS Windows. | Wolfgang Beck | 2010-02-16 | 1 | -1/+3 |
|
|
| * | | | | Merge remote branch 'qt/master' into staging-2-master | Qt Continuous Integration System | 2010-02-18 | 4 | -10/+9 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | Fix warnings on gcc | Eskil Abrahamsen Blomfeldt | 2010-02-18 | 1 | -2/+2 |
|
|
| * | | | | Add experimental VBO support for drawCachedGlyphs()'s index array | Eskil Abrahamsen Blomfeldt | 2010-02-18 | 2 | -1/+32 |
|
|
| * | | | | Optimization for text drawing on OpenGL | Eskil Abrahamsen Blomfeldt | 2010-02-18 | 2 | -2/+8 |
|
|
| * | | | | Some threading improvements to the GL module | Gunnar Sletta | 2010-02-17 | 3 | -18/+56 |
|
|
| * | | | | Fix alpha check for OpenGL/ES in GL2 paint engine | Rhys Weatherley | 2010-02-15 | 1 | -0/+4 |
|
|
| * | | | | Merge remote branch 'qt/master' into staging-2-master | Qt Continuous Integration System | 2010-02-15 | 2 | -2/+13 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | Merge branch 'master' of scm.dev.troll.no:qt/oslo-staging-2 into qstatictext-4.7 | Eskil Abrahamsen Blomfeldt | 2010-02-15 | 25 | -448/+4823 |
| |\ \ \ \ |
|
| * | | | | | Make QStaticText public API again | Eskil Abrahamsen Blomfeldt | 2010-02-10 | 2 | -2/+2 |
|
|
| * | | | | | Revert 004b09ffd423cd3100e346825dd7d730fc86d366 | Eskil Abrahamsen Blomfeldt | 2010-02-10 | 1 | -5/+1 |
|
|