aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgshareddistancefieldglyphcache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove QSGSharedDistanceFieldGlyphCache.Robin Burchell2015-06-091-656/+0
* Add 28 QList::reserve() callsSérgio Martins2015-06-081-0/+1
* QtQuick: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-4/+6
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Add a debug function to save contents of distance field cacheEskil Abrahamsen Blomfeldt2014-11-051-173/+0
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Adapt Qt Quick 2 renderer to work with OpenGL Core ProfileSean Harmer2013-11-131-2/+2
* Use one render loop per QQuickWindowGunnar Sletta2013-10-301-2/+3
* Don't use reserved keyword "texture" as uniform variable nameSean Harmer2013-10-211-1/+1
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Updated distance field glyph caches to use QDistanceField.Yoann Lopes2013-08-271-9/+7
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Reduce number of relocationsMarc Mutz2012-11-231-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* QQuickCanvas renamesAlan Alpert2012-07-171-5/+5
* Uses new batching API to potentially speed up glyph cacheEskil Abrahamsen Blomfeldt2012-05-301-11/+82
* Optimize cross-thread calls into the shared graphics cacheEskil Abrahamsen Blomfeldt2012-05-151-18/+119
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-141-1/+1
* Adapt to _qpa file rename in qtbase.Girish Ramakrishnan2012-05-081-1/+1
* Enabled widget free compilation of QtQuickDonald Carr2012-04-181-2/+0
* Update for API changes in the QPlatformSharedGraphicsCacheEskil Abrahamsen Blomfeldt2012-04-031-14/+11
* Fix memory leak with the shared distance field glyph cache.Andrew den Exter2012-03-141-4/+15
* Fix missing glyphs when using shared distance-field cacheEskil Abrahamsen Blomfeldt2012-03-061-14/+21
* Merge master <-> api_changesMatthew Vogt2012-03-051-5/+34
|\
| * Avoid unnecessary updates when using in-process cacheEskil Abrahamsen Blomfeldt2012-03-011-5/+34
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-1/+1
|/
* Fix outdated license headers.Jason McDonald2012-02-011-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Add support for shared glyph cacheEskil Abrahamsen Blomfeldt2012-01-241-0/+621