mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
Revert "mesa: temporarily enable printing of Mesa's GPU instructions"
This reverts commit 7b8726a99d.
This commit is contained in:
parent
df0831f375
commit
748d8d4613
1 changed files with 1 additions and 1 deletions
|
|
@ -2676,7 +2676,7 @@ _slang_emit_code(slang_ir_node *n, slang_var_table *vt,
|
|||
|
||||
success = GL_TRUE;
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
printf("*********** End emit code (%u inst):\n", prog->NumInstructions);
|
||||
_mesa_print_program(prog);
|
||||
_mesa_print_program_parameters(ctx,prog);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue