top of page
loading_reduced.jpg

2.4.1 / 26-09-2024

DXVK

Accuracy

Performance

Features

average rating is null out of 5
average rating is null out of 5
average rating is null out of 5
competition

DXVK provides a Vulkan-based translation layer for D3D9, D3D10, D3D11 & D3D12. It can be used on Linux with Wine to allow running 3D apps and games designed for Windows on GNU/Linux systems through Wine...


D8VK: An implementation of Direct3D 8 for DXVK. 

  • Check here for me details..


Also, note Vulkan 1.3 is a firm requirement and wine 7.1 or newer.

...

Most Recent Changes

--2.4.1--

General improvements

  • The size for memory chunks is now determined dynamically based on the amount of memory the application has already allocated.
    This should improve the out-of-the-box behaviour in various game launchers; the dxvk.maxChunkSize option was removed accordingly.

  • Fixed an issue where the Vulkan swap chain would not always be recreated appropriately in a native Wayland environment. (PR #4252)

  • Fixed an issue with descriptor pools growing too large on Nvidia cards in some situations. (PR #4166)

  • Changed default shader code generation for DXBC mad instructions to work around flickering issues in games that use different vertex shaders to render the same geometry in multiple render passes. The d3d11.longMad and d3d9.longMad options were removed accordingly.


D3D8 / D3D9

  • Improved overall robustness of the D3D8 implementation with error handling and fixed various memory leaks.

  • Slightly improved performance by optimizing vertex buffer uploads. (PR #4275)

  • Significantly improved performance in some games using Software Vertex Processing. (PR #4274)

  • Fixed full-screen presentation issues in some Game Maker games. (PR #4245)

  • Removed VK_IMAGE_USAGE_SAMPLED_BIT from textures that don't need it. (#4176)

  • Enabled strict float emulation by default on AMDVLK now that this driver optimizes the pattern emitted by DXVK. (PR #4203). Do note that this was already the case on RADV.

  • Chrome: Gold Edition: Enabled 60 FPS limit to work around game issues at higher frame rates. (PR #4260)

  • GTA: San Andreas: Fix regression that made it crash with DXVK 2.4 (#4141, PR #4151)

  • Operation Racoon City: Worked around a game crash. (#4172, PR #4175)

  • Prince of Persia (2008): Enabled 240 FPS limit to work around game issues at very high frame rates. (PR #4281)

  • Rayman 3: Fixed missing geometry. (PR #4143)

  • Serious Sam 2: Fix in-game videos (#4158, PR #4161)

  • Splinter Cell: Pandora Tomorrow: Enabled 60 FPS limit to fix broken input and physics. (PR #4254)

  • The First Templar: Fixed lighting issues. (#4291, PR #4292)

  • The Sims 2: Fix regression that made it crash with earlier DXVK versions (PR #4277)


D3D11 / DXGI

  • Worked around a general issue wherein some games default to an integrated GPU based on the amount of available video memory.

  • Worked around an issue where various games would misbehave when the amount of available VRAM is reported as a power of two.

  • Changed shader code generation for dot product instructions to be more in line with code generation on native drivers.
    This fixes a water rendering issue in Trails through Daybreak on Nvidia. (#4162)

  • Implemented a basic dead code elimination pass to avoid generating invalid SPIR-V shaders in rare situations.
    Note: All these shader-related changes will invalidate fossilize databases.

  • Games will now leave fullscreen mode when the game window loses focus.
    This is closer to Windows behaviour and fixes various issues with games hanging on some setups. (PR #2675)

  • Made sure the built-in options in DXVK for a game take precedence over the options enabled/disabled by DXVK-NVAPI.
    This fixes a performance regression in God of War on Nvidia GPUs.

  • Batman Arkham Knight: Worked around an issue where the game does not start when it detects an Intel GPU. (PR #4152)

  • Hunt Showdown: Fixed a crash caused by DXVK reporting a very high UMD driver version.

  • Kena: Bridge of Spirits: Worked around a water rendering issue when the game detects an Intel GPU. (PR #4207)

  • Microsoft Flight Simulator: Fixed garbled screen on start-up (#4276)

  • Senran Kagura Peach Ball: Fixed character models being rendered the wrong way around. (#4216)

  • The Sims 4: Work around a crash caused by a use-after-free bug in the game.



--2.4--

D3D8 support

D8VK is now part of DXVK, and implements D3D8 largely on top of the existing D3D9 implementation. Please refer to pull request #3411 for further details.


Native WSI changes

dxvk-native now supports multiple window system backends that the application can choose between at runtime. Refer to the corresponding pull request #3738 for details. In addition, proper ABI versioning has been added for native libraries.


Non-native refresh rate emulation

In environments where the display mode cannot be changed (e.g. Proton), it is possible that DXVK reports a different refresh rate to the game than what the display is currently running at. This is problematic for games that require to be run at 60 FPS but do not limit their frame rate when using a 60 Hz display mode.

To work around this, the frame rate limiter will now be engaged automatically if a game runs in full-screen mode with vertical synchronization enabled, and if the detected frame rate over a short period of time is higher than the refresh rate of the selected display mode. This also applies to D3D12 when using vkd3d-proton as of commit 80f6c46 or later.


In case a game runs at a lower rate than expected and does not provide an in-game option to change refresh rate, this behaviour can be disabled by setting d3d9.maxFrameRate = -1 (or the corresponding dxgi option for D3D10+ games). Setting DXVK_FRAME_RATE also overrides this behaviour as usual.


Bug fixes and Improvements

  • Fixed various issues with D3D9 fixed-function texture coordinate processing (PR #4015, PR #4026).

  • Fixed pipeline layout compatibility issues when using graphics pipeline libraries, which would cause crashes or rendering issues on AMD's official drivers with pipeline libraries enabled.

  • If supported, VK_NV_descriptor_pool_overallocation will now be used to potentially save small quantities of descriptor memory.

  • Improved descriptor pool management in general to save memory in case a game renders without ever presenting to the screen.

  • Improved video processor blit functionality (PR #3970 PR #3984)

  • Improved compatibility to third-party mods hooking various DXGI entry points (PR #3966, #3968).

  • Battlefield 2, 2142: Work around hang on alt+tab (PR #4109).

  • Dead Space 2: Work around issues caused by the game's Vsync implementation (PR #4071).

  • Dragonshard: Work around performance issues (PR #4079).

  • Fallout 4: Work around an issue with the game locking itself to 45 FPS on Steam Deck OLED.

  • Fallout New Vegas: Fix rendering issues when using certain mods (PR #4079).

  • Ghostbusters Remastered: Work around flickering character faces (#4045, PR #4046).

  • Gothic 3: Fix shadow rendering issues caused by incorrectly reported format support (#3980, PR #3991).

  • Guild Wars 2: Work around a flickering issue (PR #3992).

  • Prototype: Work around broken shadow rendering if the game detects an AMD or Intel GPU (#4008, PR #4011).

  • Star Citizen: Work around an issue with the game's UMD version check (PR #3985).

  • The Sims 2: Work around low CPU-bound performance in some situations.

  • Tomb Raider Legend: Work around flickering character issues (PR #4105).

  • Red Faction Guerrila Remastered: Work around sky box rendering issues (#3696, PR #3972).

  • Rise of Nations: Work around crash on alt+tab (PR #4117).

  • Watch Dogs, Watch Dogs 2: Work around flickering character issues (PR #4059, PR #4090).

  • WRC 4: Enable 60 FPS limit to work around audio issues (PR #4099).



--2.3.1--

Features

If supported by the driver, DXVK will now use the VK_NV_raw_access_chains extensions to allow more efficient shader code generation on specifically on Nvidia GPUs. This is intended to close the gap to Windows performance drivers specifically in D3D11 games in GPU-bound scenarios, but not all games will see an improvement.


Note: This extension is currently only supported on Vulkan beta drivers, version 550.40.55 or later, and currently requires Proton Experimental.


Bug fixes and Improvements

  • Fixed invalid SPIR-V being generated for Renderdoc internal D3D11 shaders.

  • Fixed undefined behaviour with out-of-bounds constant buffer loads with dynamic indices.

  • Fixed HDR not being enabled for DXGI_FORMAT_R16G16B16A16_FLOAT swap chains.

  • Reworked the dxgi.syncInterval option to also apply to D3D12 games.

  • Reverted the use of VK_FORMAT_A8_UNORM due to rendering issues in some games.

  • D3D9 games will now set the VkApplicationInfo::applicationVersion field to 1.

  • Reworked how dynamic system memory buffers are copied to the GPU in D3D9 games. (PR #3765)
    This improves performance in games such as Shank 2 (#3755), Flammable Freddy (#2375) and Blood Rayne (#1828).

  • Only enable alpha to coverage when rendering to a multisampled render target in D3D9. (#3815)
    This fixes broken lighting in Flatout 3 (#3798) and incorrect dithering in Injustice: Gods Among Us. (#3617)

  • Ace Combat Assault Horizon: Fixed GPU hang on RADV. (#3715, PR #3716)

  • Assassin's Creed 2: Fixed crash on alt tab. (#3653, PR #3763)

  • Battlefield 2, Battlefield 2142: Fixed disappearing spawn and gear selection UI on alt tab. (#3651, PR #3797)

  • Battlestations Midway: Improved performance. (PR #3683)

  • Codename Panzers Phase One/Two: Improved performance. (PR #3812)

  • Dead Space (2008): Fixed diagonally sliced menu on RADV. (Mesa Issue 9126, PR #3764)

  • Granblue Fantasy Relink: Work around a game bug that would cause broken rendering with AMDAGS enabled.
    Also enabled the dxvk.ignoreGraphicsBarriers option to increase performance in case neither NVAPI nor AGS are loaded.

  • Gujian 2: Fix invisible geometry. (#3838, PR #3839)

  • Kenshi: Improved performance (PR #3776)

  • MySims: Fix mouse selection being off. (#3825, PR #3840)

  • Operation Flashpoint: Red River: Fix missing main menu UI elements. (#2184, PR #3852)

  • SkyDrift: Work around OOM crash on alt tab. (#3639, PR #3689)

  • Sonic CD: Limit to 60 FPS because game speed is tied to the frame rate. (PR #3771)

  • Supreme Ruler Ultimate: Work around game bug causing a freeze on alt tab (#3784, PR #3816)

  • Tales from the Borderlands: Fixed crash. (PR #3664)

  • The Settlers: Fixed crash. (PR #3734)

  • Total War: Medieval 2: Fix black loading screen in windowed mode. (#3724, PR #3843)

  • UK Train Simulator 1: Fix black foliage. (#3780, PR #3782)

  • War Thunder: Fix particle effects not rendering properly.



--2.3--

Presentation improvements

If VK_KHR_present_wait is supported, and if vertical synchronization is enabled, frame latency events will now be signaled when an image is actually being presented, rather than when rendering work prior to the present request has completed on the GPU. This may reduce input latency in some games, also affects the dxgi.maxFrameLatency and d3d9.maxFrameLatency options.


This functionality is also used to more accurately report the number of frames actually presented via DXGI frame statistics.

Note: On some platforms and compositors, Vulkan present events may not correspond to the image actually being presented on screen, in which case frame latency is going to remain higher than expected.


Additionally, if VK_EXT_swapchain_maintenance1 is supported, enabling and disabling vertical synchronization may no longe require recreating the Vulkan swap chain, which works around severe performance issues in games which change their present interval on a per-frame basis.


Note: On Linux, this is currently only supported when running Gamescope with ENABLE_GAMESCOPE_WSI=1 set.


Configuration changes

The dxgi.nvapiHack config option was deprecated, and a new option dxgi.hideNvidiaGpu with a slight change in behaviour was added instead, alongside similar options for AMD and Intel GPUs. This allows implementing more targeted application workarounds for issues with e.g. XESS libraries in the future if necessary. Refer to the example configuration for more details.


Note: The old dxgi.nvapiHack option still works if dxgi.hideNvidiaGpu is not set, but will be removed in a future release.


Additionally, the dxgi.tearFree and d3d9.tearFree options were consolidated into a new dxvk.tearFree option, due to changes in the presentation logic. The old options were removed.


Bug fixes and Improvements

  • Configuration options can now be specified via an environment variable, DXVK_CONFIG. See the README for details (PR #3581).

  • If VK_EXT_depth_bias_control is supported, depth bias scaling will now be correct in most situations. This fixes shadow rendering artifacts in various D3D9 games and is especially important on GPUs that do not support 24-bit depth formats. This affects games such as F.E.A.R. (#1461), Far Cry 2 (#2941) and Assassin's Creed Brotherhood (#2642).

  • If VK_EXT_line_rasterization and its relevant features are supported, smooth or rectangular lines will now be used if requested by the application. This functionality is generally not used by games, but may be useful for applications such as level editors.

  • If VK_KHR_maintenance5 is supported, DXGI_FORMAT_A8_UNORM images will now use the corresponding Vulkan format.

  • D3D9 command submission now works the same way as it does for D3D11, which will lead to more submissions but generally reduces resource readback latency. This may improve performance in games that frequently synchronize with the GPU.

  • Fixed a minor issue with D3D9 feedback loop tracking.

  • Fixed a minor issue with D3D11 stream output (#3634).

  • Fixed a bug and performance issues with the implementation of D3D11 tiled resources.

  • Fixed various issues with reporting HDR metadata.

  • Fixed a crash when compiling D3D9 shaders generated by the vkd3d HLSL compiler. (PR #3616)

  • Implemented keyed mutex synchronization on top of newly added winevulkan functionality (PR #3601, PR #3635).
    Note: This will only work with recent Proton builds.

  • Added stubs for various D3D9On12 interop interfaces. This is needed for Train Simulator Classic (#3445).

  • Added an interface to allow external libraries, such as NVAPI, to enable HDR in various D3D11 games as well as Elden Ring (PR #3625).
    Note: This will only work in combination with jp7677/dxvk-nvapi@c3a1c48 or newer. This will not work on Windows.

  • A Total War Saga: TROY: Fixed trees not rendering when MSAA is enabled.

  • Far Cry 2: Fixed crash when using D3D10.

  • Halo Online: Fixed water rendering. (#3594, PR: #3627)

  • Lara Croft and the Temple of Osiris: Fixed deadlock when using Exclusive Fullscreen (#3458).

  • RaceRoom Racing Experience: Fixed a crash when starting a race. (#3386, PR: #3389)

  • Spider Man: Shattered Dimensions: Fixed a regression that caused blocky shadows. (#3593, PR: #3624)

  • Test Drive Unlimited 2: Fixed shadows on grass. (#3469, PR: #3471)

  • The Sims 2: Fixed a regression in DXVK 2.2 that affected terrain rendering. (#3474, PR: #3476)

  • Titanfall: Fixed a crash caused by a miscompiled shader.

  • Tomb Raider Anniversary: Improved performance. (#3438, PR: #3439)



--2.2--

D3D11On12 support

In order to enable D3D12 support in recent Unity Engine titles such as Lego Builder's Journey, this release introduces support for creating D3D11 devices from a D3D12 device using D3D11On12CreateDevice, as well as the basic ID3D11On12Device interface. This is achieved by importing the Vulkan device and resource handles from vkd3d-proton into DXVK, and otherwise uses DXVK's existing D3D11 implementation.

A vkd3d-proton build as of HansKristian-Work/vkd3d-proton@26c4fed or later is required for this to work.


D3D9 Partial Presentation

DXVK now supports presenting to parts of a window by copying the contents of the backbuffer to system memory and then drawing them into the window on the CPU. This improves compatibility with game launchers, particularly those based on Microsoft's WPF toolkit, and some visual novels. It will however come with a noticable performance hit.

Additionally, overall behaviour of D3D9 swap chains was improved and the d3d9.noExplicitFrontBuffer option was removed.


Logging changes

When running on Proton or plain Wine, DXVK will no longer create log files by default and instead only write log messages to the console using wine-specific functionality, in order to avoid creating unnecessary extra files. This matches vkd3d-proton behaviour. Note that log file creation can be re-enabled by setting the environment variable DXVK_LOG_PATH to a valid path.


When filing bug reports, users are encouraged to upload the full Proton log.


Bug fixes and Improvements

  • Warnings about unknown interfaces being queried via QueryInterface will only be logged once in order to avoid growing log files indefinitely in some games. (#3231)

  • Fixed a regression when rendering YUY2 or UYUY texture formats. This fixes in-game videos in Jade Empire (#3182) and Sid Meier's Pirates (#3189) (PR #3342)

  • Fixed an issue wherein threads were not properly destroyed.

  • Fixed Vulkan validation errors caused by incorrect layout tracking when enabling feedback loops for a texture.

  • Fixed Vulkan validation errors caused by 0x0 sized clears in D3D9.

  • D3D9 StateBlocks now only allocate memory for the parts that are actually used. This fixes Total War: Shogun 2 running out of address space when using the D3D9 renderer. (#2703, PR #3248)

  • Improved usage of some VK_EXT_extended_dynamic_state3 features to avoid hitting slow paths on some drivers.

  • Improved enumeration of DXGI outputs on systems with multiple GPUs. This fixes performance issues with recent RE Engine games (D3D12) on such systems.

  • Significantly reduced memory usage in situations where games create unused D3D11 devices.

  • Battle Fantasia Revised Edition: Locked frame rate to 60 FPS to work around game bugs at higher frame rates. (PR #3256)

  • Cold Fear: Fixed missing geometry (#3293, PR #3390)

  • Dawn of Magic 2: Fixed a crash upon start (#3271, PR #3272)

  • DC Universe Online: Fixed a hang after alt-tabbing out and back in. (#3314, PR #3316)

  • Far Cry 2: Work around rendering issues on Intel hardware, as well as low performance on all GPUs. (PR #3241)

  • Halo: The Master Chief Collection: Fixed memory leak due to invalid query usage by the game (PR #3273)

  • Warhammer 40k: Space Marine: Fixed shadow rendering (#3298, PR #3305)



--2.1--

HDR support

On systems supporting HDR10 color spaces, HDR can now be enabled by setting the environment variable DXVK_HDR=1, or by setting the option dxgi.enableHDR = True in the configuration file. When using vkd3d-proton 2.8 or newer, this will allow D3D12 games to detect and use the HDR10 color space if they support it.

No major Linux desktop environment currently supports HDR. In order to use this on Linux, a Gamescope session with --hdr-enabled is required. This is currently only supported under AMDGPU and requires kernel patches from the josh-hdr-colorimetry branch.

Note: D3D11 support is implemented, but not expected to work in most games as they typically require AMDAGS or NVAPI to set up HDR output, rather than using the corresponding DXGI APIs. Additionally, only Nvidia drivers are expected to work on Windows.


Shader compilation improvements

Use of pipeline libraries was extended to pipelines with tessellation or geometry shaders in order to further reduce stutter. Additionally, more features of the VK_EXT_extended_dynamic_state3 extension are leveraged to reduce stutter in some situations when MSAA is used, provided that the Vulkan driver supports them.

Note: Current development builds of RADV will expose VK_EXT_graphics_pipeline_library with the features that DXVK needs if the RADV_PERFTEST=gpl environment variable is set. Note that the implementation is not yet complete and does not support shader caching at this time, but it should generally work with DXVK.


Sample rate shading

For older games that support MSAA, the d3d9.forceSampleRateShading and d3d11.forceSampleRateShading options were added to let users enable sample rate shading for all shaders. This will have a very high impact on GPU-bound performance, but may increase overall image quality in certain games that suffer from specular aliasing or shimmering alpha-tested geometry.


Note: Games that resolve the rendered images inadequately (e.g. performing a linear resolve on HDR render targets) will likely not benefit from this option.


GLFW backend

For native Linux builds of DXVK, a GLFW backend was added as a compile-time alternative to the existing SDL2 backend. See PR #3111 for details.


Bug fixes and Improvements

  • Improved D3D11 command submission logic in order to make overall performance more consistent, and to bring DXVK's behaviour more in line with native D3D11 drivers.

  • Fixed D3D11 reference counting issues around 2D textures. (#3169)

  • Fixed Vulkan validation errors when creating DXGI_FORMAT_A8_UNORM UAVs. Note that UAVs of this format may not work as expected.

  • Fixed Vulkan validation errors that would occur when allocating dedicated image memory on Nvidia GPUs in some situations.

  • Fixed Vulkan validation errors caused by broken timeline semaphores on 32-bit Proton.

  • Worked around an issue with the Uplay overlay being stuck on screen. (#3146)
    Note that this fix does not apply to Windows as it was achieved by loading winevulkan.dll directly instead of the actual Vulkan loader.
    Note that this change will break Red Dead Redemption 2 with dxvk-nvapi prior to this commit: jp7677/dxvk-nvapi@ac00a42

  • Worked around a bug in AMD's Windows driver as well as AMDVLK that would cause numerous games to crash since DXVK 2.0. (#3172)

  • Fewer threads will be used to perform background optimization of graphics pipeines. This may result in a smoother gameplay experience on some systems. Note that this change does not affect initial shader compiling, as finishing that quickly is crucial to avoid stutter.

  • The state cache file will now only be created when the first pipeline is written to it, in order to avoid empty cache files.
    This change mostly affects D3D9 games on systems with EXT_graphics_pipeline_library support.

  • Ashes of the Singularity: Fixed performance regression caused by suboptimal descriptor set allocation.

  • Battlefield: Bad Company 2: Fixed flickering (#3078, PR #3079)

  • Cardfight!! Vanguard: Fixed rendering (PR #3068).

  • Gujian 3: Fixed rendering issues on some GPUs. (#1784)

  • Resident Evil 4 HD: Fixed invalid Vulkan usage causing a GPU hang on RADV. (PR #3089)

  • Saints Row: The Third: Fixed a severe performance issue with rain when using the D3D9 renderer. (#2473, PR #3158)

  • Sekiro: Shadows Die Twice: Fixed stuttering issues on Nvidia GPUs. (#3179)

  • Sonic Frontiers: Worked around a game bug that would cause shadows to flicker when GPU-bound.

  • Supreme Commander: Forged Alliance: Fixed a crash after loading (#3058, PR #3060)


Note: The setup script setup_dxvk.sh was no longer deemed useful and got removed. This change will only affect users who manually install DXVK into a wine prefix, rather than using it through Proton or Lutris.


Note: Due to changes to our DXGI implementation, older versions of vkd3d-proton (prior to 2.8) will no longer work with this version of DXVK.




--2.0--

Driver compatibility

A Vulkan 1.3 capable driver and wine version are required to run this version of DXVK. See the driver support page for details.

Many features in this release, especially the shader compilation changes detailed below, require the use of modern Vulkan features, such as Dynamic Rendering, Extended Dynamic State, and Null Descriptors. Due to the significant changes required to make use of them, it was no longer practical to maintain and test code paths for older drivers which do not support these features.

In practice, any system capable of running D3D11 and D3D12 games using Proton Experimental right now will be able to run DXVK 2.0.

Note: Third-party Vulkan layers that were not updated for Vulkan 1.3 will no longer work.


D3D9 changes

Memory management improvements

In order to reduce the likelihood of running out of address space in 32-bit D3D9 games, DXVK will now use memory-mapped files to store shadow copies of textures. This allows us to unmap memory that is not being used by the game, thus freeing up significant amounts of address space, up to several hundred Megabytes. See PR #2663 for implementation details.

Note: This change does not affect 64-bit games since address space is not a concern there. It also does not affect D3D10 or D3D11 since resource uploads work differently in those APIs and are much more memory efficient.


Render target feedback loops

On drivers which support VK_EXT_attachment_feedback_loop_layout, reading from an active render target in D3D9 games is now properly supported, which previously caused rendering artifacts on newer AMD hardware and required driver-level workarounds. This affects a number of games, including GTA IV.


Alpha test improvements

The D3D9 alpha test implementation was changed to more closely match the behaviour of Nvidia's implementation, which fixes inaccuracies in various games. The d3d9.alphaTestWiggleRoom option was removed, and games that previously required this option should now work correctly by default.


D3D10 changes

DXVK previously shipped incomplete implementations of d3d10.dll and d3d10_1.dll, but has not installed them by default since Version 1.6 since wine's implementation provides more features that are needed for D3D10 games to run, including the D3D10 Effects framework.

Since our implementation is incomplete and has not been used by Proton or Lutris for a very long time, DXVK will no longer ship these DLLs starting with this release. The D3D10 API itself is still supported via d3d10core.dll.


D3D11 changes

DXVK now exposes D3D11 Feature Level 12_1 with the following newly added features:

  • Tiled Resources up to Tier 3, provided that the corresponding Vulkan sparse binding and sparse residency features are supported

  • Conservative Rasterization up to Tier 3, provided that the corresponding Vulkan conservative rasterization features are supported.

  • Rasterizer Ordered Views, provided that the corresponding Vulkan fragment shader interlock features are supported.

While no games are known to use these features directly in D3D11, some games and game launchers rely on feature support being consistent between D3D11 and D3D12 in order to allow users to enable D3D12 in the game options. While our implementation of these feature is generally functional, there may be bugs or performance issues in case a game does use them.

Furthermore, DXVK now supports the D3D11_FEATURE_SHADER_CACHE and D3D11_FEATURE_D3D11_OPTIONS5 feature queries.

Note: AMD Vulkan drivers do currently not support fragment shader interlock and are limited to feature level 12_0.

Note: Intel's ANV driver currently does not support the corresponding Vulkan features and is therefore limited to feature level 11_1. This applies to both DXVK and vkd3d-proton.


Device contexts

The implementations of ID3D11DeviceContext were refactored so that immediate contexts and deferred contexts no longer use common entry points. This is closer to Windows behaviour and may improve compatibility to third-party libraries and mods that hook into the D3D11 immediate context specifically, and reduces CPU overhead since some frequently used code paths are now more specialized for each context type.

State clear and restore methods were optimized to further reduce CPU overhead in games that heavily use deferred contexts, e.g. Assassin's Creed: Origins, or explicitly call ClearState frequently, e.g. God of War.


Shader compilation changes

On drivers which support VK_EXT_graphics_pipeline_library, including the IndependentInterpolationDecoration feature, Vulkan shaders will now be compiled at the time the game loads its D3D shaders, rather than at draw time. This reduces or eliminates shader compile stutter in many games.

In games that load their shaders during loading screens or in the menu, this can lead to prolonged periods of very high CPU utilization, especially on weaker CPUs. For affected games it is recommended to wait for shader compilation to finish before starting the game to avoid stutter and low performance. Shader compiler activity can be monitored with DXVK_HUD=compiler.

Note: The relevant Vulkan features are currently only supported by Nvidia drivers (version 520.56.06 or later). Driver support is expected to improve in the future.


State cache interactions

This feature largely replaces the state cache. If the given Vulkan features are supported, only pipelines that cannot use the pipeline library feature (e.g. pipelines using tessellation shaders) will be written to and read from the state cache, so newly created state cache files will typically only contain a few dozen to a few hundred pipelines, as opposed to thousands or tens of thousands. If the graphics pipeline library feature is not supported, the state cache will be used the same way as it was in older DXVK versions.

Note: State cache files created with DXVK versions prior to 1.4.3 can no longer be used.

Note: Despite our efforts, due to the significant changes under the hood, there may be issues when using an older state cache file under some circumstances. If you experience crashes, please test if the game runs with a clean cache file (DXVK_STATE_CACHE=reset) before reporting a bug.


Caveats

  • Games which only load their D3D shaders at draw time (e.g. Witcher 3, most Unreal Engine games) will still exhibit some stutter, although it should still be less severe than without this feature.

  • For 32-bit games, the implementation tries to aggressively free Vulkan pipelines in order to save memory. This may cause stutter if the driver's on-disk shader cache is not working properly.

  • On Nvidia drivers, the on-disk shader cache will be significantly larger than with previous versions of DXVK. It may be necessary to bypass the size limit by setting the environment variable __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1, or setting a new limit manually via __GL_SHADER_DISK_CACHE_SIZE (in bytes).


Linux build support

Work from dxvk-native has been upstreamed in order to facilitate native Linux builds of DXVK, which can be used as a drop-in replacement to port D3D applications without having to change rendering code.

Note: When porting a D3D11 application, please refer to the Feature support and Developer Guidelines pages on the Wiki to avoid hitting unsupported or slow code paths in DXVK.


Repository changes

As part of cleaning up the repository, test applications that were of limited usefulness, as well as our custom d3dcompiler frontends, have been moved to the new dxvk-tests repository.

Vulkan and SPIR-V headers are now pulled in as submodules from the original repositories. This changes how the repository needs to be cloned and updated, or otherwise building DXVK will fail:

''

git clone --recursive https://github.com/doitsujin/dxvk.git

# Run the following command to make git pull
# automatically pull in submodule updates
cd dxvk
git config submodule.recurse true

''

The project wiki was also updated and expanded to be more useful.


Bug fixes and Improvements

  • Improved behaviour of DXGI waitable swap chains.

  • Improved implementation of DXGI frame statistics.
    Note: The implementation is still not accurate, especially in scenarios with multiple displays or if variable refresh rate is used.

  • Removed limitations on how many resources can be bound at the same time.

  • Removed several workarounds for specific Vulkan drivers or driver versions. This is primarily relevant for Steam's shader pre-caching, as the generated shader code no longer diverges as much depending on the driver version and supported feature set.

  • D3D11 shaders now use the Vulkan memory model in order to more accurately implement UAV coherency rules in compute shaders.

  • Fixed various issuses with the D3D11.3 WriteToSubresource and ReadFromSubresource methods.

  • Fixed various float emulation issues in D3D9 applications.

  • Fixed seamless cube map filtering in D3D9 applications (PR #2889).

  • Fixed issues when rendering to DXGI_FORMAT_A8_UNORM (D3D11) or D3DFMT_A8 (D3D9) render targets with blending enabled.

  • Fixed a bug with dual-source blending when multiple render targets are bound, which could lead to unpredictable results. This affects Elex 2 and potentially other games.

  • Fixed memory allocation logic on Intel integrated graphics.

  • Changed behaviour of the DXVK_STATE_CACHE environment vari...



--1.10.3--

This is a minor maintenance release for an upcoming Proton release. New Vulkan extensions are not yet required.


Bug fixes and Improvements

  • Added support for shared fences (PR #2608). This is needed for videos in Halo Infinite to work, alongside corresponding wine and vkd3d-proton patches.

  • Fixed a regression introduced in 1.10.2 that would cause rendering issues in various D3D11 games, including Prey, Bioshock Infinite (#2757), and some others.

  • Need For Speed 3: Fixed Modern Patch not working (#1699).

  • Ninja Blade: Fixed alpha test issues (#2745).

  • Stray: Enabled d3d11.ignoreGraphicsBarriers option to work around some GPU-bound performance issues.

  • Ys Origin: Work around stutter with the game's built-in FPS limiter (#2750, PR #2754).



--1.10.2--

Bug fixes and Improvements

  • Implemented non-seamless cube maps for D3D9 using the VK_EXT_non_seamless_cube_map extension if supported by the driver

  • FIxed an issue with current versions of the Nvidia Vulkan developer driver not using its on-disk shader cache with DXVK

  • Fixed an issue which would cause the state cache file to not be written properly

  • Fixed an issue where incorrect barriers would be emitted for UAV rendering (PR #2696)

  • Fixed an issue where the d3d11.samplerAnisotropy option would apply to the wrong kind of samplers

  • Fixed potential issues when using state caches that were created on a driver with a different feature set

  • Fixed broken stencil resolves in D3D9

  • Fixed build issues on GCC 12.1

  • Optimized UAV clears in D3D11 to allow drivers to use image compression more frequently

  • Optimized performance of in-memory compression for SPIR-V shader code

  • Beyond Good and Evil: Work around missing light shafts (#2680)

  • Day Z: Enabled d3d11.cachedDynamicResources option to work around performance issues (PR #2709)

  • Dead Space: Fixed shadow rendering and added 60 FPS lock to work around game bugs (#2704)

  • Dirt Rally: Fixed potential GPU hang due to game bugs in a shader

  • Godfather: Fixed crash on systems that don't support 16x MSAA (#2590)

  • Limbo: Enable 60 FPS limit to work around game bugs (PR #2566)

  • Majesty 2: Work around game bugs causing issues on integrated GPUs and systems with more than 2GB of VRAM (#1542, #PR 2612)

  • Myst V: Work around an issue when the word "Radeon" is not part of the device name on AMD GPUs (#2661)

  • Onechanbara Z2: Chaos: Fixed particle effects and UI elements not displaying properly (#2701)

  • Planetary Annihilation: TITANS: Fixed crash when creating swap chain on a NULL window (PR #2665), as well as a crash due to creating too many internal worker threads (#2670).

  • Plants vs. Zombies Garden Warfare 2: Work around crash when the game detects an AMD GPU (PR #2700)

  • Return of Reckoning: Work around launcher issues (#2568, PR #2579)

  • Scrapland Remastered: Work around black screen issues (#2398, PR #2574)

  • Small Radios Big Televisions: Work around black screen issue (PR #2646)

  • Sonic Adventure 2: Fixed missing particle effects (#2672, PR #2677)

  • SpellForce Platinum Edition: Fixed crash (#2710, PR #2711)

  • Supreme Commander: Fixed missing particle effects (#2638, PR #2682, PR #2684)

  • Star Wars: The Force Unleashed II: Fixed some particle effects not rencering correctly (PR #2584)

  • Star Wars: The Old Republic: Fixed rendering issues (#2676, PR #2681)



--1.10.1--

Features

Implemented initial support for shared resources (PR #2516). This fixes video playback in a number of Koei Tecmo games (Atelier series, Nioh 2), as well as the D3D11-based UI in the Windows version of Black Mesa. The required wine patches are currently only available in Proton Experimental. This feature will not be supported on Windows systems.


This feature is still experimental and has not been thoroughly tested on all graphics drivers, so issues are to be expected. Currently, only basic 2D texture sharing between D3D9 and D3D11 is supported when using DXVK for both APIs. API features that are currently not supported include:

  • IDXGIKeyedMutex. Documentation is very poor and it's not clear how an implementation is supposed to behave.

  • Resource sharing with D3D12 applications under vkd3d-proton. This may be added in the future.

  • Resource sharing with Vulkan applications.


Note: The Black Mesa UI flickers heavily when the game is not GPU-bound. This also happens on Windows to some degree and is a game bug.


Bug fixes and Improvements

  • Added an environment variable DXVK_ENABLE_NVAPI to bypass the vendor ID override. Setting it to 1 behaves exactly the same as setting dxvk.nvapiHack = False in the config file, but may allow for better integration into Lutris or the Proton launch script. (#2544)

  • Improved shader code generation when local arrays are used. This may improve performance on Nvidia drivers in some D3D11 games.

  • Fixed shader code generation when switch-case fallthrough is used in Shader Model 4.0 (#2556). Current FXC versions no longer generate such code.

  • Potentially improved performance when rendering to DXGI_FORMAT_R11G11B10_FLOAT images that can also be used with unordered access views.

  • Fixed various D3D9 issues related to texture uploads (#2559, #2541, #2535).

  • Assassin's Creed 3, Black Flag: Enabled d3d11.cachedDynamicResources = a to work around severe performance issues.

  • Frostpunk: Enabled d3d11.cachedDynamicResources = c to work around low CPU-bound performance.

  • God of War: Fixed some issues that started with game patch 1.0.9:Extremely inconsistent frame pacing when the game detects an AMD GPU, dxgi.maxFrameLatency = 1 is now set by default to work around this issue.
    Heavy flickering of some lights. Apparently this was also fixed in the game in patch 1.0.11.

  • GTA: San Andreas: Fixed UI rendering issues (#2560)

  • Rayman Origins: Fixed rendering issues (#2545)



--1.10.0--

Performance improvements

  • Reduced unnecessary worker thread synchronization around resource readbacks for both D3D11 and D3D9. This can significantly increase CPU-bound performance in games like Assassin's Creed: Origins and other titles built on the same engine, with smaller improvements seen in Elex II, God of War, GTA IV and others.

  • When using D3D11_MAP_WRITE on a staging resource that's currently being read by the GPU, DXVK will now attempt to create a copy of that resource in order to avoid GPU synchronization. This improves performance in Quantum Break and potentially other games. This behaviour can be tweaked using the d3d11.maxImplicitDiscardSize option.

  • Optimized UpdateSubresource for small constant buffer updates. This further improves performance in God of War and potentially other games.

  • Improved the way resource uploads and staging buffers are handled in D3D11. This may reduce memory usage and CPU overhead in some games.

  • Added more information to the HUD that can be useful for troubleshooting performance issues: GPU synchronizations per frame, worker thread synchronizations per frame, and pipeline barrier count.

  • GPU synchronization, when necessary, no longer uses busy-waiting, which may reduce power consumption on portable devices in some games.


Bug fixes and Improvements

  • Added a D3D11On12CreateDevice stub so applications using this don't immediately crash (PR #2278).
    Note that supporting D3D11on12 is currently not viable.

  • Version numbers for Intel's Windows driver should now be reported properly.
    Note that using DXVK on this driver is highly discouraged and will likely not work.

  • ArmA 2: Fixed texture-related issues (PR #2477).

  • Black Mesa: Fixed lighting issues.

  • Resident Evil 0, 5, 6, Resident Evil: Revelations 2: Improved performance (PR #2466).

  • Total War: Warhammer III: Significantly improved GPU-bound performance on setups with a dedicated GPU.


Per-game workarounds

Replaced the previous d3d11.apitraceMode option with d3d11.cachedDynamicResources, which provides a more granular way to specify resource types to allocate in cached system memory. Refer to the example dxvk.conf for details. This change was not made for the equivalent D3D9 option yet.


Normally, D3D11_USAGE_DYNAMIC resources are expected to be write-only from the CPU and read-only from the GPU, but despite this, some games perform CPU-side reads on the mapped memory, which can cause severe performance degradation since those reads would have to go over PCI-E, or at least uncached write-combined memory. This is especially problematic on systems with Resizeable BAR and can cause issues even on Windows D3D11 drivers.

Games that will use this option by default include Age of Empires 2: Definitive Edition (#2491), Anno 1800, Final Fantasy XIV, Nier Replicant, The Evil Within (PR #2522), and all games that previously had d3d11.apitraceMode enabled by default.



--1.9.4--

This is a small maintenance release in preparation for upcoming Proton versions.

  • Fixed an issue that would cause VRAM to not be utilized on RBAR-enabled Nvidia GPUs if the dxvk.shrinkNvidiaHvvHeap option is enabled (#2438).

  • Enabled strict D3D9 float emulation by default on future versions of RADV. This may improve both accuracy and GPU-bound performance (PR #2448).

  • Improved memory allocation behaviour. This may reduce memory usage especially in games that create multiple processes or D3D devices.

  • Removed obsolete options to disable OpenVR support.

  • God of War: Enabled performance optimizations and DLSS support (already included in Proton Experimental).



--1.9.3--

  • DLSS should now work in supported games in combination with dxvk-nvapi.

  • Optimized D3D9 shader constants by relying on VK_EXT_robustness2 and removed the old app options for games using software vertex processing. (#2282)

  • Added an option for more accurate emulation of D3D9 floating point behaviour and enabled that by default for a bunch of games. (#2294, #2359). This fixes issues in Red Orchestra 2, Dark Souls 2 (original version), Dog Fight 1942, Bayonetta, Rayman Origins, Guilty Gear Xrd and Richard Burns Rally.

  • Fixed a DXGI issue which would sometimes cause games to fail to enter fullscreen mode on some displays that do not support low rates across all resolutions (#2395).

  • Black Mesa: Fixed a regression with shadows. (#2317)

  • Crysis 3 Remastered: Worked around poor performance. (#2339)

  • Euro Truck Simulator: Fixed a shading issue resulting in black geometry (#2312)

  • Injustice Gods Among Us: Fixed missing characters on the character selection screen. (#2332)

  • Rocksmith 2014: Fixed white screen on startup. (#2383)

  • Spliter Cell: Chaos Theory: Fixed brightness with the shader model 3 option. (#2340)

  • Sim City 2013: Fixed rendering.

  • The Guild 3: Fixed artifacts in overview map (#2380).



--1.9.2--

  • Reduced overall CPU overhead in D3D9.

  • Fixed various failures in wine's D3D9 tests.

  • Fixed various issues when the d3d9.evictManagedTexturesOnUnlock option is enabled.

  • Fixed various issues when the d3d11.relaxedBarriers option is enabled.

  • Call of Cthulhu: Fixed reflection rendering (#2248)

  • Crysis 3, Homefront The Revolution: Worked around poor performance (#2256) (#2241)

  • GODS: Fixed gamma curve (#2250)

  • Total War Medieval 2: Fixed black lines on the world map (#2258) and settings text (#2247)
    The game still crashes when loading battles due to running out of address space.

  • Fantasy Grounds: Fix incorrect rendering (#2251)

  • Need For Speed Heat: Fixed ground textures rendering incorrectly (#1764).

  • Paranormal Files: Fix black screen (#2192)

  • Pathfinder: Wrath of the Rightous: Fixed GPU hang in loading screen. Note that the game itself has further issues loading certain parts of the game, which do not appear to be related to wine or DXVK in any way.

  • Payday: Fix flickering reflections (#2259)

  • Shin Megami Tensei 3: Fixed hang when entering save room (#2161)

  • Sine Mora EX: Added 60 FPS lock (#2261)



--1.9.1--

Bug fixes and Improvements

  • Fixed a number of performance and stability issues introduced with the D3D9 locking rewrite in 1.9 (#2142, #2149, #2150, #2164, #2168).

  • Rewrote the way staging textures are handled in D3D11. This can reduce memory usage and the number of image copies necessary to move data between the CPU and GPU, and fixes severe performance issues in Roblox on Nvidia GPUs.

  • Removed some workarounds for very old Mesa versions (19.0 and older).

  • Reimplemented locking primitives based on Windows SRW locks. This may be more efficient compared to the winpthreads implementation in mingw builds.

  • Earth Defense Force 5: Work around performance issues caused by the game frequently turning vertical synchronization on and off between frames (#2127)

  • Far Cry 1: Spoof Nvidia GPU in order to enable higher-quality water rendering.

  • Far Cry 5 and other Dunia Engine games: Fixed various issues due to uninitialized memory (PR #2137).

  • GTA IV: Fixed broken app profile that would break the game on Nvidia GPUs.

  • Risen 3: Fixed crash on Nvidia GPUs (#2154).

  • World of Final Fantasy: Forcibly disable MSAA to work around game bugs. Note that this should not impact visual quality since the game only uses MSAA for full-screen passes where it has no effect (#1216, #2136).



--1.9.0--

Features

  • Implemented basic support for various subsampled YUV texture formats such as NV12, which is used for video playback in some games, as well as basic support for ID3D11VideoProcessor APIs. This is needed for videos in Nier Replicant to play back (#2048), and may also be required for Contra: Rogue Corps (#1676). Note that Nier videos currently do not work with Proton for other reasons.

  • Implemented Conservative Rasterization for supported GPUs, which allows enabling the Nvidia ShadowLibs option in Final Fantasy XV and possibly similar options in other games.

  • Reduced presentation latency by up to one frame under some circumstances. This may help with games that are limited by vertical synchronization, DXGI frame latency settings, or external frame limiters that operate on vkAcquireNextImageKHR (PR #2075).

  • Added a frame rate limiter. This is mostly intended as a workaround for games that do not work correctly at high frame rates, but can also be controlled with an environment variable. Check the README for detais.


Device selection

Software-only Vulkan implementations such as Lavapipe are no longer reported to the application as long as there is a Vulkan-capable GPU present on the system. This should fix issues where games try using Lavapipe over a proper driver on some setups with recent Mesa versions and then crash due to hitting an unsupported texture format.

Lavapipe can now be used with DXVK by manually setting the VK_ICD_FILENAMES environment variable. While some of DXVK's feature requirements have been lifted in order to allow it to run, note that limitations of this driver may still cause some games to crash or render incorrectly, while others (such as The Witcher 3) were tested successfully.


Bug fixes and Improvements

  • Improved texture and buffer uploads in D3D9.

  • Fixed the Origin overlay not showing up when using DXVK's DXGI implementation (#1996).

  • Disabled Wine Gecko/Mono installers showing up when using install script.

  • Disabled a workaround to reduce the amount of random crashes on Nvidia drivers since the underlying driver issue was fixed in the 465.xx releases (#1963), which may improve performance in some games.

  • Fixed precision issues in shaders that do not have the refactoringAllowed flag set.

  • Fixed some potential issues around image clears that could lead to artifacting or broken rendering.

  • Fixed an issue where games with upper-case file extensions may create duplicate logs or cache files (#2079).

  • Fixed monitor layout issues when restoring display modes on multi-monitor setup (#2064).

  • Fixed a bug in D3D9 where child windows did not have their positions converted relative to their parents (#1958).

  • Removed workarounds specific to RADV with the LLVM shader compiler. Please use the ACO backend instead (default since Mesa 20.2).

  • Further reduced the size of state cache files. State caches from previous DXVK versions will be converted automatically.

  • Debugging symbols now work in GDB with wine-reload (4kb file alignment)

  • Misc. vector/matrix math fixes and optimizations in D3D9.

  • Atelier Mysterious Trilogy Deluxe Pack, Dal Segno and Nights of Azure: Added the usual white screen workaround (#2035, #2022, #2044).

  • Days Gone: Implemented missing DXGI frame statistics functions in order to fix very low frame rates (#2065).

  • Demon Stone: Work around the game breaking at >60fps (#2103).

  • Dragon Quest Builder 2: Fixed an issue where the game would immediately run out of system memory (PR #1995).

  • Final Fantasy XIII, Spec Ops: The Line: Fixed a bug with some postprocessing effects on NVIDIA.

  • GTA IV re-release: Work around incorrect VRAM amounts being shown when nvapi and atidlxx libraries are not present as it assumes all GPUs to be Intel IGPs with unified memory in that case.

  • Halo 2: Fixed fog rendering issues (#2059).

  • Kohan II: Fixed out-of-memory crash on startup (#2030).

  • Nier Replicant: Enabled 60 FPS limit to work around issues with the game running too fast, and enforced full-rate vertical synchronization in order to work around related issues with the game sometimes being stuck at weird frame rates.
    Note that AMD RX 5000 and 6000 series GPUs may need to be put into high performance mode manually in order to fix performance issues caused by aggressive power management.

  • Second Sight: Fixed missing UI (#2056).

  • TrackMania Forever: Fixed rendering issues introduced in DXVK 1.8.

Show Previous Changes

--1.8.1--

  • Bug fixes and Improvements

  • Fixed a regression that would cause a number of D3D9 games to crash when changing the resolution or during startup.

  • Improved performance in many D3D9 games when using MSAA on RADV.

  • Improved presentation logic for MSAA swap chains, which are common in older D3D9 games.

  • Mafia II: Work around shadows being broken when the game thinks it's running on an AMD GPU.

  • Warhammer Online: Work around the game trying to use unsupported image formats. (#1296)



--1.8--

Bug Fixes and Improvements

  • Fixed some build system warnings with newer Meson versions.

  • CPU-based Vulkan implementations such as Lavapipe will now always be enumerated last. This should avoid issues on systems without a dedicated GPU where games could potentially default to a CPU rasterizer.

  • Optimized image layout transitions, which may improve performance on Intel GPUs in some games.

  • D3D9: Improved performance of texture uploads and occlusion queries in some cases.

  • D3D9: Fixed an issue where supported back buffer formats would be reported incorrectly.

  • DXGI: Enabled multi-monitor support. This requires a relatively recent Wine version with XRandR 1.4 support to work correctly.

  • D3D11: Fixed a number of reference counting issues that could potentially lead to stability issues (PR #1887, PR ##1888).

  • D3D11: Improved correctness of NaN handling in shaders with VK_KHR_shader_float_controls, and removed most app workarounds setting d3d11.enableRtOutputNanFixup.

  • Enabled d3d11.enableRtOutputNanFixup by default on older RADV versions.

  • Enabled d3d11.invariantPosition option by default to fix common Z-fighting issues, especially on RDNA2 GPUs.

  • Atelier Ryza 2: Added workaround for video playback breaking D3D11 rendering, like in other games of the series.

  • Battle Engine Aquila: Fixed broken textures (PR #1759).

  • Dark Messiah of Might & Magic: Work around out-of-memory issues on startup.

  • Everquest: Work around performance issues.

  • F1 2018/2020: Work around broken compute shaders causing artifacts on AMD drivers, similar to F1 2019 (#1897).

  • Hitman 3: Work around AMDAGS issues on AMD GPUs similar to Hitman 2 (PR #1909).

  • Mega Man Legacy Collection 2: Fixed rendering issues (#1922).

  • Nioh 2: Work around black screen issues.

  • Tomb Raider Legend: Work around performance issues (#1685).



--1.7.3--

Bug fixes and Improvements

  • Added support for new DXGI interfaces introduced in Windows 10 version 1809.

  • Added an option to scale the HUD on high-DPI displays. Refer to the README for details. (#771)

  • Changed generated D3D11 shader code to allow drivers to optimize away texture operations in case no texture is bound.

  • Fixed some old D3D9 games crashing on RADV due to invalid shader code.

  • Fixed Vulkan validation errors when the HUD is active.

  • Optimized away redundant render target clears in some games to potentially increase performance.

  • Indirect draw batching can now work with arbitrary strides. This may slightly reduce the draw call count in Trine 4.

  • EverQuest 2 Fixed broken cloth rendering on Nvidia. (#1832)

  • Trine 4: Fixed rendering issues that would occur on some Nvidia GPUs as well as on RADV. (#1816)

Note: Build requirements have changed to MinGW 8.0 since new headers are required for the DXGI changes. Building on older versions will fail with messages about IDXGIFactory7 not being declared. Do not confuse the MinGW version with the GCC version provided by MinGW.



--1.7.3--

Bug fixes and Improvements

  • Added support for new DXGI interfaces introduced in Windows 10 version 1809.

  • Added an option to scale the HUD on high-DPI displays. Refer to the README for details. (#771)

  • Changed generated D3D11 shader code to allow drivers to optimize away texture operations in case no texture is bound.

  • Fixed some old D3D9 games crashing on RADV due to invalid shader code.

  • Fixed Vulkan validation errors when the HUD is active.

  • Optimized away redundant render target clears in some games to potentially increase performance.

  • Indirect draw batching can now work with arbitrary strides. This may slightly reduce the draw call count in Trine 4.

  • EverQuest 2 Fixed broken cloth rendering on Nvidia. (#1832)

  • Trine 4: Fixed rendering issues that would occur on some Nvidia GPUs as well as on RADV. (#1816)

Note: Build requirements have changed to MinGW 8.0 since new headers are required for the DXGI changes. Building on older versions will fail with messages about IDXGIFactory7 not being declared. Do not confuse the MinGW version with the GCC version provided by MinGW.



--1.7.2--

Bug fixes and Improvements

  • Fixed a major D3D9 regression that would cause crashes in many games.

  • Fixed D3D9 crashes on AMDVLK due to invalid Vulkan API usage (#1742).

  • Work around stack overflows in some 32-bit D3D9 games.

  • Added workarounds for rendering issues on AMD drivers in some Unity Engine games.

  • Work around Unicode support on Windows being garbage (PR #1761).

  • Log file creation can now be disabled by setting DXVK_LOG_PATH=none, but logs will still be printed to stderr (#1743).

  • Baldur's Gate 3: Fixed crash after character selection screen in D3D11 mode.

  • Final Fantasy XIV: Improved stability on recent Nvidia drivers.

  • Just Cause 3: Work around a game bug causing flickering terrain on RADV (#1553).

  • Marvel's Avengers: Fixed spurious crashes due to invalid resource copies.

  • Need for Speed Heat: Fixed some Vulkan validation errors.

  • PGA TOUR 2K21: Fixed Vulkan validation errors and potential crashes.

  • Trails in the Sky SC: Fixed fog rendering (#1771).



--1.7.1--

Bug fixes and Improvements

  • VK_EXT_4444_formats is now used on supported drivers to resolve potential issues with sampler border colors on Intel hardware.

  • VK_EXT_extended_dynamic_state is now used on supported drivers to implement out-of-bounds vertex buffer access behaviour correctly.

  • Minor performance improvements.

  • Implemented NV12 video format support for D3D9. This should make the GeForce Now app usable with DXVK.

  • Implemented missing shader instruction for D3D9 to fix shadow rendering in a number of games.

  • Anarchy Online: Fixed an out-of-memory error.

  • Metro Exodus: Added missing DXGI entry points required to run the game.

  • Observation: Work around a game bug causing rendering issues on RADV.

  • Resident Evil 7: Disabled relaxedBarriers option again due to rendering issues.

  • Serious Sam 2 and others: Fixed incorrect water reflections.

  • SpellForce 2: Work around black water ripples.

  • Timeshift: Fixed shadows

  • TrackMania: Fixed water and other rendering issues.

  • Work around performance issues in Darksiders: Warmastered Edition (#1719) and Monster Hunter World on AMD and recent Nvidia drivers.

  • Work around Z-fighting issues in Borderlands 3, Halo, Halo CE, Mafia III: Definitive Edition, Terminator: Resistance.



--1.7--

New Vulkan extensions

On supported drivers, the following extensions are now used:

  • VK_EXT_custom_border_color is now used to support for arbitrary sampler border colors, which fixes issues in many Direct3D 9 games including Crysis and Halo 2 Vista (#1612).

  • VK_EXT_robustness2 is used to handle out-of-bounds access to resources the same way as D3D11 does.

Wine 5.8 is needed for winevulkan support, as well as the following drivers:

  • AMD, Intel: Mesa 20.2 (current development version)

  • Nvidia: 440.66.12 (Vulkan developer beta)


Bug fixes and Improvements

  • Optimized render target clears and barriers, which may slightly improve GPU-bound performance in a number of games.

  • On drivers that do not support a dedicated transfer queue (primarily RADV), the compute queue will now be used for asynchronous resource uploads in D3D11 games.

  • Implemented some DXGI 1.6 functionality for future versions of World of Warcraft.

  • Reduced memory usage especially in D3D9, which may help with out-of-memory errors in certain games such as Toxikk. Note that this is not a solution for the general 32-bit address space problem (#1318).

  • Fixed Vulkan validation errors in Cloudpunk and other games using buffer resources incorrectly.

  • Fixed build on GCC 10.1 (#1620).

  • Fixed various D3D9 issues.

  • Reworked the dxgi.tearFree option, see PR #1606 for details.

  • Fallout New Vegas: Fixed white pixel artifacts

  • Freelancer: Fixed texturing issues (#1603).

  • GTA IV: Fixed HUD rendering issues (#1608, PR #1626).

Build system changes

Support for winelib builds was dropped, due to maintenance issues and incompatibility with some distributions (see #1584). This makes MinGW a hard requirement for building DXVK.

Please note that mingw-w64-binutils 2.34 currently leads to broken builds; see #1625 for details and a fix for the issue.



--1.6.1--

Bug fixes and Improvements

  • Configuration options now accept the "..." syntax, e.g. d3d9.customDeviceDesc = "ATi Rage 128" (#1567).

  • Added dxgi.tearFree option to enforce the Mailbox present mode when Vsync is disabled, which should prevent tearing. May not work on all setups.

  • Fixed various issues causing incorrect rendering or crashes in D3D9.

  • Fixed Vulkan validation errors on Nvidia systems.

  • Fixed an issue with the setup script not working on Wine 5.6 due to a winepath regression.

  • Implemented missing DXGI functionality for some SpecialK mods. (#1544)

  • Blue Reflection: Work around game bug causing rendering issues. (#1574)

  • Battlefield 2: Work around a game bug causing black terrain. (#1558)

  • Crysis: Fixed a crash when loading certain levels in D3D9 mode. (#1528)

  • Half-Life Alyx: Fixed incorrect integer division-by-zero handling resulting in distorted geometry.

  • Heavy Rain: Improved performance on Nvidia GPUs. (#1575)

  • L.A. Noire: Fixed crash on startup. #1564

  • Prince of Persia: Fixed incorrect rendering on RADV. (#1537)

  • Yooka-Laylee and the Impossible Lair: Work around rendering issues on AMD drivers.



--1.6--

D3D10 changes

The D3D10 helper libraries d3d10.dll and d3d10_1.dll are no longer installed by default, as only d3d10core.dll and d3d11.dll are needed for DXVK to support D3D10 (on Windows, dxgi.dll must also be used). This opens up the option to use Wine's implementation of the D3D10 effects framework, which is needed by some games.

Note: This works best on Wine 5.3 or newer. The existing DXVK implementation can still be used, refer to the README for details.


Bug fixes and Improvements

  • Minor D3D9 performance improvements

  • Apparently fixed a crash when capturing apitrace snapshots (?) (#1511)

  • Fixed a crash in some Source 2 titles using their D3D9 renderer

  • Fixed redundant display mode changes (#1489, #1494)

  • Fixed videos in some games showing a green frame (Joshua-Ashton/d9vk#424)

  • A Hat in Time: Fixed a regression where the output would be badly scaled when changing resolution

  • Dead Space: Fixed black square artifacts (#1484)

  • DoDonPachi Resurrection: Fixed crash on startup (#1508)

  • Dragon's Dogma: Fixed fullscreen issues (#1502)

  • Star Wars: Republic Commando: Implemented missing image formats (#1430)

  • Yomawari: Midnight Shadows: Fixed crash on startup (#1507)



--1.5.5--

Bug fixes and Improvements

  • Implemented some missing D3D9 features

  • Improved D3D9 compatibility with older Intel hardware (#1455)

  • Fixed a regression which caused flickering in some D3D9 titles on Intel ANV (#1451, #1471)

  • Fixed a bug where windows not matching the back buffer in size would produce pixelated output in D3D9 games

  • Fixed a potential GPU hang that could happen if a game uses D3D9 dialog mode (#1330)

  • Fixed crashes and incorrect rendering when using the d3d9.evictManagedOnUnlock option. This is useful for Skyrim with a large number of mods as an alternative to ENBoost.

  • Fixed incorrect behaviour with D3D11 line tessellation.

  • Book of Demons: Fixed white textures and UI issues (#1420)

  • Close Combat: Fixed the UI not rendering (#1434)

  • Cross Racing Championship: Fixed flickering water (#1450)

  • Dungeons and Dragons: Temple of Elemental Evil: Fixed flickering fire (#1444)

  • Elite Dangerous: Fixed an issue with the launcher resetting the D3D9 device every frame when multiple monitors are in use (#1408)

  • Evil Genius: Fixed a reference counting bug that would lead to error messages (#1417)

  • F1 2019: Work around a game bug causing rendering issues on RADV.

  • Hyperdimension Neptunia U Action Unleashed: Fixed character models not rendering (#1428)

  • Just Cause 1: Fixed a regression where the game would crash on startup (#1464)

  • Lumino City: Fixed an issue potentially causing GPU hangs (#1462)

  • Saint's Row III / IV: Work around a Z-fighting issue with the D3D11 renderer.

  • Shade Wrath of Angels: Fixed character rendering (Joshua-Ashton/d9vk#295)

  • Sins of a Solar Empire: Fixed an endless recursion that could happen in some titles using SetCursorPosition (#1400)

  • Rocket League: Fixed a potential crash with the experimental D3D11 renderer.

  • Vampire: The Masquerade Bloodlines: Improved performance.



--1.5.4--

Bug fixes and Improvements

  • Fixed another regression that affects multiple D3D9 games (#1399)

  • Anno 1701: Fixed incorrect texture filtering near undiscovered map areas (#1412)

  • E.Y.E: Divine Cybermancy: Fixed rendering issues when aiming (#1392)

  • Forgotten Realms: Demon Stone: Fixed textures not showing up (#1409)

  • King's Bounty: Fixed incorrect water rendering (#1387)

  • The Witcher: Fixed clouds not rendering (#1402)



--1.5.3--

Bug fixes and Improvements

  • Fixed a potentially critical D3D9 regression introduced in 1.5.2.

  • Fixed some Vulkan validation errors in D3D9 applications

  • Improved GPU-limited D3D9 performance on some drivers, e.g. in A Hat in Time.

  • D3D10 apps will now be recognized as such by the HUD instead of being shown as D3D11.

  • Mafia II: Fixed shadow rendering issues (#1294)

  • Skyrim: Fixed rendering issues caused by broken ENB shaders

  • Torchlight: Fixed rendering issues in the menu (#1378)



--1.5.2--

Compatibility

Vulkan 1.1 is now required, which means that very old drivers will no longer be able to run DXVK:

  • AMD / Intel: Mesa 17.3 and older

  • Nvidia: 390.xx and older


Additionally, the Vulkan loader installed on the system must support Vulkan 1.1.

Note that having an incompatible driver installed, even alongside more recent versions, may cause Vulkan initialization failure or application crashes on startup. Remove any such drivers when running into issues.

The reason for this change is that the Vulkan 1.0 fallback path was largely untested and did not always work correctly, removing it also allowed for a minor code cleanup.


Bug fixes and Improvements

  • Implemented some missing D3D9 swap chain functionality to allow various applications to run, including the ATi ToyShop demo, Atelier Sophie (#1341) and Dynasty Warriors 7 (#1361).

  • Various D3D9 bug fixes and minor performance and memory optimizations

  • Added d3d9.forceSwapchainMSAA option to force MSAA on D3D9 swap chain images.

  • Enabled d3d9.deferSurfaceCreation for a large number of D3D11 games in the Atelier series to fix the menu not showing up. Requires the use of both DXVK's D3D11 and D3D9 implementations.

  • Dragon Age Origins: Fixed some Vulkan validation errors

  • Entropia Universe: Added d3d11.invariantPosition option to fix Z-fighting issues on some graphics drivers (#1364)

  • Ferentus/Herrcot/Xiones: Fixed sky rendering as well as a minimap regression (Joshua-Ashton/d9vk#306)

  • Gothic 3: Disabled d3d9.supportDFFormats option to fix shadow rendering (#1367)

  • Tales of Vesperia: Fixed a race condition causing frequent crashes, which was introduced in DXVK 1.4.5.

  • TrackMania United Forever: Fixed unnecessary CPU <> GPU synchronization to improve performance (#1363)

  • Vampire The Masquerade: Bloodlines: Fixed rendering issues with refractive windows

  • Warriors Orochi 4: Fixed a minor discrepancy in D3D11 query tracking due to a series of game bugs



--1.5.1--

Bug Fixes and Improvements

  • Overall D3D9 performance improvements

  • Improved depth bias implementation in D3D9. This fixes rendering issues like missing shadows and decals in a lot of titles.

  • Fixed a bug where some D3D9 games would crash with a divide by zero error on launch

  • Fixed incorrect specular rendering in many D3D9 games using Pixel Shader 1.x

  • Restored functionality of the dxvk.hud configuration option which was accidentally removed in 1.5. (#1279)

  • Tweaked number of threads used for pipeline compilation. This was done to reduce the performance impact on common 6-core and 8-core CPUs while also allowing newer CPUs with more than 12 cores to use more threads.
    Note that this can still be customized with the dxvk.numCompilerThreads option.

  • GTA V: Fixed a regression that would cause extremely poor performance when enabling Vsync in full-screen mode (#1314)

  • Halo CE: Fixed shield and glass rendering in Halo and Halo CE (#1309)

  • Need For Speed: Carbon: Fixed blur effect (#1295)

  • Risen 2: Fixed inventory in not rendering (#1290)

  • Sims 4: Fixed a crash when changing to/from fullscreen (#1304)

  • Trackmania Forever: Fixed crash on startup (#1278)

  • Vampire The Masquerade: Bloodlines: Fixed an issue with the game window being a small box when using fullscreen mode with a non-native resolution.



--1.5--

D3D9 support

D9VK is now part of DXVK, which means that D3D9 games are now supported by default. Refer to the pull request for details and planned future work, and beware of frogs.

For future bug reports, please clarify which API is used by the game in question.


Bug fixes on top of D9VK 0.40.1

  • Fixed some memory and resource leaks in state blocks, deletion and device resetting

  • Dark Souls: Prepare to Die Edition: Fixed a black screen issue that occured on some drivers


HUD improvements

  • Improved overall appearance of the HUD and fixed an issue with some glyphs being placed incorrectly.

  • Memory allocation statistics now show the amount of memory allocated per Vulkan memory heap, which allows distinguishing between video memory and system memory allocations.

  • Fixed an issue where the draw call and queue submission statistics would be updated before the current frame has finished processing, leading to inaccurate numbers.

  • Draw call and queue submission statistics are now updated every 0.5 seconds to make them more readable.


Bug fixes and Improvements

  • Atelier Ryza: Enabled workaround for a black screen issue caused by the game's D3D9 usage when trying to play back intro videos. Requires both D3D9 and D3D11.

  • Crysis 3: All GPUs are now reported as Nvidia GPUs by default. This enables the game to use a fast path with considerably lower CPU overhead, but may cause a small performance hit on certain Nvidia GPUs in GPU-bound scenarios. Note that it might be necessary to disable the loading of nvapi.dll in your wine prefix when using wine-staging.

  • Fifa 19: Fixed crash caused by a missing DXGI function (#1268).

  • Halo MCC: Reduced the number of log messages being generated due to invalid D3D11 API usage.

  • Star Citizen: Fixed a regression introduced in DXVK 1.4.3 causing lighting issues (#1262).



--1.4.6--

Update: Builds updated with 1ae7d4b to work around potential game crashes when the state cache is enabled, see #1266. The root cause is currently unknown and might be a driver bug.


Bug fixes and Improvements

  • Fixed a bug potentially causing crashes during display mode changes or when closing a game.

  • Fixed an issue that would cause CPU-limited performance to degrade over time, especially in workloads involving Deferred Contexts.

  • American Truck Simulator / Euro Truck Simulator 2: Fixed rendering issues (#1250)

  • Final Fantasy XIV: Fixed radial blur not working due to a division-by-zero workaround.

  • Warcraft III Reforged: Implemented missing DXGI features to allow the game to run (#1252)



--1.4.5--

Performance

  • Enabled asynchronous presentation on all GPUs, and removed the dxvk.asyncPresent option. Previously, this option was disabled on Nvidia GPUs due to sporadic GPU hangs. If you still encounter issues, please make sure to use a recent driver version, and also test the current Vulkan developer beta (435.27.07) if possible.

  • Reduced the amount of thread synchronization around occlusion queries in order to improve multithreading efficiency.


These changes may improve CPU-bound performance in Final Fantasy XIV and other games that are at least partially bottlenecked by draw call throughput.


Bug fixes and Improvements

  • Fixed occational hangs on Nvidia GPUs when resizing the game window.

  • Fixed possible crashes when using Wine's DXGI implementation (PR #1240).

  • Re-implemented constant buffer range check for Nvidia GPUs to use storage buffers instead of uniform buffers in order to match D3D11 behaviour.

  • Dirt Rally: Fixed GPU hang on RADV caused by uninitialized UAV counters.

  • Earth Defense Force 4.1: Fixed issue with certain objects and HUD elements not rendering (#1242).

  • Final Fantasy XV: Fixed severe performance degradation when the Geomapping option is enabled, caused by a game bug.

  • Metal Gear Solid V: Disabled loading of OpenVR DLLs to work around a weird issue with all rendering being flipped vertically (#1245).

  • Metro 2033: Fixed rendering issues when Depth of Field is enabled, caused by a game bug.



--1.4.4--

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)



--1.4.3--

Bug fixes and Improvements

  • Implemented a new state cache file format which will lead to significantly smaller files. State caches from previous DXVK versions will be converted automatically.

  • Further reduced CPU overhead, particularly in games with a large number of different shaders.

  • Fixed incorrect barriers in case graphics shaders write to UAVs.

  • Fixed incorrect MSAA sample positions being reported to shaders.

  • Fixed some MSVC compiler warnings (#1218).



--1.4.2--

Bug fixes and Improvements

  • Minor reduction of CPU overhead

  • Fixed a minor performance regression introduced in 1.4.1 in GPU-bound scenarios.

  • Fixed a case of incorrect NaN behaviour in shaders.

  • Fixed various minor DXGI issues to improve pass rate in wine tests.

  • Call of Duty: Modern Warfare Remastered: Report all GPUs as Nvidia to work around game crashes.

bottom of page