diff options
author | Marek Olšák <marek.olsak@amd.com> | 2022-08-09 20:44:27 -0400 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-09-21 14:54:50 +0000 |
commit | d6fabe49cd72fb7f7087b12efd8a9e3371e36c01 (patch) | |
tree | f29d64aa84c43c00054a2275353e0df7af080ab4 | |
parent | 4ff207b47b802ece7b0b0fa6f0673b1459490480 (diff) |
radeonsi: enable glthread by default
Let's enable it and see what happens. This should mostly be a win.
Reviewed-by: Mihai Preda <mhpreda@gmail.com>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Acked-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18223>
-rw-r--r-- | src/gallium/drivers/radeonsi/driinfo_radeonsi.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |