diff options
author | Tim Rowley <[email protected]> | 2016-03-09 16:15:37 -0600 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2016-03-25 14:43:14 -0500 |
commit | 61beaa22795d45f3416ecb27de54a9ee8ae1b283 (patch) | |
tree | dffaba658c76c801021eda582b2a8e5944a5a32d /src/gallium/drivers/swr/rasterizer/scripts | |
parent | 0c18900cfb65379dea11f699bafccdd50e5c87c0 (diff) |
swr: [rasterizer core] subcontext rework
Diffstat (limited to 'src/gallium/drivers/swr/rasterizer/scripts')
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py | 1 |
1 files changed, 1 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 47ded8237cf..a137f7518bc 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py +++ b/src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py @@ -21,6 +21,7 @@ # Python source KNOBS = [ + ['ENABLE_ASSERT_DIALOGS', { 'type' : 'bool', 'default' : 'true', |