diff options
author | Tim Rowley <[email protected]> | 2016-10-13 10:32:58 -0500 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2016-10-13 23:39:14 -0500 |
commit | f0a66c1da26eb35d2032b8100b96ad73aa22b836 (patch) | |
tree | c487830b1697c39e3ead10c9367cb8e0dc369db8 /src/gallium | |
parent | ffd0224303f1e9472fe832dcd9281a63fbb45e39 (diff) |
swr: [rasterizer scripts] add DEBUG_OUTPUT_DIR knob
Signed-off-by: Tim Rowley <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py b/src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py index b2695456eff..3c6940d8428 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py +++ b/src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py @@ -154,6 +154,13 @@ KNOBS = [ }], + ['DEBUG_OUTPUT_DIR', { + 'type' : 'std::string', + 'default' : '/tmp/Rast/DebugOutput', + 'desc' : ['Output directory for debug data.'], + 'category' : 'debug', + }], + ['TOSS_DRAW', { 'type' : 'bool', 'default' : 'false', |