protonscr

Black triangles after updating driver/llvm

dxvkclosed amd radv
doitsujin/dxvk#900 · opened 2019-02-01 by Sur3 · updated 2019-02-01 · 2 comments · github
SSur3 2019-02-01 github

Hi I updated from llvm 6.0.1 to 7.0.1 which fixed some graphic glitches in RE2 remake for me (https://github.com/doitsujin/dxvk/issues/895) but now I've a lot of black triangles in games which were working fine before like Overwatch and it's launcher:

20190201_162207_518499653c
20190201_160130_403165562

Ddoitsujin maintainer 2019-02-01 github

Probably another LLVM bug then. This is not something I can fix, but you could try switching to LLVM 8 (which is still in development, but in a reasonable state right now).

In general, if something breaks after a driver update, then it's better to report it to whoever makes the driver rather than DXVK, since this just isn't my bug.

SSur3 2019-02-01 github

Ok seems you are right, a kernel update from 4.14 to 4.19 fixed the problem again, so probably the newer llvm/mesa driver was incompatible to the older kernel or something like that. :see_no_evil:

Upstream links