projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9878e8f
)
s/SUB/BGNSUB/
author
Brian
<brian@yutani.localnet.net>
Tue, 27 Mar 2007 00:47:19 +0000
(18:47 -0600)
committer
Brian
<brian@yutani.localnet.net>
Tue, 27 Mar 2007 00:47:19 +0000
(18:47 -0600)
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 3ab004191a8d85bb684fd96a2d1c23abc85c3c6a..8fa7ef3d824ef11dc7879c7a6427870deca6e2e5 100644
(file)
--- a/
src/mesa/shader/prog_print.c
+++ b/
src/mesa/shader/prog_print.c
@@
-629,7
+629,7
@@
_mesa_print_instruction_opt(const struct prog_instruction *inst, GLint indent,
break;
case OPCODE_BGNSUB:
- _mesa_printf("SUB");
+ _mesa_printf("
BGN
SUB");
print_comment(inst);
return indent + 3;
case OPCODE_ENDSUB: