diff options
author | Keith Whitwell <[email protected]> | 2010-09-08 18:37:45 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-09-11 10:04:53 +0100 |
commit | bc759cd37e7d51977bcda46dde61d118e4c372e0 (patch) | |
tree | 427eba15200c420d59ecbc10cce26beb99dd8a85 /src/gallium/drivers/llvmpipe/lp_debug.h | |
parent | b7a54b3dc6879fbcd0a1226fa6891eddd14baa36 (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.h | 1 |
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 a928ee38bec..add43e4fca2 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 |