galahad: do map/unmap counting for resources
[mesa.git] / src / gallium / drivers / i965 / brw_debug.h
index ea3c87218be0c5db82e97a031efd434fa5ca9a7f..ae8e9254a682a53c3020d6f0e146bdb63212b49d 100644 (file)
@@ -14,9 +14,9 @@
 #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_unused2           0x800
+#define DEBUG_DISASSEM           0x800
 #define DEBUG_unused3           0x1000
 #define DEBUG_SYNC             0x2000
 #define DEBUG_PRIMS            0x4000
@@ -39,4 +39,5 @@ extern int BRW_DEBUG;
 #endif
 
 
+
 #endif