mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
Enable compact TGSI dump.
This commit is contained in:
parent
c7e6a2eb83
commit
f141399031
2 changed files with 796 additions and 432 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -569,7 +569,7 @@ tgsi_mesa_compile_fp_program(
|
|||
assert( i == program->Base.NumInstructions - 1 );
|
||||
tgsi_dump(
|
||||
tokens,
|
||||
TGSI_DUMP_NO_IGNORED | TGSI_DUMP_NO_DEFAULT );
|
||||
0/*TGSI_DUMP_VERBOSE | TGSI_DUMP_NO_IGNORED | TGSI_DUMP_NO_DEFAULT*/ );
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue