Skip to content

gl-renderer: add support for (a|x)bgr16161616f shm formats

M. Stoeckl requested to merge mstoeckl/weston:gl-16fc into main

This is very similar to !709 (merged), except that to avoid needing to keep track of the differences between GL_HALF_FLOAT_OES and GL_HALF_FLOAT, the minimum requirements for the new formats are set to match the the minimum for color management, i.e., GL ES 3.0 + some extensions. (See also 734c2278, which made a similar decision.)

The new formats can be tested with:

Edited by M. Stoeckl

Merge request reports