aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util
Commit message (Expand)AuthorAgeFilesLines
* Support DXT1/3/5 in compressed texture atlasv5.14.0-beta2Michael Brasser2019-10-171-2/+10
* Follow QRhi improvements and drop QVectors where applicableLaszlo Agocs2019-10-071-3/+4
* Change const ref to ref in QSGMaterialRhiShader as per API reviewLaszlo Agocs2019-09-234-10/+10
* Add a createTextureFromId() alternativeLaszlo Agocs2019-08-304-0/+197
* Add a note to QSGEngine about its incompatibility with the RHILaszlo Agocs2019-08-302-0/+6
* Rescale on rhi path too when NPoT textures not supportedLaszlo Agocs2019-08-172-0/+14
* QSGDepthStencilBufferManager: don't use toStrongRef().data()Marc Mutz2019-08-171-1/+3
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-0418-1092/+1444
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-202-0/+5
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-192-0/+5
| |\
| | * Fix graphical artifacts after changing only textureAllan Sandfeld Jensen2019-06-132-0/+5
* | | Fix deprecation warnings in 5.14Friedemann Kleint2019-05-291-1/+1
|/ /
* | 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
|\ \