summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* API fixes to QGLBuffer.Rhys Weatherley2010-03-222-21/+14
* Added warnings on non-created buffer in QGLBufferGunnar Sletta2010-03-221-0/+24
* Make an attemt to upload QPixmap in the most optimal format on 16-bitGunnar Sletta2010-03-191-2/+9
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-191-5/+5
|\
| * Actually use GL texture cache when bindoptions are providedGunnar Sletta2010-03-191-5/+5
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-182-12/+17
|\ \ | |/ |/|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-172-12/+17
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-162-12/+17
| | |\
| | | * Optimize drawPixmapFragments for the GL2 paint engine.Michael Brasser2010-03-152-12/+17
* | | | Add a raw bind() function to QGLBuffer.Rhys Weatherley2010-03-182-0/+34
* | | | Make sure XCopyArea has completed before resuming renderingTom Cooksey2010-03-171-0/+6
* | | | Make QX11GLPixmapData::scroll() return a valueTom Cooksey2010-03-171-1/+3
* | | | Fix some rendering/scrolling artifacts with QX11GLWindowSurfaceTom Cooksey2010-03-171-0/+4
* | | | Implement scrolling in QX11GLWindowSurfaceTom Cooksey2010-03-172-13/+36
* | | | Make WA_TranslucentBackground work with QX11GLWindowSurfaceTom Cooksey2010-03-171-0/+2
* | | | Add ultra-paranoid synchronization to QX11GLPixmapDataTom Cooksey2010-03-172-6/+65
|/ / /
* | | Fix OpenGL2 paint engine compilation issueRhys Weatherley2010-03-161-1/+1
* | | Avoid using uncompatible vertex shader for non-solid brushesEskil Abrahamsen Blomfeldt2010-03-161-3/+10
|/ /
* | Implement a special case, simplified vertex shader for complex geometryEskil Abrahamsen Blomfeldt2010-03-165-2/+39
|/
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-151-3/+8
|\
| * Worked around driver bug causing clipping errors on N900.Samuel Rødal2010-03-101-3/+8
* | Made QGLExtensions::glExtensions() thread-safe.Trond Kjernåsen2010-03-122-21/+18
* | Remove debug output from qt_eglproperties_set_glformatTom Cooksey2010-03-111-3/+1
* | Delete the QGLContext in ~QX11GLPixmapDataTom Cooksey2010-03-117-2/+11
* | Made QGLTextureCache::instance() threadsafe.Trond Kjernåsen2010-03-112-21/+7
* | Added clipping to the dashed stroke processor in the GL2 engine.Kim Motoyoshi Kalland2010-03-103-7/+12
* | Update QGLFormat from EGLConfig properlyTom Cooksey2010-03-106-45/+38
* | Make calls to QGLFormat::set*BufferSize also update flagsTom Cooksey2010-03-101-1/+5
* | Compile fix when Qt3Support is enabled for devices using EGL.Trond Kjernåsen2010-03-101-1/+1
* | Compile with Qt3Support in a ScratchBox environment.Trond Kjernåsen2010-03-101-1/+1
* | Make sure 16-bit EGL configs are chosen over 32-bit configsTom Cooksey2010-03-102-32/+55
* | Make the EGL contexts in QX11GLPixmapData Q_GLOBAL_STATICTom Cooksey2010-03-101-3/+13
* | Handle EGLSurfaces better, including more error detectionTom Cooksey2010-03-103-7/+13
* | Make sure pixmap hooks get installed so EGL surfaces are cleaned upTom Cooksey2010-03-101-0/+4
* | Renamed QPainter::Fragment/Hint -> QPainter::PixmapFragment/HintTrond Kjernåsen2010-03-092-5/+8
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-081-1/+0
|\ \
| * | Enable cleanup hooks when creating an EGL surface for a pixmapTom Cooksey2010-03-081-1/+0
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-062-1/+2
|\ \ \ | |/ / |/| / | |/
| * Fixed an exit crash that could occur in the GL 2 engine under X11.Trond Kjernåsen2010-03-041-0/+1
| * Preparation to enable OpenGLES 2.0 for Windows Mobile.ninerider2010-02-271-3/+9
* | Port QX11GLPixmapData & QX11GLWindowSurface to new QEgl APITom Cooksey2010-03-055-196/+74
* | Fix build when egl.h includes X11 headers & pollutes namespaceTom Cooksey2010-03-041-7/+1
* | Fix build on EGL implementations where EGLConfig is a pointerTom Cooksey2010-03-041-3/+2
* | Add and use QGLContextPrivate::eglSurfaceForDevice()Tom Cooksey2010-03-024-4/+33
* | Make bindTextureFromNativePixmap use new QEgl APIsTom Cooksey2010-03-021-2/+7
* | Move QGLWidget::setContext logic into QEgl & QGLContextTom Cooksey2010-03-022-130/+55
* | Move EGL surface type setting to new QEglProperties::setDeviceTypeTom Cooksey2010-03-026-39/+40
* | Replace qt_egl_add_platform_config with existing QEglProperties APITom Cooksey2010-03-024-35/+3
* | Use QEgl::display in QGLTemporaryContext so EGL is init'd only onceTom Cooksey2010-03-021-6/+1
* | Remove qt_egl_setup_x11_visualTom Cooksey2010-03-021-149/+1