summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex
Commit message (Expand)AuthorAgeFilesLines
* Support sub pixel positioning of glyphs in raster engineEskil Abrahamsen Blomfeldt2010-09-093-5/+12
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-252-4/+20
|\
| * Introduce QtOpenGL module for Symbian.Jani Hautakangas2010-08-202-4/+20
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-281-1/+1
|\ \ | |/
| * Silence warning when building with MSVC 2005Andy Shaw2010-07-141-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-152-6/+0
|\ \ | |/
| * Fix text drawing into alpha pixmap with opengl engineEskil Abrahamsen Blomfeldt2010-07-072-6/+0
* | Made QGL2GradientCache thread safe.Trond Kjernåsen2010-07-072-7/+26
* | Initialize pex.Trond Kjernåsen2010-07-021-0/+1
* | Rework how QGLTextureGlyphCache makes use of the resource system.Trond Kjernåsen2010-07-023-56/+76
* | Clean up debug output.Trond Kjernåsen2010-07-023-7/+19
* | Rework the internal GL resource system yet again.Trond Kjernåsen2010-07-024-63/+11
* | Make the GL texture cache share textures between shared contexts.Trond Kjernåsen2010-07-021-2/+3
* | Redesigned how GL resource management works.Trond Kjernåsen2010-07-026-119/+56
* | Don't use the QGLSignalProxy to clean up the thread-local shaders.Trond Kjernåsen2010-07-021-17/+32
* | Simplify how the QGLEngineSharedShaders object is cleaned up.Trond Kjernåsen2010-07-021-35/+32
* | More work on GL threading.Trond Kjernåsen2010-07-022-25/+82
* | Enablers for external use of QGLTextureGlyphCacheEskil Abrahamsen Blomfeldt2010-06-231-5/+6
* | Refactor QTextureGlyphCacheEskil Abrahamsen Blomfeldt2010-06-213-15/+61
|/
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-06-082-0/+6
|\
| * Fix antialiasing with transformed text in OpenGL2 paint engineEskil Abrahamsen Blomfeldt2010-05-313-1/+8
* | Speed up QStaticText with affine transformation on GL2 engineEskil Abrahamsen Blomfeldt2010-06-012-22/+14
* | Fixed compilation of QtOpenGL.Samuel Rødal2010-05-271-1/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-172-5/+6
|\ \ | |/
| * Workaround for ATI driver bug when using QGraphicsEffect with GL.Kim Motoyoshi Kalland2010-05-122-5/+6
* | Limit the lower glyph texture cache size to 16x16 in GL.Trond Kjernåsen2010-05-141-0/+12
* | Added workarounds for two MBX/SGX specific GL ES bugs/problems.Trond Kjernåsen2010-05-142-15/+5
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-112-32/+59
|\ \
| * | Fix textdrawing under GL on N900.Gunnar Sletta2010-05-072-32/+59
* | | Avoid many unnecessary allocations, so so that paint engines attached to pixmapsWarwick Allison2010-05-075-7/+16
|/ /
* | Fix crash in styles example when running with opengl graphicssystemTom Cooksey2010-04-281-8/+8
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-272-2/+7
|\ \
| * | Fix crash when using opengl graphicssystem on desktopTom Cooksey2010-04-272-2/+7
* | | Correctly inherit extension propertiesAaron Kennedy2010-04-271-1/+1
|/ /
* | Remove dead code left after a merge conflict resolutionTom Cooksey2010-04-222-22/+0
* | Use QGLContextPrivate to track attribarray enabled state.Gunnar Sletta2010-04-191-3/+3
* | Move nativePaintingActive flag to GL2 engine's privateTom Cooksey2010-04-142-9/+10
* | More adjustments to QTBUG-6800Carolina Gomes2010-04-142-6/+4
* | QTBUG-6800 patch included, but only for OpenGL 2.0Carolina Gomes2010-04-142-1/+12
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-124-6/+34
|\ \
| * \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-04-122-5/+27
| |\ \
| | * | Fix flattening of largely scaled, thin, dashed beziers.Gunnar Sletta2010-04-121-4/+24
| | * | 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
* | Compile Qt in C++0x mode.Thiago Macieira2010-03-201-4/+4
* | 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
| |\ \