aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgdefaultdistancefieldglyphcache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove reference to OpenGL from distance field cache superclassEskil Abrahamsen Blomfeldt2019-01-211-1/+3
* Load pregenerated glyph cache in default DF cacheEskil Abrahamsen Blomfeldt2018-08-171-7/+288
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-5/+5
* Add check in buffer creationJesus Fernandez2017-06-161-6/+9
* Remove QSGDistanceFieldGlyphCacheManagerRobin Burchell2017-03-211-3/+2
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-171-1/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+2
| |\
| | * Remove artifacts in font renderingEirik Aavitsland2016-08-051-1/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-4/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-4/+8
| |\|
| | * Support glyphs outside em square in distance field cacheEskil Abrahamsen Blomfeldt2016-06-151-4/+8
* | | Use the QT_DISTANCEFIELD_HIGHGLYPHCOUNT function from qtbaseAram So2016-03-111-1/+1
|/ /
* / Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Redirect the default FBO correctly with QQuickWidgetLaszlo Agocs2015-06-031-2/+3
* Use of fullsize distance field textures should be font-dependent.Michael Brasser2015-03-031-7/+1
* QtQuick: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-3/+5
* Allow glyph cache textures to be created at full size.Michael Brasser2015-02-251-0/+12
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Add padding to distance field glyph cacheEskil Abrahamsen Blomfeldt2014-11-111-8/+20
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Avoid direct GL calls in QuickLaszlo Agocs2014-05-231-94/+95
* Follow QOpenGLContext API renamingLaszlo Agocs2014-04-251-2/+2
* Dynamic GL in QuickLaszlo Agocs2014-03-181-2/+4
* Fixed regression from fd5c629f4336b1f79Björn Breitmeyer2014-02-281-8/+17
* Don't use VertexarraysBjörn Breitmeyer2014-02-211-19/+11
* Adapt Qt Quick 2 renderer to work with OpenGL Core ProfileSean Harmer2013-11-131-7/+77
* Workaround for glyph upload bug with the Mali-400 GPU.Yoann Lopes2013-11-091-7/+48
* Use one render loop per QQuickWindowGunnar Sletta2013-10-301-3/+6
* Prevent bogus warning message flood on nVidia driver related to mipmapsSean Harmer2013-10-291-3/+9
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Updated distance field glyph caches to use QDistanceField.Yoann Lopes2013-08-271-12/+25
* Workaround for distance field glyph upload problem.Yoann Lopes2013-07-261-2/+4
* Provide workaround to slow glyph cache updates.Michael Brasser2013-04-021-5/+9
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Fix potential crash when using text and more than 1 QQuickViewEskil Abrahamsen Blomfeldt2012-09-281-6/+17
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Support for variable glyph width in QSGDefaultDistanceFieldGlyphCache.Yoann Lopes2012-06-081-39/+35
* qMalloc, qFree, qRealloc, qMemCopy, qMemSet are deprecatedOlivier Goffart2012-04-231-1/+1
* Use a single distance-field cache instance for all sizes of a given font.Yoann Lopes2012-03-191-45/+62
* Support for multiple textures in the default distance field glyph cache.Yoann Lopes2012-03-151-36/+50
* Merge master <-> api_changesMatthew Vogt2012-03-051-0/+1
|\
| * Move distance field util functions to QtGuiJiang Jiang2012-02-281-0/+1
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-1/+1
|/
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-171-1/+1
* Reference count glyphs in QSGDistanceFieldGlyphCache.Yoann Lopes2011-12-211-24/+12
* More distance-field cache refactoring.Yoann Lopes2011-12-141-2/+5
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+324