galahad: do map/unmap counting for resources
[mesa.git] / src / gallium / drivers / i965 / brw_debug.h
index 0deddbf977076565f76b167cd0a3c32691f9bf5c..ae8e9254a682a53c3020d6f0e146bdb63212b49d 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
@@ -39,4 +39,5 @@ extern int BRW_DEBUG;
 #endif
 
 
+
 #endif