aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/scenegraph/qsgdistancefieldglyphcache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Distance field glyph cache refactoring.Yoann Lopes2011-11-141-1257/+0
* Eliminate some warningsJiang Jiang2011-10-311-3/+3
* Get rid of legacy glTexParameterf calls.Samuel Rødal2011-10-241-8/+8
* Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-311-1/+1
* Fix crash due to uninitialized QOpenGLContext.Morten Sorvig2011-08-291-1/+2
* Get declarative running on new gui/opengl stack.Samuel Rødal2011-08-291-26/+26
* Slightly reduce distance-field texture creation (and resizing) time.Yoann Lopes2011-08-241-4/+1
* Added a faster subpixel antialiasing material for distance field text.Yoann Lopes2011-08-111-1/+1
* QSGDistanceFieldGlyphCache code refactoring.Yoann Lopes2011-08-101-102/+92
* Make distance field text more easily configurable.Yoann Lopes2011-08-091-0/+17
* define for timingGunnar Sletta2011-08-011-0/+13
* Improved the performance of distance-field generation.Kim Motoyoshi Kalland2011-07-201-332/+582
* Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-081-17/+17
* Start out with a distance field cache that fits more charactersGunnar Sletta2011-06-201-2/+3
* Compile fix for MSVC.Kim Motoyoshi Kalland2011-06-201-1/+1
* Implement caching of the distance fields...Gunnar Sletta2011-06-201-1/+36
* Speed up distance field generation by another 20% or so.Gunnar Sletta2011-06-151-5/+3
* Speed up distance field generation by 5-20%Gunnar Sletta2011-06-151-1/+4
* Small optimizations in distance-field cache.Yoann Lopes2011-05-241-12/+14
* Optimize distance-field glyph recycling.Yoann Lopes2011-05-231-0/+9
* Update to work with QGlyphs -> QGlyphRun renamingEskil Abrahamsen Blomfeldt2011-05-101-1/+1
* Removed a few warningsGunnar Sletta2011-05-091-4/+6
* Use a proper hash key for distance-field cache.Yoann Lopes2011-04-291-24/+8
* Fix detection of fonts with narrow outline in the distance-field cache.Yoann Lopes2011-04-281-1/+0
* Initial import from qtquick2.Qt by Nokia2011-04-271-0/+956