intel: Ask libdrm to dump an AUB file if INTEL_DEBUG=aub.
[mesa.git] / src / mesa / drivers / dri / intel / intel_context.h
index 041a4fcd4e9c3ad1224123a3da22a7530c9097c6..bfe5f9445b8529ddd8d448c739dc151ef644ebc3 100644 (file)
@@ -466,6 +466,7 @@ extern int INTEL_DEBUG;
 #define DEBUG_URB       0x800000
 #define DEBUG_VS        0x1000000
 #define DEBUG_CLIP      0x2000000
+#define DEBUG_AUB       0x4000000
 
 #define DBG(...) do {                                          \
        if (unlikely(INTEL_DEBUG & FILE_DEBUG_FLAG))            \