driconf: disable allow_rgb16_configs for SPECviewperf
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Commit f2aaa9ce00 added 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:
Raviraj Uppal 2026-04-30 13:20:45 +05:30 committed by Marge Bot
parent d95076e581
commit 3359de8247

View file

@ -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