summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py7
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',