diff options
author | Tim Rowley <[email protected]> | 2016-03-09 16:33:33 -0600 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2016-03-25 14:43:14 -0500 |
commit | 51a11658d9aa5b77cef502d128b7889b6952d4f6 (patch) | |
tree | f361f0e119b573fe8a8c59632618c3a343ced70a /src/gallium/drivers/swr/rasterizer/scripts | |
parent | 61beaa22795d45f3416ecb27de54a9ee8ae1b283 (diff) |
swr: [rasterizer] remove unused knob
Diffstat (limited to 'src/gallium/drivers/swr/rasterizer/scripts')
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py b/src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py index a137f7518bc..cf4af71811d 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py +++ b/src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py @@ -22,14 +22,6 @@ # Python source KNOBS = [ - ['ENABLE_ASSERT_DIALOGS', { - 'type' : 'bool', - 'default' : 'true', - 'desc' : ['Use dialogs when asserts fire.', - 'Asserts are only enabled in debug builds'], - 'category' : 'debug', - }], - ['SINGLE_THREADED', { 'type' : 'bool', 'default' : 'false', |