1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-11-29 10:24:10 +01:00

[util] Enable forced TGSM barriers for F1 2019

Fixes visual issues on RADV.
This commit is contained in:
Philip Rebohle 2020-02-07 23:27:11 +01:00
parent 76a6f6eab9
commit 4738d12d73
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -180,6 +180,11 @@ namespace dxvk {
{ R"(\\Entropia\.exe$)", {{
{ "d3d11.invariantPosition", "True" },
}} },
/* F1 2019 - does not synchronize TGSM access *
* in a compute shader, causing artifacts */
{ R"(\\F1_2019\.exe$)", {{
{ "d3d11.forceTgsmBarriers", "True" },
}} },
/**********************************************/
/* D3D9 GAMES */