summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_screen.c
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-09-16 15:16:27 +0100
committerKeith Whitwell <keithw@vmware.com>2010-09-16 17:34:58 +0100
commit09863554259aeb7b0522b130837b6a1f12ffaebe (patch)
treec9562d8a4b25d175120d1b83bfd07dbb1ef76a81 /src/gallium/drivers/llvmpipe/lp_screen.c
parent5f00819cb382bdb70c29e2db3c6ff22a879bf10f (diff)
llvmpipe: add DEBUG_FS to dump variant information
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 f920607d05..c66313f0ed 100644
--- a/src/gallium/drivers/llvmpipe/lp_screen.c
+++ b/src/gallium/drivers/llvmpipe/lp_screen.c
@@ -64,6 +64,7 @@ static const struct debug_named_value lp_debug_flags[] = {
{ "scene", DEBUG_SCENE, NULL },
{ "fence", DEBUG_FENCE, NULL },
{ "mem", DEBUG_MEM, NULL },
+ { "fs", DEBUG_FS, NULL },
DEBUG_NAMED_VALUE_END
};
#endif