aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util
Commit message (Expand)AuthorAgeFilesLines
* webassembly: revert the bitfield patchLorn Potter2018-03-231-15/+0
* Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-03-0825-239/+407
|\
| * Fix memory leak in compressed texture file readingEirik Aavitsland2018-02-272-0/+6
| * use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-278-8/+8
| * init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-263-4/+1
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-2612-47/+47
| * Finally really remove QT_NO_QML_DEBUGGERUlf Hermann2018-02-191-0/+1
| * doc: Add documentation for undocumented thingsMartin Smith2018-02-143-2/+21
| * ScenGraph: Prefer printf style loggingKai Koehne2018-02-131-3/+4
| * Fix: Make Image element support detection of suitable file extensionEirik Aavitsland2018-02-132-0/+8
| * doc: Add template parameters to \fn commandsMartin Smith2018-02-091-8/+8
| * Fix debug builds using musl libcJan Murawski2018-02-071-1/+1
| * Add basic handler for ktx format texture filesEirik Aavitsland2018-02-011-0/+3
| * Basic working compressed texture atlasMichael Brasser2018-01-312-153/+257
| * Refactor compressed texture file readingEirik Aavitsland2018-01-272-19/+48
* | wasm: bitfield packing fixLorn Potter2018-01-171-0/+15
|/
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-1/+1
* Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-232-5/+4
|\
| * Fix memory leaks with threaded rendererJoni Poikelin2017-08-222-5/+4
* | Add very basic compressed texture supportMichael Brasser2017-08-072-0/+154
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-282-4/+5
|\|
| * Fix memory leak in QSGAtlasTexture::Manager::create()Mitch Curtis2017-07-262-4/+5
| * Ensure same glyph cache is used for same font at different sizesMichael Brasser2017-05-102-3/+25
* | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-05-314-2/+11
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-024-2/+11
| |\|
| | * Run includemocs in qtdeclarativeThiago Macieira2017-04-264-0/+9
| | * Support for Q_OS_ANDROID_EMBEDDED and android-embedded buildsOtto Ryynänen2017-04-252-2/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-253-1/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-04-221-1/+3
| |\|
| | * Silence GCC 7 warnings about implicit fallthrough in Qt codeThiago Macieira2017-04-201-1/+3
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-211-0/+2
| |\|
| | * Add \since to QSGTexture::AnisotropyLevelFriedemann Kleint2017-04-191-0/+2
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-071-0/+2
| |\|
| | * Doc: add new enumeration descriptionsNico Vertriest2017-03-301-0/+2
| * | Document that wrap modes do not work with atlas texturesGunnar Sletta2017-04-041-0/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-035-197/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-03-272-8/+5
| |\|
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-152-8/+5
| | |\
| | | * Doc: Removed non-working reimplementation suggestionsChristoph Sterz2017-03-152-8/+5
| * | | Remove QSGDistanceFieldGlyphCacheManagerRobin Burchell2017-03-212-148/+0
| * | | QSGDistanceFieldUtil: Remove a layer of indirectionRobin Burchell2017-03-212-38/+0
| * | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-021-3/+3
| |\| |
| | * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-3/+3
| | |\|
| | | * Quick: Check fbo msaa related extensions via QtGuiLaszlo Agocs2017-01-311-3/+3
* | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-03-0110-8/+100
|\| | |
| * | | sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-232-6/+6
| |/ /
| * | Add anisotropic filtering support to QSGTexturePaolo Angelelli2017-01-258-2/+94
* | | Add QQuickPathItem and its backend infraLaszlo Agocs2016-12-194-9/+26
|/ /
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-149-46/+59
|\|
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-298-35/+35