summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-05-1018-225/+358
|\
| * Fixed OpenGL version flags for versions > 3.2.Kim Motoyoshi Kalland2010-05-031-1/+14
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-025-19/+29
| |\
| | * Return the correct library name in qt_gl_library_name for GLES*Tom Cooksey2010-04-301-4/+10
| | * Fix crash in styles example when running with opengl graphicssystemTom Cooksey2010-04-281-8/+8
| | * Revert "Try to use multisampled opengl graphicssystem on all platforms"Eskil Abrahamsen Blomfeldt2010-04-281-1/+0
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-273-6/+11
| | |\
| | | * Fix crash when using opengl graphicssystem on desktopTom Cooksey2010-04-273-6/+11
| * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-291-2/+10
| |\ \ \ | | |/ / | |/| |
| | * | Fixed QGLWidget::grabFrameBuffer() to honor the 'withAlpha' value.Trond Kjernåsen2010-04-271-2/+10
| * | | Correctly inherit extension propertiesAaron Kennedy2010-04-271-1/+1
| | |/ | |/|
| * | Remove stray qDebugTom Cooksey2010-04-261-1/+0
| * | Don't leak objects if QX11GLSharedContexts is instanciated twiceTom Cooksey2010-04-261-3/+6
| * | Enable QX11GLWindowSurface using "-graphicssystem x11gl" optionTom Cooksey2010-04-264-20/+26
| * | Force full-screen updates for QGLWindowSurfaceTom Cooksey2010-04-261-1/+6
| * | Try to use multisampled opengl graphicssystem on all platformsTom Cooksey2010-04-221-0/+1
| * | Make sure recreateEglSurface creates a surface if there isn't oneTom Cooksey2010-04-223-14/+14
| * | QX11GL: Implement QX11GLWindowSurface::grabWidgetTom Cooksey2010-04-222-0/+47
| * | QX11GL: Cleanup the window surface & remove some synchronisationTom Cooksey2010-04-221-51/+41
| * | QX11GL: Move the shared context ownership into a seperate classTom Cooksey2010-04-223-101/+148
| * | QX11GL: Don't do glFinish in endPaintTom Cooksey2010-04-222-7/+0
| * | Implement QGLPaintDevice::metric()Tom Cooksey2010-04-222-0/+17
| * | Remove dead code left after a merge conflict resolutionTom Cooksey2010-04-222-22/+0
| * | QX11GL: Fix bug with pixmaps drawn on multiple top-levelsTom Cooksey2010-04-191-2/+17
| * | Use QGLContextPrivate to track attribarray enabled state.Gunnar Sletta2010-04-191-3/+3
| * | Don't resolve geometry shaders every time...Gunnar Sletta2010-04-191-5/+6
* | | ifdef fix for egl on ws_litetsenyk2010-05-054-6/+112
* | | Use QGLPixmapData for testlite when in OpenGL modeTom Cooksey2010-04-301-1/+1
* | | Export QGLWindowSurface so it can be used by Lighthouse pluginsTom Cooksey2010-04-301-1/+1
* | | Add QPlatformGLWidgetSurface::filterEventTom Cooksey2010-04-292-0/+15
* | | Add QPlatformGLWidgetSurface to GL integrtationTom Cooksey2010-04-294-28/+58
* | | Update QGLWindowSurface to reflect geometry -> size name changeTom Cooksey2010-04-232-11/+33
* | | Merge remote branch 'origin/4.7' into lighthouseJørgen Lind2010-04-2123-143/+381
|\ \ \ | |/ /
| * | Set EGL_SWAP_BEHAVIOR to EGL_BUFFER_PRESERVED for regular QWidgetsTom Cooksey2010-04-161-0/+4
| * | Cleanup & remove unused function overloads from QEgl* APIsTom Cooksey2010-04-162-3/+3
| * | Wrap EGL image function pointers and move into QEgl namespaceTom Cooksey2010-04-151-6/+2
| * | Move nativePaintingActive flag to GL2 engine's privateTom Cooksey2010-04-142-9/+10
| * | More adjustments to QTBUG-6800Carolina Gomes2010-04-143-13/+11
| * | Adjustments to QTBUG-6800 patch.Carolina Gomes2010-04-141-8/+6
| * | QTBUG-6800 patch included, but only for OpenGL 2.0Carolina Gomes2010-04-143-1/+39
| * | Support building with desktop OpenGL managed via EGLTom Cooksey2010-04-146-21/+19
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-126-7/+44
| |\ \
| | * \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-04-125-12/+50
| | |\ \
| | | * | Fix flattening of largely scaled, thin, dashed beziers.Gunnar Sletta2010-04-121-4/+24
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-103-2/+13
| | | |\ \
| | | | * | Don't use texture-from-pixmap if the target isn't GL_TEXTURE_2DTom Cooksey2010-04-091-1/+2
| | | | * | Add runtime check for GLX >= 1.3 before using glXCreatePixmapTom Cooksey2010-04-091-0/+8
| | | | * | Allow y-interted pixmaps for brushes in GL2 paint engineTom Cooksey2010-04-091-1/+3
| | * | | | Fix antialiasing with transformed text in OpenGL2 paint engineEskil Abrahamsen Blomfeldt2010-04-123-1/+7
| | | |/ / | | |/| |
| * | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-122-5/+13
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|