From: Brian Paul Date: Tue, 8 Nov 2005 14:53:24 +0000 (+0000) Subject: s/_mesa_debug_fp_inst/_mesa_print_program/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e1a5edf083efb065f97ec08592ae2c4ff6fc6662;p=mesa.git s/_mesa_debug_fp_inst/_mesa_print_program/ --- diff --git a/src/mesa/main/texenvprogram.c b/src/mesa/main/texenvprogram.c index b4980747eb7..8cd8a8630eb 100644 --- a/src/mesa/main/texenvprogram.c +++ b/src/mesa/main/texenvprogram.c @@ -1076,7 +1076,7 @@ static void create_new_program(struct state_key *key, GLcontext *ctx, &p.program->Base ); if (DISASSEM) { - _mesa_debug_fp_inst(p.program->NumTexInstructions + p.program->NumAluInstructions, + _mesa_print_program(p.program->NumTexInstructions + p.program->NumAluInstructions, p.program->Instructions); _mesa_printf("\n"); }