projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3688d6
)
nouveau: Fix build after STR/BRA opcode dropping.
author
Eric Anholt
<eric@anholt.net>
Mon, 24 Nov 2014 23:22:25 +0000
(15:22 -0800)
committer
Eric Anholt
<eric@anholt.net>
Mon, 24 Nov 2014 23:22:25 +0000
(15:22 -0800)
I missed these while git grepping for users of the dead opcodes. Sigh,
macros.
src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp
b/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp
index aa7390bc0eccc8d5419b36be6f4914f7b9d21f50..39a70aa59f1d6a9c187eb176be30a7b7c27dfa47 100644
(file)
--- a/
src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp
+++ b/
src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp
@@
-538,12
+538,10
@@
static nv50_ir::operation translateOpcode(uint opcode)
NV50_IR_OPCODE_CASE(SIN, SIN);
NV50_IR_OPCODE_CASE(SLE, SET);
NV50_IR_OPCODE_CASE(SNE, SET);
- NV50_IR_OPCODE_CASE(STR, SET);
NV50_IR_OPCODE_CASE(TEX, TEX);
NV50_IR_OPCODE_CASE(TXD, TXD);
NV50_IR_OPCODE_CASE(TXP, TEX);
- NV50_IR_OPCODE_CASE(BRA, BRA);
NV50_IR_OPCODE_CASE(CAL, CALL);
NV50_IR_OPCODE_CASE(RET, RET);
NV50_IR_OPCODE_CASE(CMP, SLCT);