Skip to content

protocol: sync wl_shm.format with libdrm 2.4.108

M. Stoeckl requested to merge mstoeckl/wayland:16ui-formats into main

The four new formats added (all 16 bpc, RGB colorspace) are very useful for applications providing high bit depth content and rendering their buffers on CPU, as computations with 16 bit unsigned integers are often more efficient than with the (half float, 10 bit) alternative formats.

Merge request reports