summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Fix missing glyphs for large fonts with QStaticText/GL/FreetypeEskil Abrahamsen Blomfeldt2011-04-291-1/+1
* Fixed missing text when using static text items in GL 2 engine.Samuel Rødal2011-02-021-0/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-101-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Merge branch 'graphics-team-text-4.7' into 4.7Eskil Abrahamsen Blomfeldt2011-01-101-4/+0
|\ \ | |/ |/|
| * Fix regression in text rendering in OpenGL2 engineEskil Abrahamsen Blomfeldt2011-01-051-4/+0
* | Add work around for bug when painting w/glTexSubImage into large textureEskil Abrahamsen Blomfeldt2010-12-161-1/+4
|/
* Don't delete FBO when resetting glyph cacheEskil Abrahamsen Blomfeldt2010-12-141-4/+7
* Fix text disappearing on GL when RGB-path is taken (no transformation)Eskil Abrahamsen Blomfeldt2010-12-071-8/+11
* Fix possible corrupted text when gl glyph cache becomes fullEskil Abrahamsen Blomfeldt2010-11-191-1/+18
* Fix possible missing glyphs in text when using GL engineEskil Abrahamsen Blomfeldt2010-11-161-1/+8
* Fix text rendering in GL when using the broken-fbo-fallbackEskil Abrahamsen Blomfeldt2010-10-071-1/+1
* Minimize parameter changes on glyph cache texturesAaron Kennedy2010-09-281-0/+5
* Fixed drawing a large number of glyphs with the same font under GL.Trond Kjernåsen2010-09-211-1/+10
* Fix text drawing into alpha pixmap with opengl engineEskil Abrahamsen Blomfeldt2010-07-071-5/+0
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-06-081-0/+5
|\
| * Fix antialiasing with transformed text in OpenGL2 paint engineEskil Abrahamsen Blomfeldt2010-05-311-0/+5
| * Fix missing namespace.ck2010-02-011-0/+4
* | 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-141-13/+5
* | Fix textdrawing under GL on N900.Gunnar Sletta2010-05-071-30/+56
* | Fix antialiasing with transformed text in OpenGL2 paint engineEskil Abrahamsen Blomfeldt2010-04-121-0/+5
* | Merge branch '4.6'Thiago Macieira2010-01-211-1/+1
|\ \ | |/
| * Fix copyright year.Jason McDonald2010-01-191-1/+1
* | Merge branch '4.6'Thiago Macieira2010-01-131-8/+37
|\ \ | |/
| * Fixed subpixel antialiased text drawing with the GL2 engine.Kim Motoyoshi Kalland2010-01-111-3/+15
| * Track the glVertexAttribPointer and only update it if it's changedTom Cooksey2010-01-111-5/+22
* | Add QT_{BEGIN,END}_NAMESPACE to qtextureglyphcache_gl.cpp.ck2010-01-111-0/+4
|/
* Move QGLTextureGlyphCache into it's own fileTom Cooksey2010-01-051-0/+216