Skip to content

protocol: Add fp16 formats

Kevin Strasser requested to merge strassek/wayland:fp16 into master

Add 64 bpp 16:16:16:16 half float pixel formats. Each 16 bit component is formatted in IEEE-754 half-precision float (binary16) 1:5:10 MSb-sign:exponent:fraction form.

Mesa uses WL_SHM_FORMAT_* for swrast path.

Signed-off-by: Kevin Strasser kevin.strasser@intel.com

Merge request reports