diff options
author | Rhys Perry <[email protected]> | 2020-06-20 00:00:05 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-19 23:53:47 +0000 |
commit | 19b2ac2bb9e1ddc22956920d661f0e47aa49d718 (patch) | |
tree | 76cd52e89e285202271fc525682172db7100e577 /src/util | |
parent | f4a643f65e36fc8bd80aa5fe7ea60d78a546f756 (diff) |
radv: enable radv_no_dynamic_bounds for Path of Exile
To workaround game bugs. This also enables it for the D3D11 renderer but
that shouldn't be an issue.
Signed-off-by: Rhys Perry <[email protected]>
Cc: <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3081
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3084
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3080
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5569>
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/00-mesa-defaults.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index c590d088f26..037610219a7 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -698,5 +698,9 @@ TODO: document the other workarounds. <application name="RAGE 2" executable="RAGE2.exe"> <option name="radv_enable_mrt_output_nan_fixup" value="true" /> </application> + + <application name="Path of Exile" executable="PathOfExile_x64Steam.exe"> + <option name="radv_no_dynamic_bounds" value="true" /> + </application> </device> </driconf> |