Mesa (main): radv: enable radv_disable_sinking_load_input_fs for Grid Autosport

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Apr 27 11:50:05 UTC 2022


Module: Mesa
Branch: main
Commit: e6bcdc763c9e228aea9a767c35dbd63bb1a5689e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e6bcdc763c9e228aea9a767c35dbd63bb1a5689e

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
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 <samuel.pitoiset at gmail.com>
Reviewed-by: Rhys Perry <pendingchaos02 at gmail.com>
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>



More information about the mesa-commit mailing list