Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-116329

Wayland Vulkan Windows have incorrect teardown sequence

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • dev
    • GUI: Vulkan
    • None

    Description

       - The wayland `wl_surface` object has the lifespan of a window visiblity
       - The VkSurfaceKHR has a reference to the wl_surface so it must also have a lifespan of the window visiblity

       

       - The RHI swapchain has a lifespan of the platform window (QSGGuiThreadRenderLoop::eventFilter). The platformWindow can have a slightly different lifespan to the window itself, but it is not the same as visiblity.
       - The vulkan swapchain has same lifepsan as the RHI swapchain.

       

      Right now when we when hide a QtQuick window we delete theVkSurface but not the Swapchain.

       

      The Vulkan spec states: "All VkSwapchainKHR objects created for surface must have been destroyed prior to destroying surface."

      This causes a crash(assert) on Intel.

      I made a bodgy patch that works (emitting PlatformSurfaceChanged events from the wayland QPA), but we need a path for something more acceptable.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt.team.graphics.and.multimedia Qt Graphics Team
            davidedmundson David Edmundson
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes