diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-10-24 12:31:29 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-10-24 12:32:42 -0600 |
commit | 3a345e000350c1590367f01be5db6f0f10701283 (patch) | |
tree | 3fc755cf8948e644e24e217193986b1ec8ed4136 /src | |
parent | e506514dbbaf6850f477125f89068afa967fa9b4 (diff) |
print CAL label
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/pipe/tgsi/exec/tgsi_dump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_dump.c b/src/mesa/pipe/tgsi/exec/tgsi_dump.c index 7fd503d81b..9d21da0965 100644 --- 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; |