llvmpipe: added show_tiles and show_subtiles debug options
[mesa.git] / src / gallium / drivers / llvmpipe / lp_debug.h
index 74b27574942b6b4fb4e605fe1146c24fc417c8de..7128e8eb4b7e46d76048cca2a70088b66196031d 100644 (file)
@@ -45,6 +45,9 @@ st_print_current(void);
 #define DEBUG_QUERY     0x40
 #define DEBUG_SCREEN    0x80
 #define DEBUG_JIT       0x100
+#define DEBUG_SHOW_TILES    0x200
+#define DEBUG_SHOW_SUBTILES 0x400
+
 
 #ifdef DEBUG
 extern int LP_DEBUG;