From: Ian Romanick <[email protected]>
v4: Report progress. This actually helps one more shader!
---
src/intel/compiler/brw_fs.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/intel/compiler/brw_fs.cpp b/src/intel/compiler/brw_fs.cpp
index 7b51b1f..4937361 100644
--- a/src/intel/compiler/brw_fs.cpp
+++ b/src/intel/compiler/brw_fs.cpp
@@ -2900,8 +2900,10 @@ fs_visitor::opt_peephole_csel()
csel_inst->src[1].abs = true;
}
- if (csel_inst != NULL)
+ if (csel_inst != NULL) {
+ progress = true;
inst->remove(block);
+ }
break;
}
--
2.9.5
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev