color-representation: new protocol
This new protocol extension allows clients to specify color representation metadata. This is orthogonal to color management, which will be implemented as a separate protocol extension.
This work is based on:
- EGL_EXT_image_dma_buf_import 1, although this specification doesn't provide enough guarantees for the purposes of this protocol.
- VK_KHR_sampler_ycbcr_conversion 2.
- The KMS "COLOR_ENCODING" and "COLOR_RANGE" properties 3.
Signed-off-by: Simon Ser contact@emersion.fr
References: !14 (comment 805414)
Edited by Simon Ser