mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-20 05:50:27 +01:00
driconf: add performance tweaks for viewperf
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9449>
This commit is contained in:
parent
97c97781f6
commit
08ece5d6b3
1 changed files with 5 additions and 0 deletions
|
|
@ -294,6 +294,9 @@ TODO: document the other workarounds.
|
|||
<option name="force_glsl_extensions_warn" value="true" />
|
||||
<!-- Enable draw merging inside display list for snx-03 -->
|
||||
<option name="allow_incorrect_primitive_id" value="true" />
|
||||
<option name="allow_draw_out_of_order" value="true" />
|
||||
<option name="mesa_glthread" value="true" />
|
||||
<option name="mesa_no_error" value="true" />
|
||||
</application>
|
||||
|
||||
<!-- Workaround for unsynchronized VBO updates on Dead Cells android
|
||||
|
|
@ -700,6 +703,8 @@ TODO: document the other workarounds.
|
|||
<application name="SPECviewperf13" executable="viewperf">
|
||||
<option name="radeonsi_sync_compile" value="true" />
|
||||
<option name="radeonsi_clamp_div_by_zero" value="true" />
|
||||
<option name="radeonsi_inline_uniforms" value="true" />
|
||||
<option name="radeonsi_shader_culling" value="true" />
|
||||
</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