summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/rasterizer/scripts
diff options
context:
space:
mode:
authorTim Rowley <[email protected]>2016-03-09 16:15:37 -0600
committerTim Rowley <[email protected]>2016-03-25 14:43:14 -0500
commit61beaa22795d45f3416ecb27de54a9ee8ae1b283 (patch)
treedffaba658c76c801021eda582b2a8e5944a5a32d /src/gallium/drivers/swr/rasterizer/scripts
parent0c18900cfb65379dea11f699bafccdd50e5c87c0 (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.py1
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',