mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
ARB prog: Revert some changes to debug output
This commit is contained in:
parent
565a2a8f38
commit
ea8db5c332
1 changed files with 1 additions and 3 deletions
|
|
@ -4073,10 +4073,8 @@ _mesa_parse_arb_vertex_program(GLcontext *ctx, GLenum target,
|
|||
_mesa_free_parameter_list(program->Base.Parameters);
|
||||
program->Base.Parameters = prog.Parameters;
|
||||
|
||||
#if 1 || DEBUG_VP
|
||||
#if DEBUG_VP
|
||||
_mesa_printf("____________Vertex program %u __________\n", program->Base.Id);
|
||||
_mesa_print_program(&program->Base);
|
||||
_mesa_printf("inputs = 0x%04x, outputs = 0x%04x\n", program->Base.InputsRead,
|
||||
program->Base.OutputsWritten);
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue