swr: [rasterizer] Reduce max in-flight draws to 96 (by default)

This commit is contained in:
Tim Rowley 2016-03-17 15:39:13 -06:00
parent 9111d63228
commit 4b4547a721

View 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',
}],