summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vp_build.c
diff options
context:
space:
mode:
authorBrian <brian@nostromo.localnet.net>2007-02-17 09:15:00 -0700
committerBrian <brian@nostromo.localnet.net>2007-02-17 09:15:00 -0700
commit501ee87180047dd04afc69103c31e1eae5374bf1 (patch)
treeeab47ab6824b6ed8a7fed8dbff0cd6feafbce999 /src/mesa/tnl/t_vp_build.c
parent00647c39deec87cfaff6e4a694020875340fdd09 (diff)
Lots of changes to prog_print.c code.
Mainly, allow printing programs in either ARB, NV or "debug" formats.
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 6fb14e7caa..47fed32904 100644
--- a/src/mesa/tnl/t_vp_build.c
+++ b/src/mesa/tnl/t_vp_build.c
@@ -497,7 +497,7 @@ static void debug_insn( struct prog_instruction *inst, const char *fn,
}
_mesa_printf("%d:\t", line);
- _mesa_print_instruction(inst, 0);
+ _mesa_print_instruction(inst);
}
}