drirc/iris: add drirc to disable threaded context

Cc: mesa-stable
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38567>
This commit is contained in:
Tapani Pälli
2025-11-21 08:03:04 +02:00
committed by Marge Bot
parent 10d3d7bb36
commit 4daabf76b4
5 changed files with 11 additions and 0 deletions
+3
View File
@@ -367,6 +367,9 @@
DRI_CONF_OPT_B(intel_sampler_route_to_lsc, def, \
"Intel specific toggle to enable sampler route to LSC")
#define DRI_CONF_INTEL_DISABLE_THREADED_CONTEXT(def) \
DRI_CONF_OPT_B(intel_disable_threaded_context, def, "Disable threaded context")
#define DRI_CONF_VK_REQUIRE_ETC2(def) \
DRI_CONF_OPT_B(vk_require_etc2, def, \
"Implement emulated ETC2 on HW that does not support it")