GPUOpen-Drivers / AMDVLK

AMD Open Source Driver For Vulkan
MIT License
1.69k stars 160 forks source link

[dxvk, vkd3d-proton] anisotropic filtering issues #345

Closed Blisto91 closed 5 months ago

Blisto91 commented 6 months ago

In some games when using amdvlk (or the Windows AMD driver) with dxvk/vkd3d-proton and anisotropic filtering graphical issues such as "texture seems" can appear. An example game is The Evil Within 2 but issues have also been observed in The Evil Within 1, Battlefield 1 and Battlefield V (besides dxvk also apparently in d3d12 mode with vkd3d-proton but haven't tested that myself). See dev comment in dxvk issue for TEW2 https://github.com/doitsujin/dxvk/issues/2540#issuecomment-1066799497

This issue have been worked around in radv so it no longer presents itself there. See MRs below https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14471 https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15368

The Evil Within 2 screenshot ![Screenshot_20240101_151140](https://github.com/GPUOpen-Drivers/AMDVLK/assets/47954800/ecb957c8-4831-4c8f-9194-339f34b0515c)

TEW2 apitrace from the main menu scene seen in above screenshot. Notice the lines on the projector screen. https://drive.proton.me/urls/GDQ049NDTW#gRLLyZARMQps

Blisto91 commented 5 months ago

Thank you can confirm it is fixed in 2024.Q1.1 (just checked The Evil Within 2)