projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04faeff
)
vc4: Drop pointless raddr conflict handling on SF.
author
Eric Anholt
<eric@anholt.net>
Sun, 7 Sep 2014 21:08:09 +0000
(14:08 -0700)
committer
Eric Anholt
<eric@anholt.net>
Wed, 10 Sep 2014 03:38:39 +0000
(20:38 -0700)
SF doesn't have a src[1].
src/gallium/drivers/vc4/vc4_qpu_emit.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/vc4/vc4_qpu_emit.c
b/src/gallium/drivers/vc4/vc4_qpu_emit.c
index 4e69fcbc1c4886e79664eb641a8c8eea352dabcb..cac2e6bbdca40d434092afea90495aa9e294abf5 100644
(file)
--- a/
src/gallium/drivers/vc4/vc4_qpu_emit.c
+++ b/
src/gallium/drivers/vc4/vc4_qpu_emit.c
@@
-377,7
+377,6
@@
vc4_generate_code(struct vc4_compile *c)
break;
case QOP_SF:
- fixup_raddr_conflict(c, src[0], &src[1]);
queue(c, qpu_a_MOV(qpu_ra(QPU_W_NOP), src[0]));
*last_inst(c) |= QPU_SF;
break;