i965: Don't print WE_normal in disassembly.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 17 Jul 2014 23:41:44 +0000 (16:41 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 23 Jul 2014 22:44:08 +0000 (15:44 -0700)
Dropping this helps most lines fit in an 80 column terminal.  The
absence of WE_normal also helps call attention to WE_all, where
something unusual is going on.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_disasm.c

index f66865fc4d1c91e026b11a138b8a273e69968727..c6f981a70e7ff946718e7f4e7540ffa3cb5cf364 100644 (file)
@@ -213,7 +213,7 @@ static const char *const accwr[2] = {
 };
 
 static const char *const wectrl[2] = {
-   [0] = "WE_normal",
+   [0] = "",
    [1] = "WE_all"
 };