projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de03fe4
)
minor formatting fix
author
Brian
<brian@yutani.localnet.net>
Thu, 4 Jan 2007 22:25:29 +0000
(15:25 -0700)
committer
Brian
<brian@yutani.localnet.net>
Thu, 4 Jan 2007 22:25:29 +0000
(15:25 -0700)
src/mesa/shader/prog_print.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/prog_print.c
b/src/mesa/shader/prog_print.c
index 07b383dc5689702d844b02fcce257d1c0903b732..416d7b4fa653b476d3d8874abee22c852ce48990 100644
(file)
--- a/
src/mesa/shader/prog_print.c
+++ b/
src/mesa/shader/prog_print.c
@@
-272,7
+272,6
@@
_mesa_print_instruction(const struct prog_instruction *inst)
_mesa_printf("%s", _mesa_opcode_string(inst->Opcode));
if (inst->SaturateMode == SATURATE_ZERO_ONE)
_mesa_printf("_SAT");
- _mesa_printf(" ");
print_dst_reg(&inst->DstReg);
_mesa_printf(", ");
print_src_reg(&inst->SrcReg[0]);