Confused on Steam Play and Proton? Be sure to check out our guide.
We do often include affiliate links to earn us some pennies. See more here.

DXVK [GitHub] is such an incredible project to bring Direct3D 11 support to Wine using Vulkan and another exciting release is now out.

Released around three hours ago, version 0.51 has these fixes:

  • Fixed illegal query usage and resulting visual issues in Shadow Warrior 2
  • Fixed bug in the shader compiler causing visual issues in Far Cry 5 and Hitman (2016)
  • Fixed bug causing poor performance in Dark Souls 3, Dishonored 2 and other games using Deferred Contexts
  • Fixed crash in Overwatch caused by incorrect code alignment (#362)
  • Fixed incorrectly reported VRAM size for 32-bit applications

Additionally, a new interesting feature that made it in is "Asynchronous pipeline compilation", currently only supported by the most recent git revisions of the AMD RADV driver. The developer said this about it:

Makes uses of VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT in an attempt to reduce pipeline compilation stutter, and compiles an optimized version of the pipeline on separate threads.

It's disabled by default, as it seems it may cause issues in certain games.

I've still yet to try out DXVK, mainly as I only usually play native Linux games, very rarely ever touch Wine. Absolutely amazed by the progress with this project though, helping to bridge the gap for new Linux gamers and dual-booters to ease the transition to Linux.

Article taken from GamingOnLinux.com.
Tags: Vulkan, Wine
9 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. Find me on Mastodon.
See more from me
The comments on this article are closed.
32 comments
Page: «2/4»
  Go to:

Comandante Ñoñardo May 14, 2018
Cool!
How to install this on Ubuntu machines in a few clicks?
Shmerl May 14, 2018
Quoting: subIs there a similar project for Direct3D 12 --> Vulkan?

Yes, vkd3d: https://source.winehq.org/git/vkd3d.git/
Dunc May 14, 2018
QuoteI've still yet to try out DXVK, mainly as I only usually play native Linux games, very rarely ever touch Wine.
I only got around to trying it out this evening, thanks to the AUR package (which was updated just half an hour later ^_^ ), and it turns out I only have one Windows-exclusive DX11 game: Fire in the Flood, which Humble gave away for free the other day (and I hadn't even played yet, so I'm not sure if it's any better with DXVK or not). The next most recent, graphically-intensive, game I have installed in WINE is Far Cry 2, and that's D3D9, from - yikes! - ten years ago.

Oh, well. At least I know it's there if I need it.
Shmerl May 14, 2018
Quoting: Duncand that's D3D9, from - yikes! - ten years ago.

There are a lot of great games which are even older than that.
TheRiddick May 14, 2018
Was testing out Tomb Raider 2013 recently. With my 1080ti at 4k, native game dips down to 20fps at the second crashed pilot area (flare area after 31%), dxvk windows version gave me 40-50fps in same area, with higher settings! Also looked a little better lighting/color wise.

PS. You can't use tessellation with TR2013 atm due to some bug so turn that one feature off and all is fine.


Last edited by TheRiddick on 14 May 2018 at 2:54 am UTC
compsci101 May 14, 2018
Not sure if other folks are having problems, but this appears to have broken The Witcher 3 for me. Lots of graphical corruption and texture problems.

I run an up-to-date Arch with:
nvidia 396.24
dxvk 0.51
tuubi May 14, 2018
View PC info
  • Supporter
Quoting: HoriIs there any point in switching to playing it on WINE?
Apart from the rainbows and unicorns you mean? :P
TheRiddick May 14, 2018
Quoting: compsci101Not sure if other folks are having problems, but this appears to have broken The Witcher 3 for me. Lots of graphical corruption and texture problems.

I run an up-to-date Arch with:
nvidia 396.24
dxvk 0.51

I have the same setup except I compiled from master and use wine3.7 staging. Just loaded up blood and wine (to skip intros) and it appears to run fine, I have it at 4k with default settings, couldn't see any major issues.
scix May 14, 2018
Quoting: compsci101Not sure if other folks are having problems, but this appears to have broken The Witcher 3 for me. Lots of graphical corruption and texture problems.

I run an up-to-date Arch with:
nvidia 396.24
dxvk 0.51

Probably due to Nvidia's new shader compiler. You can disable it with:
__GL_NextGenCompiler=0 wine <game exe> 
TheRiddick May 14, 2018
Yeah I have that disabled by default with Lutris. However I found some games benefit from the new compiler such as the 32bit version of Warthunder (because native sucks), without it you get freezes.

But for most games you will get corruption unless the game specifically throws in support for it (warthunder does).
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.