summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_debug.h
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_debug.h
parent5f00819cb382bdb70c29e2db3c6ff22a879bf10f (diff)
llvmpipe: add DEBUG_FS to dump variant information
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_debug.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_debug.h1
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 588cda52ad..15dca5218f 100644
--- a/src/gallium/drivers/llvmpipe/lp_debug.h
+++ b/src/gallium/drivers/llvmpipe/lp_debug.h
@@ -49,6 +49,7 @@ st_print_current(void);
#define DEBUG_SCENE 0x1000
#define DEBUG_FENCE 0x2000
#define DEBUG_MEM 0x4000
+#define DEBUG_FS 0x8000
/* Performance flags. These are active even on release builds.
*/