diff options
author | Ian Romanick <[email protected]> | 2009-07-30 11:05:07 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2009-08-18 12:07:47 -0700 |
commit | ea8db5c3329bdee6ea0ca9b347730ec348d7c0af (patch) | |
tree | a5c2190222a21e880d5253eca66d973ce132f55c /src | |
parent | 565a2a8f38f1407e2122b2dbfa4a0bc5bb881dd3 (diff) |
ARB prog: Revert some changes to debug output
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/shader/arbprogparse.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/shader/arbprogparse.c b/src/mesa/shader/arbprogparse.c index 42a53789999..36ddc373b03 100644 --- a/src/mesa/shader/arbprogparse.c +++ b/src/mesa/shader/arbprogparse.c @@ -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 } |