From 80a377ad81ce7b94b4d3a84fc103962e96d204d8 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Sun, 4 Jul 2021 21:20:59 +1000 Subject: [PATCH] util/radeonsi: add radeonsi workaround for Nuclear Throne MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Without radeonsi_sync_compile the game crashes at startup. The game engine uses a custom global new operator which doesn't play well with multithreading. Fixes: f1cc13727c68 ("radeonsi: enable workarounds for YoYo engine based games") Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5023 Reviewed-by: Marek Olšák Part-of: --- src/util/00-mesa-defaults.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 417fe43..0be5894 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -713,6 +713,9 @@ TODO: document the other workarounds. + + -- 2.7.4