summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Fixed GL 2 engine rendering of images / pixmaps above max texture size.Samuel Rødal2010-12-131-5/+47
* Missing glyphs in GL when scaling QStaticText and QML text itemsEskil Abrahamsen Blomfeldt2010-12-101-5/+13
* Try using pure scissor clip in GL 2 engine for rotations.Samuel Rødal2010-12-091-1/+5
* Fixed missing text in GL 2 engine after recreating a context.Samuel Rødal2010-12-091-1/+3
* Fix possible corrupted text when gl glyph cache becomes fullEskil Abrahamsen Blomfeldt2010-11-191-2/+7
* Prevent crash in GL 2 engine when stroking null rectangle.Samuel Rødal2010-11-171-0/+3
* Fix possible missing glyphs in text when using GL engineEskil Abrahamsen Blomfeldt2010-11-161-0/+2
* Fix possible crash in QStaticText and QDeclarativeTextLayoutEskil Abrahamsen Blomfeldt2010-10-291-12/+12
* Functions that are externally defined to QtOpenGL needs to be imported.Jani Hautakangas2010-10-211-1/+1
* Fix GL_OES_element_index_uint and add GL_OES_depth24 detection.Jani Hautakangas2010-10-201-4/+4
* Enable QtOpenGL vector path caching on Symbian/IVE3Jani Hautakangas2010-10-041-19/+23
* Fallback to A8 text rendering on Mac when LCD smoothing is disabledAaron Kennedy2010-09-291-0/+7
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-281-28/+2
|\
| * Compile on Symbian - rework the X11 mask patch a bit.Trond Kjernåsen2010-09-231-2/+2
| * Fixed drawing of QPixmaps with masks in the GL 2 and X11 engines.Trond Kjernåsen2010-09-221-1/+1
| * Revert "Fixed painter path drawing on FBO without stencil buffer."Kim Motoyoshi Kalland2010-09-221-26/+0
* | Minimize parameter changes on glyph cache texturesAaron Kennedy2010-09-281-5/+19
* | Only set maskTexture sampler uniform onceAaron Kennedy2010-09-281-2/+0
* | Only repopulate the glyph cache when we know something could have changedAaron Kennedy2010-09-281-11/+16
* | Remove unnecessary attribute changesAaron Kennedy2010-09-231-2/+0
* | Invalidate QStaticText coord cache when texture size changesAaron Kennedy2010-09-231-1/+8
|/
* Fixed painter path drawing on FBO without stencil buffer.Kim Motoyoshi Kalland2010-09-201-0/+26
* Some optimizations to the GL pixmap data.Samuel Rødal2010-09-091-0/+6
* Introduce QtOpenGL module for Symbian.Jani Hautakangas2010-08-201-4/+12
* Silence warning when building with MSVC 2005Andy Shaw2010-07-141-1/+1
* Speed up QStaticText with affine transformation on GL2 engineEskil Abrahamsen Blomfeldt2010-06-011-20/+13
* Fixed compilation of QtOpenGL.Samuel Rødal2010-05-271-1/+1
* Fix crash when using opengl graphicssystem on desktopTom Cooksey2010-04-271-1/+5
* Remove dead code left after a merge conflict resolutionTom Cooksey2010-04-221-21/+0
* Use QGLContextPrivate to track attribarray enabled state.Gunnar Sletta2010-04-191-3/+3
* Move nativePaintingActive flag to GL2 engine's privateTom Cooksey2010-04-141-4/+8
* More adjustments to QTBUG-6800Carolina Gomes2010-04-141-5/+0
* QTBUG-6800 patch included, but only for OpenGL 2.0Carolina Gomes2010-04-141-1/+10
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-121-2/+4
|\
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-04-121-1/+3
| |\
| | * 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-121-1/+1
| |/
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-121-1/+1
|\ \ | |/ |/|
| * 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-161-12/+12
|\ \
| * | Optimize drawPixmapFragments for the GL2 paint engine.Michael Brasser2010-03-151-12/+12
* | | Implement a special case, simplified vertex shader for complex geometryEskil Abrahamsen Blomfeldt2010-03-161-1/+12
|/ /
* | Added clipping to the dashed stroke processor in the GL2 engine.Kim Motoyoshi Kalland2010-03-101-3/+7
* | Compile with Qt3Support in a ScratchBox environment.Trond Kjernåsen2010-03-101-1/+1
* | Renamed QPainter::Fragment/Hint -> QPainter::PixmapFragment/HintTrond Kjernåsen2010-03-091-3/+4
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-0/+1
|\ \ | |/
| * Fixed an exit crash that could occur in the GL 2 engine under X11.Trond Kjernåsen2010-03-041-0/+1
* | Remove comment in drawStaticTextItem() in GL engineEskil Abrahamsen Blomfeldt2010-02-241-1/+0