projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30d6a4b
)
s/_mesa_debug_vp_inst/_mesa_print_program/
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 5 Nov 2005 20:18:51 +0000
(20:18 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 5 Nov 2005 20:18:51 +0000
(20:18 +0000)
src/mesa/tnl/t_vp_build.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_vp_build.c
b/src/mesa/tnl/t_vp_build.c
index 54fde628df3dfe3affd407ba52925fee7884d6bd..4ff70cd6edd939e61881bb9e11ee88ed4e2662ed 100644
(file)
--- a/
src/mesa/tnl/t_vp_build.c
+++ b/
src/mesa/tnl/t_vp_build.c
@@
-492,7
+492,7
@@
static void debug_insn( struct prog_instruction *inst, const char *fn,
}
_mesa_printf("%d:\t", line);
- _mesa_
debug_vp_inst
(1, inst);
+ _mesa_
print_program
(1, inst);
}
}