Software 42296 Published by

A new version of DXVK, a Vulkan-based translation layer for Direct3D 10/11 which allows running 3D applications on Linux using Wine has been released.



Bug fixes and Improvements

Fixed a bug introduced in DXVK 1.4.3 where invalid state cache entries would be generated in some cases, leading to invalid Vulkan API usage. The broken entries will be removed from the cache automatically.
Fixed Vulkan validation errors with geometry shaders not declaring an invocation count.
Fixed potential read-after-write hazards involving vertex and index buffers.
Minor optimizations for Stream Output and Append/Consume buffers (used e.g. by Unity Engine).
Reduced memory footprint of small, frequently-updated buffers.
Removed useless d3d10.enable configuration option.
Skyrim SE: Worked around multiple ENB bugs to fix crashes (#865)
Saints Row 3/4 and Titan Quest: Added workaround for flickering issues on Nvidia (PR #1233)
  DXVK 1.4.4 released