projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e506514
)
print CAL label
author
Brian
<brian.paul@tungstengraphics.com>
Wed, 24 Oct 2007 18:31:29 +0000
(12:31 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Wed, 24 Oct 2007 18:32:42 +0000
(12:32 -0600)
src/mesa/pipe/tgsi/exec/tgsi_dump.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/tgsi/exec/tgsi_dump.c
b/src/mesa/pipe/tgsi/exec/tgsi_dump.c
index 7fd503d81b7bbb9a302d1deb655d2af0aeb1283a..9d21da09657f13c05476d97ef8d9a06e89ff1b71 100644
(file)
--- a/
src/mesa/pipe/tgsi/exec/tgsi_dump.c
+++ b/
src/mesa/pipe/tgsi/exec/tgsi_dump.c
@@
-945,6
+945,7
@@
dump_instruction_short(
case TGSI_OPCODE_ELSE:
case TGSI_OPCODE_BGNLOOP2:
case TGSI_OPCODE_ENDLOOP2:
+ case TGSI_OPCODE_CAL:
TXT( " :" );
UID( inst->InstructionExtLabel.Label );
break;