summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |_|/ |/| |
| * | Fixed possible data corruption in the triangulating stroker.Trond Kjernåsen2010-04-091-4/+12
| * | Fixed caching of QPainter patterns in the GL 2 engine.Trond Kjernåsen2010-04-071-1/+1
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-091-6/+13
|\ \ \ | |/ / | | / | |/ |/|
| * Allow attributes to be bound after a QGLShaderProgram is linked.Rhys Weatherley2010-03-311-6/+13
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-03-3044-1310/+5953
|\ \ | |/ |/|
| * Fix build on WindowsTom Cooksey2010-03-261-0/+1
| * Avoid having to create temporary QPixmaps when binding to textureTom Cooksey2010-03-264-13/+10
| * Implement Texture-From-Pixmap using EGLImage extensions on X11/EGLTom Cooksey2010-03-264-35/+159
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-233-17/+19
| |\
| | * Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-03-231-0/+24
| | |\
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-213-17/+19
| | |\ \
| | | * | Compile Qt in C++0x mode.Thiago Macieira2010-03-203-17/+19
| * | | | 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
| |\
| * | Made QGLExtensions::glExtensions() thread-safe.Trond Kjernåsen2010-03-122-21/+18