summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Fixed holes in border image drawing by introducing new API.Samuel Rødal2011-07-261-2/+8
* Merge remote branch 'qt/4.8' into fire-masterPaul Olav Tvete2011-06-061-17/+17
|\
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | Refactor glyph pretransform checkJiang Jiang2011-06-031-0/+1
|/
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-201-0/+2
|\ \ | |/
| * Fixed GL 2 engine rendering of images / pixmaps above max texture size.Samuel Rødal2010-12-131-0/+2
* | Fixed stroke / fill inconsistencies in GL 2 paint engine.Samuel Rødal2010-12-141-2/+0
|/
* Some optimizations to the GL pixmap data.Samuel Rødal2010-09-091-0/+2
* Speed up QStaticText with affine transformation on GL2 engineEskil Abrahamsen Blomfeldt2010-06-011-2/+1
* Avoid many unnecessary allocations, so so that paint engines attached to pixmapsWarwick Allison2010-05-071-0/+1
* Fix crash when using opengl graphicssystem on desktopTom Cooksey2010-04-271-1/+2
* Remove dead code left after a merge conflict resolutionTom Cooksey2010-04-221-1/+0
* Move nativePaintingActive flag to GL2 engine's privateTom Cooksey2010-04-141-5/+2
* More adjustments to QTBUG-6800Carolina Gomes2010-04-141-1/+4
* QTBUG-6800 patch included, but only for OpenGL 2.0Carolina Gomes2010-04-141-0/+2
* Implement a special case, simplified vertex shader for complex geometryEskil Abrahamsen Blomfeldt2010-03-161-0/+1
* Renamed QPainter::Fragment/Hint -> QPainter::PixmapFragment/HintTrond Kjernåsen2010-03-091-2/+4
* Made the qDrawPixmaps() API public (with modifications).Trond Kjernåsen2010-02-231-2/+2
* Fix warnings on gccEskil Abrahamsen Blomfeldt2010-02-181-2/+2
* Add experimental VBO support for drawCachedGlyphs()'s index arrayEskil Abrahamsen Blomfeldt2010-02-181-1/+3
* Optimization for text drawing on OpenGLEskil Abrahamsen Blomfeldt2010-02-181-1/+3
* Merge branch 'master' of scm.dev.troll.no:qt/oslo-staging-2 into qstatictext-4.7Eskil Abrahamsen Blomfeldt2010-02-151-0/+2
|\
| * Turned off subpixel AA text on surface with alpha in GL2 engine.Kim Motoyoshi Kalland2010-02-111-0/+1
| * Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-011-2/+0
| |\
| * \ Merge branch '4.6'Thiago Macieira2010-01-131-1/+21
| |\ \
| * \ \ Merge branch '4.6'Thiago Macieira2010-01-081-8/+9
| |\ \ \
| * \ \ \ Merge branch '4.6'Thiago Macieira2010-01-051-47/+43
| |\ \ \ \
| * \ \ \ \ Merge branch '4.6'Thiago Macieira2009-12-261-7/+3
| |\ \ \ \ \
| * | | | | | Implemented caching of concave vector paths in the GL2 engine.Kim Motoyoshi Kalland2009-12-151-0/+1
* | | | | | | Use glDrawElements and triangle strips to draw glyphs in GL engineEskil Abrahamsen Blomfeldt2010-02-091-0/+1
* | | | | | | Merge branch '4.6' into qstatictext-4.6Eskil Abrahamsen Blomfeldt2010-02-011-2/+0
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Use an attribute value for the PMV matrix rather than a uniformTom Cooksey2010-01-211-2/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Fix transformed painting of QStaticText in GL2 paint engineEskil Abrahamsen Blomfeldt2010-02-011-1/+2
* | | | | | CompileEskil Abrahamsen Blomfeldt2010-01-151-1/+1
* | | | | | Implement drawStaticTextItem() in OpenGL paint enginesEskil Abrahamsen Blomfeldt2010-01-141-1/+2
|/ / / / /
* | | | | Merge remote branch 'qt/4.6' into oslo-staging-2/4.6Paul Olav Tvete2010-01-121-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-071-1/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | |_|/ | | |/| |
* | | | | Track the glVertexAttribPointer and only update it if it's changedTom Cooksey2010-01-111-0/+20
|/ / / /
* | | | Move QGLTextureGlyphCache into it's own fileTom Cooksey2010-01-051-0/+6
* | | | Introduce new "snapToPixelGrid" flag to GL2 engine for drawTextTom Cooksey2010-01-041-0/+2
* | | | Fixed QGLWidget::renderText().Trond Kjernaasen2009-12-301-8/+1
|/ / /
* | | Lots of mostly cosmetic cleanups to GL2 paint engineTom Cooksey2009-12-281-45/+39
* | | Move the 0.5 offset we add for aliased rendering to updateMatrix()Tom Cooksey2009-12-281-2/+3
* | | Fix text rendering on GL2 paint engineTom Cooksey2009-12-231-0/+1
| |/ |/|