From: Pierre-Eric Pelloux-Prayer Date: Fri, 13 Mar 2020 13:24:51 +0000 (+0100) Subject: radeonsi: enable workarounds for YoYo engine based games X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f1cc13727c6875ee5aae7656652dda231267cccf;p=mesa.git radeonsi: enable workarounds for YoYo engine based games Without the radeonsi_sync_compile option the games crashes at startup. The engine seems to be using a custom global new operator and it doesn't plays well with multithreading it seems. Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/1310 Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/1271 Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/1272 Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/1288 Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2611 Reviewed-by: Marek Olšák Tested-by: Marge Bot Part-of: --- diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index d078b938021..11efbff7ba0 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -567,6 +567,23 @@ TODO: document the other workarounds.