llvmpipe: added debug option to disable LLVM optimization passes
[mesa.git] / src / gallium / drivers / llvmpipe / lp_debug.h
index 7e04bd471ef8474fc2e481ae95aef5dc58ad52c0..ee81814361020bceca873a86ad4286eba14100c9 100644 (file)
@@ -48,6 +48,7 @@ st_print_current(void);
 #define DEBUG_SHOW_TILES    0x200
 #define DEBUG_SHOW_SUBTILES 0x400
 #define DEBUG_COUNTERS      0x800
+#define DEBUG_NO_LLVM_OPT  0x1000
 
 
 #ifdef DEBUG