aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util
Commit message (Expand)AuthorAgeFilesLines
* Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-184-6/+6
* Quick: Don't qualify OpenGL includesUlf Hermann2020-01-273-8/+8
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-143-176/+1
|\
| * Add API to get the platform specific texture handlePaul Olav Tvete2019-12-173-176/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-143-0/+23
|\|
| * Add trace points for Qt Quick Scene GraphMilian Wolff2019-12-133-0/+23
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-122-4/+4
|\|
| * Fix Metal usage on iOSLaszlo Agocs2019-11-271-2/+2
| * Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-221-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-251-2/+10
|\|
| * Support DXT1/3/5 in compressed texture atlasv5.14.0-beta2Michael Brasser2019-10-171-2/+10
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-091-3/+4
|\|
| * Follow QRhi improvements and drop QVectors where applicableLaszlo Agocs2019-10-071-3/+4
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2019-10-074-10/+10
|\|
| * Change const ref to ref in QSGMaterialRhiShader as per API reviewLaszlo Agocs2019-09-234-10/+10
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Ulf Hermann2019-09-058-1/+220
|\|
| * 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
* | Fix build with Qt 6Simon Hausmann2019-07-311-3/+0
|/
* 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