Mesa (i965g-restart): i965g: add DEBUG_WINSYS flag

Keith Whitwell keithw at kemper.freedesktop.org
Mon Dec 21 16:59:45 UTC 2009


Module: Mesa
Branch: i965g-restart
Commit: 6c719d4c22e84e315e5dc9cbc69885401a7ae231
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c719d4c22e84e315e5dc9cbc69885401a7ae231

Author: Keith Whitwell <keithw at vmware.com>
Date:   Mon Dec 21 16:55:40 2009 +0000

i965g: add DEBUG_WINSYS flag

---

 src/gallium/drivers/i965/brw_debug.h  |    2 +-
 src/gallium/drivers/i965/brw_screen.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/i965/brw_debug.h b/src/gallium/drivers/i965/brw_debug.h
index 98407a0..ae8e925 100644
--- a/src/gallium/drivers/i965/brw_debug.h
+++ b/src/gallium/drivers/i965/brw_debug.h
@@ -14,7 +14,7 @@
 #define DEBUG_VERBOSE	        0x40
 #define DEBUG_BATCH             0x80
 #define DEBUG_PIXEL             0x100
-#define DEBUG_BUFMGR            0x200
+#define DEBUG_WINSYS            0x200
 #define DEBUG_MIN_URB           0x400
 #define DEBUG_DISASSEM           0x800
 #define DEBUG_unused3           0x1000
diff --git a/src/gallium/drivers/i965/brw_screen.c b/src/gallium/drivers/i965/brw_screen.c
index 1855e4f..3d96a77 100644
--- a/src/gallium/drivers/i965/brw_screen.c
+++ b/src/gallium/drivers/i965/brw_screen.c
@@ -47,7 +47,7 @@ static const struct debug_named_value debug_names[] = {
    { "verb",  DEBUG_VERBOSE},
    { "bat",   DEBUG_BATCH},
    { "pix",   DEBUG_PIXEL},
-   { "buf",   DEBUG_BUFMGR},
+   { "wins",  DEBUG_WINSYS},
    { "min",   DEBUG_MIN_URB},
    { "dis",   DEBUG_DISASSEM},
    { "sync",  DEBUG_SYNC},




More information about the mesa-commit mailing list