projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cd6291
)
Add GLSL opcodes.
author
michal
<michal@michal-laptop.(none)>
Mon, 6 Aug 2007 16:20:31 +0000
(17:20 +0100)
committer
michal
<michal@michal-laptop.(none)>
Mon, 6 Aug 2007 16:20:31 +0000
(17:20 +0100)
src/mesa/pipe/tgsi/core/tgsi_dump.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/tgsi/core/tgsi_dump.c
b/src/mesa/pipe/tgsi/core/tgsi_dump.c
index 33a898ea042f1da6aa4209e4d20cf15698025eab..bdffc59d393419a14e3f42ffc103fd8f9d90130b 100644
(file)
--- a/
src/mesa/pipe/tgsi/core/tgsi_dump.c
+++ b/
src/mesa/pipe/tgsi/core/tgsi_dump.c
@@
-276,7
+276,16
@@
static const char *TGSI_OPCODES[] =
"OPCODE_TXQ",
"OPCODE_CONT",
"OPCODE_EMIT",
- "OPCODE_ENDPRIM"
+ "OPCODE_ENDPRIM",
+ "OPCODE_BGNLOOP2",
+ "OPCODE_BGNSUB",
+ "OPCODE_ENDLOOP2",
+ "OPCODE_ENDSUB",
+ "OPCODE_NOISE1",
+ "OPCODE_NOISE2",
+ "OPCODE_NOISE3",
+ "OPCODE_NOISE4",
+ "OPCODE_NOP"
};
static const char *TGSI_SATS[] =