aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/adaptations/software/qsgsoftwarethreadedrenderloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QElapsedTimer::start() and not restart()Giuseppe D'Angelo2025-03-151-1/+1
* SceneGraph: Delete unused logging categories and make others staticUlf Hermann2024-06-251-0/+4
* QtQuick: Fix conflicting definition of helper windowFor in CMake Unity (Jumbo...Friedemann Kleint2023-02-091-15/+15
* QtQuick/Render loops: Fix conflicting WM_ constantsFriedemann Kleint2023-02-091-22/+5
* Purge the internal renderSceneGraph function argument listLaszlo Agocs2022-12-121-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Fix several more improperly placed #include mocThiago Macieira2022-07-281-2/+2
* Remove flushFrameSynchronousEvents from qquickwindow_p.hJohan Solbakken2022-07-171-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Emit new frame signals from the software backendLaszlo Agocs2020-06-221-0/+4
* Remove customRenderStage from QQuickWindowPrivateLaszlo Agocs2020-06-081-2/+2
* Introduce new mechanism to manage palette functionality in QMLVitaly Fanaskov2020-03-161-0/+1
* Remove D3D12 scenegraph backendLaszlo Agocs2020-01-061-1/+1
* Add trace points for Qt Quick Scene GraphMilian Wolff2019-12-131-0/+21
* QQuickWindow: Don't leak the animation controllerUlf Hermann2019-10-021-2/+3
* Remove an unused event type in the threaded render loopLaszlo Agocs2019-08-221-11/+0
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* ScenGraph: Prefer printf style loggingKai Koehne2018-02-131-1/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-0/+2
|\
| * Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-161-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-021-0/+1
|\|
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+1
* | sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-231-2/+2
|/
* QSGThreadedRenderLoop: Correctly stop the animation timer ...Robin Burchell2017-01-121-0/+5
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-8/+16
* Software Adaptation: Add threaded render loopAndy Nichols2016-07-271-0/+991