driconf: disallow 10-bit pbuffers for viewperf2020/maya due to X errors

Cc: 21.2 21.3 <mesa-stable@lists.freedesktop.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13472>
This commit is contained in:
Marek Olšák
2021-10-21 15:47:18 -04:00
committed by Marge Bot
parent f8ea4c9e1d
commit 10ee261c38

View File

@@ -311,6 +311,8 @@ TODO: document the other workarounds.
<option name="allow_draw_out_of_order" value="true" />
<option name="mesa_glthread" value="true" />
<option name="mesa_no_error" value="true" />
<!-- Creating 10-bit pbuffers fails in the X server and returns BadAlloc. -->
<option name="allow_rgb10_configs" value="false" />
</application>
<!-- Workaround for unsynchronized VBO updates on Dead Cells android