aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-291-2/+2
|\
| * Silent -Wdouble-promotion warningJesus Fernandez2019-01-251-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-221-1/+1
|\|
| * Documentation: Start using the \nullptr macroFriedemann Kleint2019-01-211-1/+1
* | Privately export QQuickImageTextureProvider, QSGTextureMaterialShaderPaolo Angelelli2019-01-151-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-201-0/+25
|\|
| * wasm: fix opengl layers, depth stencilLorn Potter2018-10-161-0/+25
* | Fix -Wweak-vtables warningJesus Fernandez2018-10-173-3/+3
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-011-0/+1
|\|
| * Add missing Q_FLAG declarations in QObject subclassesShawn Rutledge2018-09-281-0/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-09-061-1/+4
|\|
| * Fix no-opengl buildAllan Sandfeld Jensen2018-09-051-1/+4
* | Share texture upload logic with QtGuiAllan Sandfeld Jensen2018-08-211-70/+9
|/
* Load pregenerated glyph cache in default DF cacheEskil Abrahamsen Blomfeldt2018-08-172-0/+148
* Compressed textures: Replace file decoding code with QtGui functionalityEirik Aavitsland2018-08-093-57/+25
* Remove custom swizzle implementationsAllan Sandfeld Jensen2018-07-182-26/+2
* Fix transitive includeUlf Hermann2018-06-201-0/+2
* 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
* 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
|\| |