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>
(cherry picked from commit 10ee261c38)
This commit is contained in:
Marek Olšák 2021-10-21 15:47:18 -04:00 committed by Dylan Baker
parent 2c77e8f287
commit f1087928f8
2 changed files with 3 additions and 1 deletions

View file

@ -148,7 +148,7 @@
"description": "driconf: disallow 10-bit pbuffers for viewperf2020/maya due to X errors",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null
},

View file

@ -310,6 +310,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