summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_screen.c
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_screen.c
parentb7a54b3dc6879fbcd0a1226fa6891eddd14baa36 (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.c1
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 1e65a91fc6..363940d3a7 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