summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_debug.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-09-08 18:37:45 +0100
committerKeith Whitwell <keithw@vmware.com>2010-09-11 10:04:53 +0100
commitbc759cd37e7d51977bcda46dde61d118e4c372e0 (patch)
tree427eba15200c420d59ecbc10cce26beb99dd8a85 /src/gallium/drivers/llvmpipe/lp_debug.h
parentb7a54b3dc6879fbcd0a1226fa6891eddd14baa36 (diff)
llvmpipe: add DEBUG_MEM option
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 a928ee38be..add43e4fca 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_COUNTERS 0x800
#define DEBUG_SCENE 0x1000
#define DEBUG_FENCE 0x2000
+#define DEBUG_MEM 0x4000
#ifdef DEBUG