mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
mesa: temporarily enable printing of Mesa's GPU instructions
This commit is contained in:
parent
b4855288e4
commit
7b8726a99d
1 changed files with 1 additions and 1 deletions
|
|
@ -2667,7 +2667,7 @@ _slang_emit_code(slang_ir_node *n, slang_var_table *vt,
|
|||
|
||||
success = GL_TRUE;
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
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