mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
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:
parent
2c77e8f287
commit
f1087928f8
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue