Mesa (main): util/drirc: use application_name_match for the SotTR RADV workaround

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed May 26 19:23:18 UTC 2021


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

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Tue May 25 14:48:45 2021 +0200

util/drirc: use application_name_match for the SotTR RADV workaround

Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10978>

---

 src/util/00-mesa-defaults.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index b6911daf3de..2ed3fe894c6 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -743,7 +743,7 @@ TODO: document the other workarounds.
         </application>
     </device>
     <device driver="radv">
-        <application name="Shadow Of The Tomb Raider" executable="ShadowOfTheTombRaider">
+        <application name="Shadow Of The Tomb Raider" application_name_match="ShadowOfTheTomb">
             <option name="radv_report_llvm9_version_string" value="true" />
 	</application>
 



More information about the mesa-commit mailing list