Mesa (main): drirc: enable do_dce_before_clip_cull_analysis for ANSA

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 28 18:32:43 UTC 2021


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

Author: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Date:   Fri Oct 15 18:24:25 2021 +0200

drirc: enable do_dce_before_clip_cull_analysis for ANSA

Reviewed-by: Timothy Arceri <tarceri at itsqueeze.com>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12897>

---

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

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 8fe9a8941bd..688a6e1067a 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -329,6 +329,10 @@ TODO: document the other workarounds.
             <option name="glsl_correct_derivatives_after_discard" value="true" />
         </application>
 
+        <application name="BETA CAE Systems - ANSA" executable="ansa_linux_x86_64">
+            <option name="do_dce_before_clip_cull_analysis" value="true" />
+        </application>
+
         <!-- The GL thread allowlist is below, workarounds are above.
              Keep it that way. -->
 



More information about the mesa-commit mailing list