From f0a66c1da26eb35d2032b8100b96ad73aa22b836 Mon Sep 17 00:00:00 2001 From: Tim Rowley Date: Thu, 13 Oct 2016 10:32:58 -0500 Subject: [PATCH] swr: [rasterizer scripts] add DEBUG_OUTPUT_DIR knob Signed-off-by: Tim Rowley --- src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py | 7 +++++++ 1 file changed, 7 insertions(+) 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', -- 2.11.0