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_screen.c | |
parent | b7a54b3dc6879fbcd0a1226fa6891eddd14baa36 (diff) |
llvmpipe: add DEBUG_MEM option
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_screen.c')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_screen.c b/src/gallium/drivers/llvmpipe/lp_screen.c index 1e65a91fc67..363940d3a73 100644 --- a/src/gallium/drivers/llvmpipe/lp_screen.c +++ b/src/gallium/drivers/llvmpipe/lp_screen.c @@ -63,6 +63,7 @@ static const struct debug_named_value lp_debug_flags[] = { { "counters", DEBUG_COUNTERS, NULL }, { "scene", DEBUG_SCENE, NULL }, { "fence", DEBUG_FENCE, NULL }, + { "mem", DEBUG_MEM, NULL }, DEBUG_NAMED_VALUE_END }; #endif |