Skip to content

Version 1.4.4

Compare
Choose a tag to compare
@doitsujin doitsujin released this 27 Oct 18:03
· 2966 commits to master since this release
v1.4.4
7db98a1

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. Any 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)