diff options
author | Brian <[email protected]> | 2007-02-17 09:15:00 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-02-17 09:15:00 -0700 |
commit | 501ee87180047dd04afc69103c31e1eae5374bf1 (patch) | |
tree | eab47ab6824b6ed8a7fed8dbff0cd6feafbce999 /src/mesa/tnl/t_vp_build.c | |
parent | 00647c39deec87cfaff6e4a694020875340fdd09 (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.c | 2 |
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 6fb14e7caa8..47fed32904d 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); } } |