Wine's Vulkan Code Seeing Performance Improvements, Further Enhancing DXVK

Written by Michael Larabel in WINE on 5 March 2020 at 01:00 PM EST. 18 Comments
WINE
D9VK (now part of DXVK) developer Joshua Ashton has proposed a set of patches to Wine's Vulkan library (Winevulkan) that should help with performance.

Ashton's patch-set works to reduce heap allocations in many of the Vulkan commands and instead is using alloca to place the small items on the stack. These excessive heap allocations in Winevulkan were happening "thousands of times per second" and "these structures and arrays of structures are small, and this is all super duper hot path code."

No performance numbers were passed along as part of the patches by Joshua with the patches but does note it will affect usage with DXVK/D3D9.

With how great Proton/Wine is already performing for many Windows games with DXVK, it will be interesting to see what more the developers can squeeze out over the next year. One area still in need of a fair amount of work is VKD3D for Direct3D 12 over Vulkan. Wine/CodeWeavers developers are also still working slowly on a possible Vulkan back-end to WineD3D.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week