diff --git a/src/gallium/drivers/i915/i915_screen.c b/src/gallium/drivers/i915/i915_screen.c index 12d3e98e44b..78a5393f023 100644 --- a/src/gallium/drivers/i915/i915_screen.c +++ b/src/gallium/drivers/i915/i915_screen.c @@ -173,6 +173,7 @@ static const struct nir_shader_compiler_options gallivm_nir_options = { .lower_device_index_to_zero = true, /* .support_16bit_alu = true, */ .has_ddx_intrinsics = true, + .no_integers = true, }; static const void *