This is the third (and last) part of the Wayland driver Vulkan subseries (part 10 subseries):

  1. Implement vkQueuePresentKHRand support reporting VK_ERROR_OUT_OF_DATE_KHRand VK_ERROR_SURFACE_LOST_KHR.
  2. Misc. enhancements/fixes to ensure the subsurface containing the vulkan rendering is displayed properly.
  3. Implement a couple of remaining Vulkan functions.

With this MR you can start enjoying some of your games with the Wayland driver (either directly with Vulkan or with a D3D->Vulkan translation). Please note, however, that we don’t currently support what’s needed for mouselook (you will currently get erratic view movement), so most first-person 3D games are not playable yet.

Source: https://gitlab.winehq.org/wine/wine/-/merge_requests/4522

  • Aeroncastle@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Please note, however, that we don’t currently support what’s needed for mouselook (you will currently get erratic view movement), so most first-person 3D games are not playable yet.

    Wayland always getting support for things 20 years after it should and even then with glaring issues…

    • adalte@alien.topOPB
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      It’s not Wayland per say, it’s the driver in Wine (winewayland.drv) that isn’t fully developed. Context really matters !