https://bugs.winehq.org/show_bug.cgi?id=45277
--- Comment #69 from Patrick patrick+winehq.org@laimbock.com --- (In reply to Rémi Bernon from comment #68)
Created attachment 70100 [details] Patch with sync in vkAcquireNextImage2KHR
I don't think that commit is anything new, I don't even see what changed in wine 6.10 that could have broken this, here's a rebased version of the current series.
Thank you Rémi!
For anyone trying this patch on wine-staging 6.10, use the following command: patches/patchinstall.sh DESTDIR="`pwd`" --all -W Pipelight -W winex11-Vulkan_support Without the '-W Pipelight -W winex11-Vulkan_support' Rémi's patch does not apply.
Note that it includes a patch (last one) to use Present extension, but I'm not sure after all that it's right. It may introduce tearing again so just remove it if it does (and I'd be interesting to know if it's the case).
Will report back if I see tearing.