aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgrenderloop_p.h
Commit message (Expand)AuthorAgeFilesLines
* QSGThreadedRenderLoop: fix race on window pointerDavid Faure2025-05-131-0/+3
* Remove the use of Q_QUICK_PRIVATE_EXPORTAlexey Edelev2024-01-091-1/+1
* QtQuick/Render loops: Fix conflicting WM_ constantsFriedemann Kleint2023-02-091-0/+28
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* scenegraph: do not rely on transitive includesFabian Kosmale2022-03-111-3/+4
* sg: Add logic in threaded loop to recognize the lack of proper vsyncLaszlo Agocs2022-01-211-2/+0
* Better handle requesting no-vsync and make this usable with threadedLaszlo Agocs2022-01-201-0/+2
* Remove the 'windows' render loopLaszlo Agocs2020-05-041-2/+1
* Make the initialization failure dialog sensible with QRhiLaszlo Agocs2019-11-281-1/+1
* Prevent infinite rhi init failure in threaded render loopLaszlo Agocs2019-11-281-3/+2
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-3/+10
* D3D12: Implement grabWindowLaszlo Agocs2016-05-061-0/+6
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Added a new render job stage: NoStageMiikka Heikkinen2015-04-151-0/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Use QWindow::requestUpdate in threaded renderloop.Gunnar Sletta2014-10-161-0/+1
* Finally: A default animation driver which doesn't use walltime.Gunnar Sletta2014-09-181-2/+0
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Make the QtQuick window surface type configurableSimon Hausmann2014-08-081-0/+3
* Destroy render loop when QCoreApplication is cleaned up.Gunnar Sletta2014-03-291-3/+2
* Fix potential crash during shutdown for QQuickWindowsGunnar Sletta2014-03-171-1/+6
* Make sure QSGRenderLoop is cleaned up cleanly.Gunnar Sletta2014-03-141-0/+8
* Consolidate context creation failure handling in Quick.Friedemann Kleint2014-03-131-0/+3
* Fix leak-on-exit of QSGRenderLoop::s_instanceAlex Montgomery2014-01-281-3/+0
* Be even more tolerant towards broken platform behavior.Gunnar Sletta2013-11-221-0/+1
* Use one render loop per QQuickWindowGunnar Sletta2013-10-301-0/+2
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Animators - Render thread animation systemGunnar Sletta2013-09-211-0/+2
* Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-121-1/+1
* Set incubation controller when a Window{} is loaded via QQmlApplicationEngineAlan Alpert2013-06-071-1/+8
* Remove resize hook from QSGRenderLoop, exposureChanged is enough.Gunnar Sletta2013-04-041-1/+0
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-281-4/+0
* Complete rewrite of threaded render loop.Gunnar Sletta2013-01-181-0/+91