projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5989ef2
)
vc4: Add missing progress note in opt_algebraic.
author
Eric Anholt
<eric@anholt.net>
Fri, 11 Dec 2015 05:51:03 +0000
(21:51 -0800)
committer
Eric Anholt
<eric@anholt.net>
Fri, 11 Dec 2015 20:21:22 +0000
(12:21 -0800)
src/gallium/drivers/vc4/vc4_opt_algebraic.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/vc4/vc4_opt_algebraic.c
b/src/gallium/drivers/vc4/vc4_opt_algebraic.c
index
07a9226
..
f2e1938
100644
(file)
--- a/
src/gallium/drivers/vc4/vc4_opt_algebraic.c
+++ b/
src/gallium/drivers/vc4/vc4_opt_algebraic.c
@@
-181,6
+181,7
@@
qir_opt_algebraic(struct vc4_compile *c)
case QOP_SUB:
if (is_zero(c, inst->src[1])) {
replace_with_mov(c, inst, inst->src[0]);
+ progress = true;
}
break;