Module: Mesa Branch: main Commit: e6bcdc763c9e228aea9a767c35dbd63bb1a5689e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e6bcdc763c9e228aea9a767c35dbd63bb1a5689e
Author: Samuel Pitoiset <[email protected]> Date: Tue Apr 26 14:23:36 2022 +0200 radv: enable radv_disable_sinking_load_input_fs for Grid Autosport Cc: mesa-stable Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4228 Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Rhys Perry <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16165> --- src/amd/vulkan/00-radv-defaults.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/amd/vulkan/00-radv-defaults.conf b/src/amd/vulkan/00-radv-defaults.conf index d3bef31ab11..645b517f313 100644 --- a/src/amd/vulkan/00-radv-defaults.conf +++ b/src/amd/vulkan/00-radv-defaults.conf @@ -149,5 +149,13 @@ Application bugs worked around in this file: <application name="Starcraft 2" application_name_match="SC2_x64.exe"> <option name="radv_disable_dcc" value="true" /> </application> + + <application name="Grid Autosport" application_name_match="GRIDAutosport_avx.exe"> + <option name="radv_disable_sinking_load_input_fs" value="true" /> + </application> + + <application name="Grid Autosport" application_name_match="GRIDAutosport.exe"> + <option name="radv_disable_sinking_load_input_fs" value="true" /> + </application> </device> </driconf>
