summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/i965/brw_debug.h2
-rw-r--r--src/gallium/drivers/i965/brw_screen.c2
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 98407a06ed..ae8e9254a6 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 1855e4fd45..3d96a77d65 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},