Skip to content

Add support for some 10-bit and FP16 formats

Simon Ser requested to merge github/fork/mstoeckl/10-and-16-gl into master

Created by: mstoeckl

In addition to adding support for XBGR2101010, ABGR2101010, XBGR16161616F, and ABGR16161616F, this PR introduces a mechanism to filter the list of available shm formats based on the GL extensions that the renderer supports. See also commit messages.

I have a modified weston-simple-shm which supports these formats at https://gitlab.freedesktop.org/mstoeckl/weston/-/tree/simple-shm-10 ; there is also https://gitlab.freedesktop.org/jadahl/wayland-test-clients/blob/master/gradient-test.c .

Merge request reports