mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
radeonsi: increase tc_max_cpu_storage_size
Viewperf benefits. The number is only slightly above the size we need. Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13603>
This commit is contained in:
parent
74adf22a0a
commit
3f997bccc6
1 changed files with 1 additions and 1 deletions
|
|
@ -789,7 +789,7 @@ TODO: document the other workarounds.
|
|||
<option name="glthread_nop_check_framebuffer_status" value="true" />
|
||||
<option name="radeonsi_sync_compile" value="true" />
|
||||
<option name="radeonsi_clamp_div_by_zero" value="true" />
|
||||
<option name="radeonsi_tc_max_cpu_storage_size" value="1000" />
|
||||
<option name="radeonsi_tc_max_cpu_storage_size" value="2500" />
|
||||
</application>
|
||||
<application name="Road Redemption" executable="RoadRedemption.x86_64">
|
||||
<option name="radeonsi_clamp_div_by_zero" value="true" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue