1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-21 21:57:39 +01:00

[util] Enable ignoreGraphicsBarriers for FFXV

Massively improves performance when VXAO is enabled.
This commit is contained in:
Philip Rebohle 2022-09-19 15:43:45 +02:00
parent 2a7706ba53
commit 0bb0c1e646

View File

@ -242,6 +242,11 @@ namespace dxvk {
{ R"(\\ffxiv_dx11\.exe$)", {{
{ "d3d11.cachedDynamicResources", "vi" },
}} },
/* Final Fantasy XV: VXAO does thousands of *
* draw calls with the same UAV bound */
{ R"(\\ffxv_s\.exe$)", {{
{ "d3d11.ignoreGraphicsBarriers", "True" },
}} },
/* God of War - relies on NVAPI/AMDAGS for *
* barrier stuff, needs nvapi for DLSS */
{ R"(\\GoW\.exe$)", {{