| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use QElapsedTimer::start() and not restart() | Giuseppe D'Angelo | 2025-03-15 | 1 | -1/+1 |
| * | SceneGraph: Delete unused logging categories and make others static | Ulf Hermann | 2024-06-25 | 1 | -0/+4 |
| * | QtQuick: Fix conflicting definition of helper windowFor in CMake Unity (Jumbo... | Friedemann Kleint | 2023-02-09 | 1 | -15/+15 |
| * | QtQuick/Render loops: Fix conflicting WM_ constants | Friedemann Kleint | 2023-02-09 | 1 | -22/+5 |
| * | Purge the internal renderSceneGraph function argument list | Laszlo Agocs | 2022-12-12 | 1 | -2/+2 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | Fix several more improperly placed #include moc | Thiago Macieira | 2022-07-28 | 1 | -2/+2 |
| * | Remove flushFrameSynchronousEvents from qquickwindow_p.h | Johan Solbakken | 2022-07-17 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Emit new frame signals from the software backend | Laszlo Agocs | 2020-06-22 | 1 | -0/+4 |
| * | Remove customRenderStage from QQuickWindowPrivate | Laszlo Agocs | 2020-06-08 | 1 | -2/+2 |
| * | Introduce new mechanism to manage palette functionality in QML | Vitaly Fanaskov | 2020-03-16 | 1 | -0/+1 |
| * | Remove D3D12 scenegraph backend | Laszlo Agocs | 2020-01-06 | 1 | -1/+1 |
| * | Add trace points for Qt Quick Scene Graph | Milian Wolff | 2019-12-13 | 1 | -0/+21 |
| * | QQuickWindow: Don't leak the animation controller | Ulf Hermann | 2019-10-02 | 1 | -2/+3 |
| * | Remove an unused event type in the threaded render loop | Laszlo Agocs | 2019-08-22 | 1 | -11/+0 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -2/+2 |
| * | ScenGraph: Prefer printf style logging | Kai Koehne | 2018-02-13 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-07-04 | 1 | -0/+2 |
| |\ |
|
| | * | Delay the deletion of QSGTextures until all windows are synchronized | Dominik Holland | 2017-06-16 | 1 | -0/+2 |
| * | | Merge remote-tracking branch 'origin/5.9' into dev | Lars Knoll | 2017-05-02 | 1 | -0/+1 |
| |\| |
|
| | * | Run includemocs in qtdeclarative | Thiago Macieira | 2017-04-26 | 1 | -0/+1 |
| * | | sources: Add missing override and remove redundant virtual | Alexander Volkov | 2017-02-23 | 1 | -2/+2 |
| |/ |
|
| * | QSGThreadedRenderLoop: Correctly stop the animation timer ... | Robin Burchell | 2017-01-12 | 1 | -0/+5 |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-11-28 | 1 | -8/+16 |
| * | Software Adaptation: Add threaded render loop | Andy Nichols | 2016-07-27 | 1 | -0/+991 |