i915,nv30,softpipe,svga,mesa/st: remove lower_vector_cmp for tgsi backends

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40197>
This commit is contained in:
Georg Lehmann 2026-03-03 15:03:29 +01:00 committed by Marge Bot
parent 5e7c8c3009
commit b6d75d3cda
5 changed files with 0 additions and 6 deletions

View file

@ -119,7 +119,6 @@ static const nir_shader_compiler_options i915_compiler_options = {
.lower_fmod = true,
.lower_sincos = true,
.lower_uniforms_to_ubo = true,
.lower_vector_cmp = true,
.force_indirect_unrolling = nir_var_all,
.force_indirect_unrolling_sampler = true,
.max_unroll_iterations = 32,
@ -166,7 +165,6 @@ static const struct nir_shader_compiler_options gallivm_nir_options = {
.max_unroll_iterations = 32,
.lower_cs_local_index_to_id = true,
.lower_uniforms_to_ubo = true,
.lower_vector_cmp = true,
.lower_device_index_to_zero = true,
/* .support_16bit_alu = true, */
.support_indirect_inputs = (uint8_t)BITFIELD_MASK(MESA_SHADER_STAGES),

View file

@ -351,7 +351,6 @@ static const nir_shader_compiler_options nv30_base_compiler_options = {
.lower_fmod = true,
.lower_fpow = true, /* In hardware as of nv40 FS */
.lower_uniforms_to_ubo = true,
.lower_vector_cmp = true,
.force_indirect_unrolling = nir_var_all,
.force_indirect_unrolling_sampler = true,
.max_unroll_iterations = 32,

View file

@ -86,7 +86,6 @@ static const nir_shader_compiler_options sp_compiler_options = {
.lower_flrp64 = true,
.lower_fmod = true,
.lower_uniforms_to_ubo = true,
.lower_vector_cmp = true,
.lower_int64_options = nir_lower_imul_2x32_64,
.max_unroll_iterations = 32,

View file

@ -141,7 +141,6 @@ get_bool_cap(struct svga_winsys_screen *sws, SVGA3dDevCapIndex cap,
.lower_flrp64 = true, \
.lower_ldexp = true, \
.lower_uniforms_to_ubo = true, \
.lower_vector_cmp = true, \
.lower_cs_local_index_to_id = true, \
.max_unroll_iterations = 32

View file

@ -654,7 +654,6 @@ static const struct nir_shader_compiler_options draw_nir_options = {
.max_unroll_iterations = 32,
.lower_to_scalar = true,
.lower_uniforms_to_ubo = true,
.lower_vector_cmp = true,
.lower_device_index_to_zero = true,
.support_16bit_alu = true,
.lower_fisnormal = true,