mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-24 13:40:37 +02:00
swr: [rasterizer scripts] add DEBUG_OUTPUT_DIR knob
Signed-off-by: Tim Rowley <timothy.o.rowley@intel.com>
This commit is contained in:
parent
ffd0224303
commit
f0a66c1da2
1 changed files with 7 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue