summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reset GL glyph cache when texture limit is reachedEskil Abrahamsen Blomfeldt2011-03-231-0/+15
* Optimized glyph uploads in GL texture cache.Samuel Rødal2011-03-211-2/+13
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-031-0/+3
|\
| * Fixed missing text when using static text items in GL 2 engine.Samuel Rødal2011-02-021-0/+3
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-5/+1
|\ \ | |/
| * 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
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-201-0/+3
|\ \ \ | |/ /
| * | 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
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-131-8/+11
|\ \ | |/
| * Fix text disappearing on GL when RGB-path is taken (no transformation)Eskil Abrahamsen Blomfeldt2010-12-071-8/+11
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-251-2/+1
|\ \ | |/
| * 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
* | Merge branch 'lancelot'aavit2010-11-021-6/+6
|\ \
| * | Fixes unstability caused by a dangling pointer in GL text renderingTrond Kjernåsen2010-10-271-6/+6
* | | Make sure the correct attribute arrays are enabled in GL's glyph cacheEskil Abrahamsen Blomfeldt2010-10-271-4/+4
|/ /
* | Fix GL glyph cache with broken-fbo-fallbackEskil Abrahamsen Blomfeldt2010-10-061-1/+1
* | Work around OpenGL driver reading arrays asyncronouslyEskil Abrahamsen Blomfeldt2010-10-051-24/+22
* | Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-041-1/+6
|\ \ | |/
| * Minimize parameter changes on glyph cache texturesAaron Kennedy2010-09-281-0/+5
* | Make texture glyph cache on OpenGL work without a paint engineEskil Abrahamsen Blomfeldt2010-09-291-12/+66
* | Fix problems in QTextureGlyphCache caused by insufficient mergeEskil Abrahamsen Blomfeldt2010-09-241-2/+8
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-221-0/+9
|\ \ | |/
| * Fixed drawing a large number of glyphs with the same font under GL.Trond Kjernåsen2010-09-211-1/+10
* | Support sub pixel positioning of glyphs in raster engineEskil Abrahamsen Blomfeldt2010-09-091-3/+3
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-151-5/+0
|\ \ | |/
| * Fix text drawing into alpha pixmap with opengl engineEskil Abrahamsen Blomfeldt2010-07-071-5/+0
* | Initialize pex.Trond Kjernåsen2010-07-021-0/+1
* | Rework how QGLTextureGlyphCache makes use of the resource system.Trond Kjernåsen2010-07-021-23/+22
* | Clean up debug output.Trond Kjernåsen2010-07-021-2/+6
* | Redesigned how GL resource management works.Trond Kjernåsen2010-07-021-39/+8
* | Enablers for external use of QGLTextureGlyphCacheEskil Abrahamsen Blomfeldt2010-06-231-5/+6
* | Refactor QTextureGlyphCacheEskil Abrahamsen Blomfeldt2010-06-211-13/+49
|/
* 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