diff options
author | Keith Whitwell <[email protected]> | 2010-09-16 15:16:27 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-09-16 17:34:58 +0100 |
commit | 09863554259aeb7b0522b130837b6a1f12ffaebe (patch) | |
tree | c9562d8a4b25d175120d1b83bfd07dbb1ef76a81 /src/gallium/drivers/llvmpipe/lp_screen.c | |
parent | 5f00819cb382bdb70c29e2db3c6ff22a879bf10f (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.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 f920607d053..c66313f0ed8 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 |