Mesa (main): driconf: enable vs_position_always_invariant for Dirt Rally

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jan 21 09:37:30 UTC 2022


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

Author: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Date:   Wed Jan 19 12:10:49 2022 +0100

driconf: enable vs_position_always_invariant for Dirt Rally

Cc: mesa-stable
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5648
Reviewed-by: Emma Anholt <emma at anholt.net>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14614>

---

 src/util/00-mesa-defaults.conf | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 276b85d6084..47fc269a2b4 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -298,6 +298,11 @@ TODO: document the other workarounds.
             <option name="force_integer_tex_nearest" value="true" />
         </application>
 
+        <application name="DiRT Rally" executable="DirtRally">
+            <!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/5648 -->
+            <option name="vs_position_always_invariant" value="true" />
+        </application>
+
         <!-- Workarounds for SPECviewperf relying on invalid / non-conformant
              OpenGL behavior. Older SPECviewperf versions might also need this.
           -->



More information about the mesa-commit mailing list