From d6fabe49cd72fb7f7087b12efd8a9e3371e36c01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Tue, 9 Aug 2022 20:44:27 -0400 Subject: [PATCH] radeonsi: enable glthread by default Let's enable it and see what happens. This should mostly be a win. Reviewed-by: Mihai Preda Reviewed-by: Pierre-Eric Pelloux-Prayer Acked-by: Adam Jackson Part-of: --- src/gallium/drivers/radeonsi/driinfo_radeonsi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/radeonsi/driinfo_radeonsi.h b/src/gallium/drivers/radeonsi/driinfo_radeonsi.h index 7cfe86175a0..e8a2b4674a3 100644 --- a/src/gallium/drivers/radeonsi/driinfo_radeonsi.h +++ b/src/gallium/drivers/radeonsi/driinfo_radeonsi.h @@ -1,6 +1,7 @@ // DriConf options specific to radeonsi DRI_CONF_SECTION_PERFORMANCE DRI_CONF_ADAPTIVE_SYNC(true) +DRI_CONF_MESA_GLTHREAD(true) DRI_CONF_SECTION_END DRI_CONF_SECTION_DEBUG