diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-05 20:18:51 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-05 20:18:51 +0000 |
commit | c657d8e3e4c2b14fa419c0902413fb9219e34ea0 (patch) | |
tree | 29df9df4ae69e4c0b2a7eff48738c88895e95d78 /src | |
parent | 30d6a4bffa9a24b2080d145c8823bf6b1b8cbee7 (diff) |
s/_mesa_debug_vp_inst/_mesa_print_program/
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/tnl/t_vp_build.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vp_build.c b/src/mesa/tnl/t_vp_build.c index 54fde628df..4ff70cd6ed 100644 --- 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); } } |