mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
swr: [rasterizer] Reduce max in-flight draws to 96 (by default)
This commit is contained in:
parent
9111d63228
commit
4b4547a721
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
}],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue