diff options
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/00-mesa-defaults.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index d64ffdbf211..065efc6b09f 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -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 |