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_state_fs.c | |
parent | 5f00819cb382bdb70c29e2db3c6ff22a879bf10f (diff) |
llvmpipe: add DEBUG_FS to dump variant information
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state_fs.c')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_state_fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.c b/src/gallium/drivers/llvmpipe/lp_state_fs.c index 8101e2d843d..e54dd9f0a3c 100644 --- a/src/gallium/drivers/llvmpipe/lp_state_fs.c +++ b/src/gallium/drivers/llvmpipe/lp_state_fs.c @@ -865,7 +865,7 @@ generate_variant(struct llvmpipe_context *lp, ? TRUE : FALSE; - if (gallivm_debug & GALLIVM_DEBUG_IR) { + if ((LP_DEBUG & DEBUG_FS) || (gallivm_debug & GALLIVM_DEBUG_IR)) { lp_debug_fs_variant(variant); } |