From 360bda0b1dce3522dde1fd2f538e7d3f1d6c3469 Mon Sep 17 00:00:00 2001 From: Erico Nunes Date: Sun, 4 Aug 2019 23:53:53 +0200 Subject: lima/ppir: enable lower_vector_cmp to lower fall_equal Signed-off-by: Erico Nunes Reviewed-by: Vasily Khoruzhick --- src/gallium/drivers/lima/lima_program.c | 1 + 1 file changed, 1 insertion(+) 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 = { -- cgit v1.2.3