summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_debug.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-01-27 17:16:42 -0700
committerBrian Paul <brianp@vmware.com>2010-01-27 17:16:42 -0700
commit36a0819ff4ede1af91dcf909106cf20659856384 (patch)
treebfea9aa2e5ed45bf2e8e42cb8b5b7091bf5c0c9c /src/gallium/drivers/llvmpipe/lp_debug.h
parente95ad2a2b521514eaec04f9b266ee030ecc639a3 (diff)
llvmpipe: added debug option to disable LLVM optimization passes
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_debug.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_debug.h b/src/gallium/drivers/llvmpipe/lp_debug.h
index 7e04bd471e..ee81814361 100644
--- a/src/gallium/drivers/llvmpipe/lp_debug.h
+++ b/src/gallium/drivers/llvmpipe/lp_debug.h
@@ -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