swr: [rasterizer] Reduce max in-flight draws to 96 (by default)
authorTim Rowley <timothy.o.rowley@intel.com>
Thu, 17 Mar 2016 21:39:13 +0000 (15:39 -0600)
committerTim Rowley <timothy.o.rowley@intel.com>
Fri, 25 Mar 2016 19:45:39 +0000 (14:45 -0500)
src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py

index 9aa43376f35b343721a60100e0bce2e08637030d..5843abf2aebd0fd215ed14776e57d832a6109fd6 100644 (file)
@@ -121,7 +121,7 @@ KNOBS = [
 
     ['MAX_DRAWS_IN_FLIGHT', {
         'type'      : 'uint32_t',
-        'default'   : '160',
+        'default'   : '96',
         'desc'      : ['Maximum number of draws outstanding before API thread blocks.'],
         'category'  : 'perf',
     }],