projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b00fa9
)
fix double-printing of comment info
author
Brian
<brian@yutani.localnet.net>
Fri, 15 Dec 2006 22:36:29 +0000
(15:36 -0700)
committer
Brian
<brian@yutani.localnet.net>
Fri, 15 Dec 2006 22:36:29 +0000
(15:36 -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 7bc5016987fa8346a153cf95a8a66417971608db..b34bbbd4821df86c500f8956e31012cdfadd0fea 100644
(file)
--- a/
src/mesa/shader/prog_print.c
+++ b/
src/mesa/shader/prog_print.c
@@
-208,9
+208,6
@@
_mesa_print_alu_instruction(const struct prog_instruction *inst,
_mesa_printf(", ");
}
- if (inst->Comment)
- _mesa_printf(" # %s", inst->Comment);
-
print_comment(inst);
}