| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Olivier Goffart | 2010-05-17 | 4 | -9/+16 |
|\ |
|
| * | Workaround for ATI driver bug when using QGraphicsEffect with GL. | Kim Motoyoshi Kalland | 2010-05-12 | 2 | -5/+6 |
|
|
| * | Fixed QGLPixmapDropShadowFilter on Nvidia hardware. | Trond Kjernaasen | 2010-05-11 | 1 | -4/+5 |
|
|
| * | Fixed an issue with pixmaps not being released correctly in the GL 1 engine. | Trond Kjernåsen | 2010-05-10 | 1 | -0/+5 |
|
|
* | | Limit the lower glyph texture cache size to 16x16 in GL. | Trond Kjernåsen | 2010-05-14 | 1 | -0/+12 |
|
|
* | | Added workarounds for two MBX/SGX specific GL ES bugs/problems. | Trond Kjernåsen | 2010-05-14 | 7 | -18/+39 |
|
|
* | | Compile fix on Windows. | Kim Motoyoshi Kalland | 2010-05-12 | 1 | -1/+1 |
|
|
* | | Remove an unnecessary assert. | Trond Kjernåsen | 2010-05-12 | 1 | -2/+1 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-05-11 | 3 | -59/+105 |
|\ \ |
|
| * | | Made paint engine texture drawing work in GL ES 2 and updated docs. | Samuel Rødal | 2010-05-10 | 1 | -27/+46 |
|
|
| * | | Fix textdrawing under GL on N900. | Gunnar Sletta | 2010-05-07 | 2 | -32/+59 |
|
|
* | | | Avoid many unnecessary allocations, so so that paint engines attached to pixmaps | Warwick Allison | 2010-05-07 | 6 | -7/+19 |
|/ / |
|
* | | Fixed OpenGL version flags for versions > 3.2. | Kim Motoyoshi Kalland | 2010-05-03 | 1 | -1/+14 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-05-02 | 5 | -19/+29 |
|\ \ |
|
| * | | Return the correct library name in qt_gl_library_name for GLES* | Tom Cooksey | 2010-04-30 | 1 | -4/+10 |
|
|
| * | | Fix crash in styles example when running with opengl graphicssystem | Tom Cooksey | 2010-04-28 | 1 | -8/+8 |
|
|
| * | | Revert "Try to use multisampled opengl graphicssystem on all platforms" | Eskil Abrahamsen Blomfeldt | 2010-04-28 | 1 | -1/+0 |
|
|
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-04-27 | 3 | -6/+11 |
| |\ \ |
|
| | * | | Fix crash when using opengl graphicssystem on desktop | Tom Cooksey | 2010-04-27 | 3 | -6/+11 |
|
|
* | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-29 | 1 | -2/+10 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | Fixed QGLWidget::grabFrameBuffer() to honor the 'withAlpha' value. | Trond Kjernåsen | 2010-04-27 | 1 | -2/+10 |
|
|
* | | | Correctly inherit extension properties | Aaron Kennedy | 2010-04-27 | 1 | -1/+1 |
| |/
|/| |
|
* | | Remove stray qDebug | Tom Cooksey | 2010-04-26 | 1 | -1/+0 |
|
|
* | | Don't leak objects if QX11GLSharedContexts is instanciated twice | Tom Cooksey | 2010-04-26 | 1 | -3/+6 |
|
|
* | | Enable QX11GLWindowSurface using "-graphicssystem x11gl" option | Tom Cooksey | 2010-04-26 | 4 | -20/+26 |
|
|
* | | Force full-screen updates for QGLWindowSurface | Tom Cooksey | 2010-04-26 | 1 | -1/+6 |
|
|
* | | Try to use multisampled opengl graphicssystem on all platforms | Tom Cooksey | 2010-04-22 | 1 | -0/+1 |
|
|
* | | Make sure recreateEglSurface creates a surface if there isn't one | Tom Cooksey | 2010-04-22 | 3 | -14/+14 |
|
|
* | | QX11GL: Implement QX11GLWindowSurface::grabWidget | Tom Cooksey | 2010-04-22 | 2 | -0/+47 |
|
|
* | | QX11GL: Cleanup the window surface & remove some synchronisation | Tom Cooksey | 2010-04-22 | 1 | -51/+41 |
|
|
* | | QX11GL: Move the shared context ownership into a seperate class | Tom Cooksey | 2010-04-22 | 3 | -101/+148 |
|
|
* | | QX11GL: Don't do glFinish in endPaint | Tom Cooksey | 2010-04-22 | 2 | -7/+0 |
|
|
* | | Implement QGLPaintDevice::metric() | Tom Cooksey | 2010-04-22 | 2 | -0/+17 |
|
|
* | | Remove dead code left after a merge conflict resolution | Tom Cooksey | 2010-04-22 | 2 | -22/+0 |
|
|
* | | QX11GL: Fix bug with pixmaps drawn on multiple top-levels | Tom Cooksey | 2010-04-19 | 1 | -2/+17 |
|
|
* | | Use QGLContextPrivate to track attribarray enabled state. | Gunnar Sletta | 2010-04-19 | 1 | -3/+3 |
|
|
* | | Don't resolve geometry shaders every time... | Gunnar Sletta | 2010-04-19 | 1 | -5/+6 |
|
|
* | | Set EGL_SWAP_BEHAVIOR to EGL_BUFFER_PRESERVED for regular QWidgets | Tom Cooksey | 2010-04-16 | 1 | -0/+4 |
|
|
* | | Cleanup & remove unused function overloads from QEgl* APIs | Tom Cooksey | 2010-04-16 | 2 | -3/+3 |
|
|
* | | Wrap EGL image function pointers and move into QEgl namespace | Tom Cooksey | 2010-04-15 | 1 | -6/+2 |
|
|
* | | Move nativePaintingActive flag to GL2 engine's private | Tom Cooksey | 2010-04-14 | 2 | -9/+10 |
|
|
* | | More adjustments to QTBUG-6800 | Carolina Gomes | 2010-04-14 | 3 | -13/+11 |
|
|
* | | Adjustments to QTBUG-6800 patch. | Carolina Gomes | 2010-04-14 | 1 | -8/+6 |
|
|
* | | QTBUG-6800 patch included, but only for OpenGL 2.0 | Carolina Gomes | 2010-04-14 | 3 | -1/+39 |
|
|
* | | Support building with desktop OpenGL managed via EGL | Tom Cooksey | 2010-04-14 | 6 | -21/+19 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-04-12 | 6 | -7/+44 |
|\ \ |
|
| * \ | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | Eskil Abrahamsen Blomfeldt | 2010-04-12 | 5 | -12/+50 |
| |\ \ |
|
| | * | | Fix flattening of largely scaled, thin, dashed beziers. | Gunnar Sletta | 2010-04-12 | 1 | -4/+24 |
|
|
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-04-10 | 3 | -2/+13 |
| | |\ \ |
|
| | | * | | Don't use texture-from-pixmap if the target isn't GL_TEXTURE_2D | Tom Cooksey | 2010-04-09 | 1 | -1/+2 |
|
|