aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgdistancefieldglyphnode_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-31/+15
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-14/+14
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-1/+1
|\
| * Remove another call to QOpenGLContext::currentContext()Erik Verbruggen2018-01-191-1/+1
* | Remove QSGDistanceFieldGlyphCacheManagerRobin Burchell2017-03-211-1/+0
* | QSGDistanceFieldUtil: Remove a layer of indirectionRobin Burchell2017-03-211-11/+30
* | sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-231-13/+13
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-9/+9
|\
| * Move Qt Quick scenegraph resources under the :/qt-project.org/ directoryGiuseppe D'Angelo2016-04-011-9/+9
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Address uninitialized scalar fieldsHolger Hans Peter Freyther2015-04-031-0/+11
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Avoid direct GL calls in QuickLaszlo Agocs2014-05-231-7/+8
* Implement missing compare() function for Raised/Sunken textGunnar Sletta2013-11-111-0/+7
* Refactor shaders into seprate GLSL source filesSean Harmer2013-10-311-221/+22
* Don't use reserved keyword "texture" as uniform variable nameSean Harmer2013-10-211-39/+39
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Make compare check against the right colorGunnar Sletta2013-08-161-1/+1
* Avoid redundant state changes in distancefield text shaderGunnar Sletta2013-08-081-5/+37
* Fix warning about change of sign: glyph_t is unsignedThiago Macieira2013-07-031-3/+3
* Avoid using QColor::xxxF functions.Gunnar Sletta2013-05-221-23/+16
* Fixed distance field text when using non-opaque colors.Yoann Lopes2013-04-061-4/+20
* Use correct alpha range for the distance field outlined text.Yoann Lopes2013-04-061-8/+14
* Fix distance field antialiasing for retina displays.Gunnar Sletta2013-04-021-2/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Adding mediump precision qualifier in distance-field fragment shaderThomas Senyk2012-07-241-1/+1
* Initialize data members in quick.Martin Jones2012-05-291-0/+1
* Use a single distance-field cache instance for all sizes of a given font.Yoann Lopes2012-03-191-15/+13
* Merge master <-> api_changesMatthew Vogt2012-03-051-1/+5
|\
| * Fix material compare for distance field glyph nodes.Glenn Watson2012-03-011-1/+5
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-1/+1
|/
* Provide determinant accessor in render state structure.Glenn Watson2012-02-081-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
* Added a few material flagsGunnar Sletta2012-01-201-1/+1
* Use mediump in distance field shaders for the alpha threshold.Yoann Lopes2012-01-181-12/+12
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-171-1/+1
* More distance-field cache refactoring.Yoann Lopes2011-12-141-6/+4
* update: make fragment shader code for distance field work with tegra2Johannes Zellner2011-12-141-12/+12
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+725