https://bugs.winehq.org/show_bug.cgi?id=45277 Rodrigo Rivas Costa <rodrigorivascosta(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rodrigorivascosta(a)gmail.com --- Comment #42 from Rodrigo Rivas Costa <rodrigorivascosta(a)gmail.com> --- Created attachment 66940 --> https://bugs.winehq.org/attachment.cgi?id=66940 Patch over Felix's patch to sync Vulkan queue I noticed that Felix's patch has an issue that caused lost frames and rendering issues: that it called XCopyArea without waiting for the Vulkan queue to be finished, no sync. My solution is to call vkQueueWaitIdle() before copying the pixels. Maybe not the most performant solution, but it works. Applying this patch after Felix's fixes all rendering issues in my Fusion 360. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.