aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/scenegraph
Commit message (Collapse)AuthorAgeFilesLines
...
* Use one render loop per QQuickWindowGunnar Sletta2013-10-308-0/+443
See the task for the full reasoning behind this patch. The threaded renderloop has been refactored to have one window per thread. This is mostly a simplification of the current code path where for loops over multiple windows are turned into if (window). The QSGContext has been split into two classes, QSGRenderContext for which there is one per OpenGLContext. The rest of the patch is name changes and a couple of cleanups in the hopes of simplifying this change. Task-number: QTBUG-33993 Change-Id: I31c81f9694d7da7474a72333169be38de62613c4 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>