diff options
author | Erico Nunes <[email protected]> | 2019-08-04 23:53:53 +0200 |
---|---|---|
committer | Erico Nunes <[email protected]> | 2019-08-05 23:36:46 +0200 |
commit | 360bda0b1dce3522dde1fd2f538e7d3f1d6c3469 (patch) | |
tree | f7a2fc20807def1fae1d65fe817a005a5bd77258 | |
parent | 9e8f8dbcd1ceea94d74d74a6b45cad146a699b1f (diff) |
lima/ppir: enable lower_vector_cmp to lower fall_equal
Signed-off-by: Erico Nunes <[email protected]>
Reviewed-by: Vasily Khoruzhick <[email protected]>
-rw-r--r-- | src/gallium/drivers/lima/lima_program.c | 1 |
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 = { |