i965g: add DEBUG_WINSYS flag
authorKeith Whitwell <keithw@vmware.com>
Mon, 21 Dec 2009 16:55:40 +0000 (16:55 +0000)
committerKeith Whitwell <keithw@vmware.com>
Mon, 21 Dec 2009 16:55:40 +0000 (16:55 +0000)
src/gallium/drivers/i965/brw_debug.h
src/gallium/drivers/i965/brw_screen.c

index 98407a0..ae8e925 100644 (file)
@@ -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
index 1855e4f..3d96a77 100644 (file)
@@ -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},