From: Brian Paul Date: Sat, 5 Nov 2005 20:18:51 +0000 (+0000) Subject: s/_mesa_debug_vp_inst/_mesa_print_program/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c657d8e3e4c2b14fa419c0902413fb9219e34ea0;p=mesa.git s/_mesa_debug_vp_inst/_mesa_print_program/ --- diff --git a/src/mesa/tnl/t_vp_build.c b/src/mesa/tnl/t_vp_build.c index 54fde628df3..4ff70cd6edd 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); } }