i965: Add INTEL_DEBUG=nocompact to disable instruction compaction.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Matt Turner
2015-10-29 16:08:45 -07:00
parent 93268939e4
commit 85ee2f7fcf
3 changed files with 5 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ static const struct debug_control debug_control[] = {
{ "spill_vec4", DEBUG_SPILL_VEC4 },
{ "cs", DEBUG_CS },
{ "hex", DEBUG_HEX },
{ "nocompact", DEBUG_NO_COMPACTION },
{ NULL, 0 }
};