mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-03 06:10:30 +01:00
s/_mesa_debug_vp_inst/_mesa_print_program/
This commit is contained in:
parent
30d6a4bffa
commit
c657d8e3e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue