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:
Lionel Landwerlin
2023-12-20 12:15:43 +02:00
committed by Marge Bot
parent d754ed5330
commit 5438b19104
15 changed files with 1143 additions and 7 deletions

View File

@@ -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