swr: [rasterizer scripts] add ENABLE_ASSERT_DIALOGS knob for windows
authorTim Rowley <timothy.o.rowley@intel.com>
Wed, 5 Oct 2016 18:48:40 +0000 (13:48 -0500)
committerTim Rowley <timothy.o.rowley@intel.com>
Tue, 11 Oct 2016 16:22:04 +0000 (11:22 -0500)
Signed-off-by: Tim Rowley <timothy.o.rowley@intel.com>
src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py

index 2f1d1ef02e760b527a96aa18f85afeabdbe449c9..b2695456eff5a94ef791f49103eb15968e35c7d4 100644 (file)
 # 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',