summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vp_build.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-11-05 20:18:51 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-11-05 20:18:51 +0000
commitc657d8e3e4c2b14fa419c0902413fb9219e34ea0 (patch)
tree29df9df4ae69e4c0b2a7eff48738c88895e95d78 /src/mesa/tnl/t_vp_build.c
parent30d6a4bffa9a24b2080d145c8823bf6b1b8cbee7 (diff)
s/_mesa_debug_vp_inst/_mesa_print_program/
Diffstat (limited to 'src/mesa/tnl/t_vp_build.c')
-rw-r--r--src/mesa/tnl/t_vp_build.c2
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);
}
}