| Commit message (Expand) | Author | Age | Files | Lines |
| * | Doc: Fix swapped parameters in QDoc link commands | David Boddie | 2025-10-27 | 1 | -1/+1 |
| * | Remove racy and unused debug code qsg_test_and_clear_material_failure() | David Faure | 2025-03-10 | 1 | -15/+0 |
| * | QtQuick: Straighten out some logging categories | Ulf Hermann | 2024-06-19 | 1 | -2/+0 |
| * | QSGMaterial: correct link in docs for viewCount | Laszlo Agocs | 2024-05-27 | 1 | -4/+5 |
| * | Correct fragment stage related in QSGMaterial multiview docs | Laszlo Agocs | 2024-04-16 | 1 | -5/+9 |
| * | Allow QQuickRt adopt a native texture array for multiview rendering | Laszlo Agocs | 2024-01-15 | 1 | -6/+7 |
| * | scenegraph: Add plumbing for enabling multiview | Laszlo Agocs | 2024-01-15 | 1 | -0/+180 |
| * | Debug leaked resource info into the qt.scenegraph.leaks logging category | Shawn Rutledge | 2023-08-29 | 1 | -1/+1 |
| * | Remove QML_LEAK_CHECK | Shawn Rutledge | 2023-08-21 | 1 | -3/+5 |
| * | QtQuick: Fix conflicting definitions of qsg_leak_check in CMake Unity (Jumbo)... | Friedemann Kleint | 2023-02-07 | 1 | -6/+2 |
| * | Document some advanced scenegraph structs | Laszlo Agocs | 2022-06-23 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Repurpose CustomCompileStep as NoBatching in QSGMaterial | Laszlo Agocs | 2021-08-13 | 1 | -3/+12 |
| * | Improve QSGMaterial docs | Laszlo Agocs | 2021-02-19 | 1 | -15/+31 |
| * | Add links to examples in scenegraph docs | Laszlo Agocs | 2020-06-24 | 1 | -0/+6 |
| * | Anisotropic antialiasing for distance field text | Eskil Abrahamsen Blomfeldt | 2020-06-15 | 1 | -5/+10 |
| * | Make QSGMaterialRhiShader become QSGMaterialShader | Laszlo Agocs | 2020-06-02 | 1 | -40/+3 |
| * | Avoid truncating in QSGMaterial::compare() implementations | Laszlo Agocs | 2020-05-27 | 1 | -1/+2 |
| * | Avoid initializing QFlags with 0 or nullptr | Allan Sandfeld Jensen | 2019-11-22 | 1 | -1/+0 |
| * | Add the graphics api independent scenegraph port | Laszlo Agocs | 2019-07-04 | 1 | -523/+49 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -1/+1 |
| * | doc: Add documentation for undocumented things | Martin Smith | 2018-02-14 | 1 | -0/+5 |
| * | Doc: add new enumeration descriptions | Nico Vertriest | 2017-03-30 | 1 | -0/+4 |
| * | Merge remote-tracking branch 'origin/5.8' into dev | Liang Qi | 2016-12-14 | 1 | -5/+5 |
| |\ |
|
| | * | Get rid of most QT_NO_FOO usages | Lars Knoll | 2016-11-29 | 1 | -5/+5 |
| * | | Enable shader disk cache in Qt Quick | Laszlo Agocs | 2016-11-27 | 1 | -2/+2 |
| |/ |
|
| * | Doc: Remove newline to fix QSGMaterial flags table | Laszlo Agocs | 2016-09-05 | 1 | -1/+0 |
| * | Quick: replace 'foreach' with 'range for' | Anton Kudryavtsev | 2016-08-18 | 1 | -2/+2 |
| * | Enable building Qt Quick module with QT_NO_OPENGL defined | Andy Nichols | 2016-03-22 | 1 | -7/+21 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6 | Liang Qi | 2015-11-17 | 1 | -1/+7 |
| |\ |
|
| | * | Doc: added documentation to undocumented functions | Nico Vertriest | 2015-11-02 | 1 | -1/+7 |
| * | | Quick: Sanitize reading environment variables. | Friedemann Kleint | 2015-10-26 | 1 | -1/+1 |
| |/ |
|
| * | Fix some qdoc-warnings. | Friedemann Kleint | 2015-02-23 | 1 | -0/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | Verbose fatal instead of crash when the scene graph state is invalid. | Gunnar Sletta | 2014-07-04 | 1 | -0/+15 |
| * | Avoid direct GL calls in Quick | Laszlo Agocs | 2014-05-23 | 1 | -1/+2 |
| * | Clearly point out the distinction between GUI and Render threads. | Gunnar Sletta | 2014-03-20 | 1 | -4/+7 |
| * | Update scenegraph docs to be in line with Qt 5.2 behavior changes. | Michael Brasser | 2014-02-15 | 1 | -6/+0 |
| * | Refactor shaders into seprate GLSL source files | Sean Harmer | 2013-10-31 | 1 | -2/+59 |
| * | Use one render loop per QQuickWindow | Gunnar Sletta | 2013-10-30 | 1 | -1/+1 |
| * | Fix license headers of QtQuick sources. | Gunnar Sletta | 2013-09-30 | 1 | -1/+1 |
| * | Add Q_UNUSED for reserved fields. | Alan Alpert | 2013-09-10 | 1 | -0/+2 |
| * | New scenegraph renderer and atlas textures. | Gunnar Sletta | 2013-09-02 | 1 | -13/+1 |
| * | Introduce QSGMaterial::CustomCompileStep | Gunnar Sletta | 2013-08-12 | 1 | -0/+5 |
| * | Revert "Cut performance cost in QSGContext::prepareMaterial()". | Gunnar Sletta | 2013-06-20 | 1 | -1/+0 |
| * | Cut performance cost in QSGContext::prepareMaterial() | Gunnar Sletta | 2013-05-23 | 1 | -0/+1 |
| * | Fix distance field antialiasing for retina displays. | Gunnar Sletta | 2013-04-02 | 1 | -0/+6 |
| * | Fix rendering of subpixel positioned native text | Eskil Abrahamsen Blomfeldt | 2013-03-07 | 1 | -0/+10 |