mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
radeonsi: enable mesa_glthread for GfxBench
It improves offscreen tests performance. Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
bc9a7d0699
commit
3c9ea6bdfd
1 changed files with 4 additions and 0 deletions
|
|
@ -523,6 +523,10 @@ TODO: document the other workarounds.
|
|||
<application name="DiRT Rally" executable="DirtRally">
|
||||
<option name="radeonsi_prim_restart_tri_strips_only" value="true"/>
|
||||
</application>
|
||||
<application name="Gfx Bench" executable="gfxbench_gl">
|
||||
<!-- Helps offscreen tests -->
|
||||
<option name="mesa_glthread" value="true"/>
|
||||
</application>
|
||||
</device>
|
||||
<device driver="virtio_gpu">
|
||||
<!-- Some Valve games do a final blit to a BRGA_sRGB surface. On a GLES
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue