projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9d37f6
)
gallium: fix debug_printf() format string
author
Brian Paul
<brianp@vmware.com>
Tue, 11 Aug 2009 15:30:12 +0000
(09:30 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 11 Aug 2009 15:30:12 +0000
(09:30 -0600)
src/gallium/auxiliary/tgsi/tgsi_ppc.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_ppc.c
b/src/gallium/auxiliary/tgsi/tgsi_ppc.c
index 922f147b9465720677d7d0603d2f2f9dcf708177..2d6ad12ffbdde138e7b3c0a24835e504ae2bf1ae 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_ppc.c
+++ b/
src/gallium/auxiliary/tgsi/tgsi_ppc.c
@@
-1319,7
+1319,7
@@
tgsi_emit_ppc(const struct tgsi_token *tokens,
if (!ok) {
uint opcode = parse.FullToken.FullInstruction.Instruction.Opcode;
- debug_printf("failed to translate tgsi opcode %d to PPC (%s)\n",
+ debug_printf("failed to translate tgsi opcode %d
(%s)
to PPC (%s)\n",
opcode,
tgsi_get_opcode_name(opcode),
parse.FullHeader.Processor.Processor == TGSI_PROCESSOR_VERTEX ?