Mesa (master): i965: Don't print WE_normal in disassembly.

Kenneth Graunke kwg at kemper.freedesktop.org
Wed Jul 23 22:44:13 UTC 2014


Module: Mesa
Branch: master
Commit: d6d3e6027de6c9bd409f4ed0cf47e4f6c2114df3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6d3e6027de6c9bd409f4ed0cf47e4f6c2114df3

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Thu Jul 17 16:41:44 2014 -0700

i965: Don't print WE_normal in disassembly.

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 at whitecape.org>
Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 src/mesa/drivers/dri/i965/brw_disasm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/brw_disasm.c b/src/mesa/drivers/dri/i965/brw_disasm.c
index f66865f..c6f981a 100644
--- a/src/mesa/drivers/dri/i965/brw_disasm.c
+++ b/src/mesa/drivers/dri/i965/brw_disasm.c
@@ -213,7 +213,7 @@ static const char *const accwr[2] = {
 };
 
 static const char *const wectrl[2] = {
-   [0] = "WE_normal",
+   [0] = "",
    [1] = "WE_all"
 };
 




More information about the mesa-commit mailing list