aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/adaptations/software/qsgsoftwarethreadedrenderloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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