• Gunnar Sletta's avatar
    Use one render loop per QQuickWindow · 906d5c5c
    Gunnar Sletta authored
    
    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: default avatarSean Harmer <sean.harmer@kdab.com>
    906d5c5c