mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-01 16:24:12 +01:00
[util] Enable forced TGSM barriers for F1 2019
Fixes visual issues on RADV.
This commit is contained in:
parent
76a6f6eab9
commit
4738d12d73
@ -180,6 +180,11 @@ namespace dxvk {
|
|||||||
{ R"(\\Entropia\.exe$)", {{
|
{ R"(\\Entropia\.exe$)", {{
|
||||||
{ "d3d11.invariantPosition", "True" },
|
{ "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 */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
Reference in New Issue
Block a user