iris: enable generated indirect draws
This mirror the ring buffer mode we have in Anv. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26797>
This commit is contained in:
committed by
Marge Bot
parent
d754ed5330
commit
5438b19104
@@ -299,7 +299,7 @@ if ['x86_64'].contains(host_machine.cpu_family()) and \
|
||||
get_option('intel-clc') != 'system'
|
||||
# Require intel-clc with Anv & Iris (for internal shaders)
|
||||
with_intel_clc = get_option('intel-clc') == 'enabled' or \
|
||||
with_intel_vk
|
||||
with_intel_vk or with_gallium_iris
|
||||
else
|
||||
with_intel_clc = false
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user