aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/lima/lima_program.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/lima/lima_program.c b/src/gallium/drivers/lima/lima_program.c
index 66962e5ce23..c22636fc50e 100644
--- a/src/gallium/drivers/lima/lima_program.c
+++ b/src/gallium/drivers/lima/lima_program.c
@@ -68,6 +68,7 @@ static const nir_shader_compiler_options fs_nir_options = {
.lower_rotate = true,
.lower_fdot = true,
.lower_bitops = true,
+ .lower_vector_cmp = true,
};
static const struct nir_lower_tex_options tex_options = {