Skip to content

WIP: [radeon] libs: glx: choose a 8 bpc fb config

Many distributions enables Mesa's "allow_rgb10_configs" by default, while texture upload mechanism used by gstreamer-vaapi relies on 8 bpc.

This patch extends the search of the fbconfig, besides the parent's xid, to check also the RGB color depth.

Fixes: #136 (closed)

Edited by Víctor Manuel Jáquez Leal

Merge request reports