summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
diff options
context:
space:
mode:
authorTim Rowley <timothy.o.rowley@intel.com>2016-10-13 10:32:58 -0500
committerTim Rowley <timothy.o.rowley@intel.com>2016-10-13 23:39:14 -0500
commitf0a66c1da26eb35d2032b8100b96ad73aa22b836 (patch)
treec487830b1697c39e3ead10c9367cb8e0dc369db8 /src/gallium/drivers
parentffd0224303f1e9472fe832dcd9281a63fbb45e39 (diff)
downloadexternal_mesa3d-f0a66c1da26eb35d2032b8100b96ad73aa22b836.zip
external_mesa3d-f0a66c1da26eb35d2032b8100b96ad73aa22b836.tar.gz
external_mesa3d-f0a66c1da26eb35d2032b8100b96ad73aa22b836.tar.bz2
swr: [rasterizer scripts] add DEBUG_OUTPUT_DIR knob
Signed-off-by: Tim Rowley <timothy.o.rowley@intel.com>
Diffstat (limited to 'src/gallium/drivers')
-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 b269545..3c6940d 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',