summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_screen.c
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-12-21 16:55:40 +0000
committerKeith Whitwell <keithw@vmware.com>2009-12-21 16:55:40 +0000
commit6c719d4c22e84e315e5dc9cbc69885401a7ae231 (patch)
tree4094f3c15ede14433561a77cc2af4651b348197b /src/gallium/drivers/i965/brw_screen.c
parentf217927a57dbf57ffe23fb48417a4cdad7e0eeea (diff)
i965g: add DEBUG_WINSYS flag
Diffstat (limited to 'src/gallium/drivers/i965/brw_screen.c')
-rw-r--r--src/gallium/drivers/i965/brw_screen.c2
1 files changed, 1 insertions, 1 deletions
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},