Skip to content

dri: Fix BGR format exclusion

Daniel Stone requested to merge daniels/mesa:fix-format-defs into main

dri: Fix BGR format exclusion

The check we had for BGR vs. RGB formats was testing completely the wrong thing. Fix it so we can restore the previous set of configs we expose to the frontend, which also fixes surfaceless platform on s390x.

Signed-off-by: Daniel Stone daniels@collabora.com Fixes: ad0edea5 ("st/dri: Check format properties from format helpers")


@halfline @daenzer could you please check this out?

Merge request reports