mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +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>
This commit is contained in:
parent
d95076e581
commit
3359de8247
1 changed files with 2 additions and 0 deletions
|
|
@ -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