pixel-formats: Add XYUV8888 format
XYUV8888 support was added to gl-renderer in 30104bd89a
, but not to
pixel-formats. Oops.
Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
parent
f48cf18a16
commit
c8a2fb7a40
|
@ -505,6 +505,9 @@ static const struct pixel_format_info pixel_format_table[] = {
|
|||
.num_planes = 3,
|
||||
.chroma_order = ORDER_VU,
|
||||
},
|
||||
{
|
||||
DRM_FORMAT(XYUV8888),
|
||||
},
|
||||
};
|
||||
|
||||
WL_EXPORT const struct pixel_format_info *
|
||||
|
|
Loading…
Reference in New Issue