mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
driconf: disable allow_rgb16_configs for SPECviewperf
Commitf2aaa9ce00added 16 bpc unorm display formats gated behind the flag allow_rgb16_configs driconf option, defaulting to true. This causes SPECviewperf's maya_06 viewset to fail. Disabling allow_rgb16_configs for SPECviewperf alongside the existing allow_rgb10_configs workaround. Fixes:f2aaa9ce00("dri,gallium: Add support for RGB[A]16_UNORM display formats.") Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41285> (cherry picked from commit3359de8247)
This commit is contained in:
parent
13564e57b7
commit
5482b54c85
2 changed files with 3 additions and 1 deletions
|
|
@ -2614,7 +2614,7 @@
|
|||
"description": "driconf: disable allow_rgb16_configs for SPECviewperf",
|
||||
"nominated": true,
|
||||
"nomination_type": 2,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "f2aaa9ce00ffe7310bddcd5e884f34afb741f460",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -424,6 +424,8 @@ TODO: document the other workarounds.
|
|||
<!-- Creating 10-bit pbuffers fails in the X server and returns BadAlloc. -->
|
||||
<option name="allow_rgb10_configs" value="false" />
|
||||
<option name="allow_invalid_glx_destroy_window" value="true" />
|
||||
<!-- 16-bit configs cause issues with viewset maya_06. -->
|
||||
<option name="allow_rgb16_configs" value="false" />
|
||||
</application>
|
||||
|
||||
<!-- Workaround for unsynchronized VBO updates on Dead Cells android
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue