swr: [rasterizer scripts] add DEBUG_OUTPUT_DIR knob

Signed-off-by: Tim Rowley <timothy.o.rowley@intel.com>
This commit is contained in:
Tim Rowley 2016-10-13 10:32:58 -05:00
parent ffd0224303
commit f0a66c1da2

View file

@ -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',