projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04ac15f
)
added IR_ELEMENT
author
Brian
<brian@yutani.localnet.net>
Mon, 15 Jan 2007 23:33:54 +0000
(16:33 -0700)
committer
Brian
<brian@yutani.localnet.net>
Mon, 15 Jan 2007 23:33:54 +0000
(16:33 -0700)
src/mesa/shader/slang/slang_emit.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/slang/slang_emit.c
b/src/mesa/shader/slang/slang_emit.c
index f0bcb7a0aee7967733b41526e517f560d0ecc7e4..e58256c9f1b2fadc38125fa4594877c91dcdf36a 100644
(file)
--- a/
src/mesa/shader/slang/slang_emit.c
+++ b/
src/mesa/shader/slang/slang_emit.c
@@
-99,6
+99,7
@@
static slang_ir_info IrInfo[] = {
{ IR_TEXP, "IR_TEXP", OPCODE_TXP, 4, 1 },
{ IR_FLOAT, "IR_FLOAT", 0, 0, 0 },
{ IR_FIELD, "IR_FIELD", 0, 0, 0 },
+ { IR_ELEMENT, "IR_ELEMENT", 0, 0, 0 },
{ IR_NOP, NULL, OPCODE_NOP, 0, 0 }
};