diff options
author | Rhys Perry <[email protected]> | 2020-06-20 11:17:14 +0100 |
---|---|---|
committer | Rhys Perry <[email protected]> | 2020-06-20 11:46:12 +0100 |
commit | c977567db65e3430d1b7323f698d17bea58624e9 (patch) | |
tree | 248b6a39c21bcaa85edaff5cbaa811abb3a4236d /src/util | |
parent | 08f64f91d12179ccc21d9b71ebe17eae96334def (diff) |
radv: enable radv_no_dynamic_bounds for more Path of Exile executables
It looks like there's also a standalone version and a 32-bit version.
Signed-off-by: Rhys Perry <[email protected]>
Cc: <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5574>
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/00-mesa-defaults.conf | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 037610219a7..dc7fb30a3f9 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -699,7 +699,16 @@ TODO: document the other workarounds. <option name="radv_enable_mrt_output_nan_fixup" value="true" /> </application> - <application name="Path of Exile" executable="PathOfExile_x64Steam.exe"> + <application name="Path of Exile (64-bit, Steam)" executable="PathOfExile_x64Steam.exe"> + <option name="radv_no_dynamic_bounds" value="true" /> + </application> + <application name="Path of Exile (32-bit, Steam)" executable="PathOfExileSteam.exe"> + <option name="radv_no_dynamic_bounds" value="true" /> + </application> + <application name="Path of Exile (64-bit)" executable="PathOfExile_x64.exe"> + <option name="radv_no_dynamic_bounds" value="true" /> + </application> + <application name="Path of Exile (32-bit)" executable="PathOfExile.exe"> <option name="radv_no_dynamic_bounds" value="true" /> </application> </device> |