• Gunnar Sletta's avatar
    Make sure QSGRenderLoop is cleaned up cleanly. · 1656d600
    Gunnar Sletta authored
    e13547c5
    
     used a global static to clean
    up QSGRenderLoop which is triggered very late, potentially after
    SG backend API plugins have been unloaded. This results in crashes
    when used in combination with scenegraph-playgrounds's customcontext.
    
    Partially revert the change and instead clean up at the time of
    QApp::aboutToQuit and make sure we also disconnect cleanly from
    all QQuickWindows.
    
    This change also ensures that QSGRenderLoop::windowDestroyed() gets
    called for all QQuickWindows registered with the render loop. This
    ensures that rendering stops and that scene graph nodes and resources
    will be cleaned up regardless of whether the application has
    remembered to delete the window or not. This is a good thing as it
    makes the scene graph shutdown a bit cleaner.
    
    Change-Id: I9cb9093979f8eac05542f118a6ff9cfe5c84f745
    Reviewed-by: default avatarPaul Olav Tvete <paul.tvete@digia.com>
    1656d600