aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/adaptations/software/qsgsoftwarethreadedrenderloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-241-20/+20
* Update commercial license headersTarja Sundqvist2021-02-021-20/+20
* 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