summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-11-08 14:53:24 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-11-08 14:53:24 +0000
commite1a5edf083efb065f97ec08592ae2c4ff6fc6662 (patch)
tree21f0e6f0317654f269086864b326b4b3b084a7df /src/mesa/main
parentbdd80bf8190ccc640359674d37efa1ed5e1b73e7 (diff)
s/_mesa_debug_fp_inst/_mesa_print_program/
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/texenvprogram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texenvprogram.c b/src/mesa/main/texenvprogram.c
index b4980747eb..8cd8a8630e 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");
}