summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErico Nunes <nunes.erico@gmail.com>2019-08-04 23:53:53 +0200
committerErico Nunes <nunes.erico@gmail.com>2019-08-05 23:36:46 +0200
commit360bda0b1dce3522dde1fd2f538e7d3f1d6c3469 (patch)
treef7a2fc20807def1fae1d65fe817a005a5bd77258
parent9e8f8dbcd1ceea94d74d74a6b45cad146a699b1f (diff)
lima/ppir: enable lower_vector_cmp to lower fall_equal
Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
-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 = {