mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 05:50:25 +01:00
disable some debug output
This commit is contained in:
parent
a49a865cf5
commit
000b2899b9
1 changed files with 1 additions and 1 deletions
|
|
@ -1612,8 +1612,8 @@ _slang_emit_code(slang_ir_node *n, slang_var_table *vt,
|
|||
}
|
||||
success = GL_TRUE;
|
||||
|
||||
printf("*********** End generate code (%u inst):\n", prog->NumInstructions);
|
||||
#if 0
|
||||
printf("*********** End emit code (%u inst):\n", prog->NumInstructions);
|
||||
_mesa_print_program(prog);
|
||||
_mesa_print_program_parameters(ctx,prog);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue