projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e8f8db
)
lima/ppir: enable lower_vector_cmp to lower fall_equal
author
Erico Nunes
<nunes.erico@gmail.com>
Sun, 4 Aug 2019 21:53:53 +0000
(23:53 +0200)
committer
Erico Nunes
<nunes.erico@gmail.com>
Mon, 5 Aug 2019 21:36:46 +0000
(23:36 +0200)
Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
src/gallium/drivers/lima/lima_program.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/lima/lima_program.c
b/src/gallium/drivers/lima/lima_program.c
index 66962e5ce238d9f5ce8a6093e9571089d2476210..c22636fc50e665a39c1edabb55b3d8c074be0477 100644
(file)
--- 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 = {