Enable compact TGSI dump.

This commit is contained in:
michal 2007-08-07 11:49:33 +01:00
parent c7e6a2eb83
commit f141399031
2 changed files with 796 additions and 432 deletions

File diff suppressed because it is too large Load diff

View file

@ -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;
}