[Mesa-dev] [PATCH 05/18] egl/wayland: Add format enums to visual map

Emil Velikov emil.l.velikov at gmail.com
Thu Feb 8 21:56:57 UTC 2018


On 8 February 2018 at 14:05, Daniel Stone <daniels at collabora.com> wrote:
> Extend the visual map from only containing names and bitmasks, to also
> carrying the three format enums we need. These are the DRIImage format
> tokens for internal allocation, FourCC codes for wl_drm and dmabuf
> protocol, and wl_shm codes for swrast drivers.
>
> We will later use these formats to eliminate a bunch of open-coded
> conversions.
>
At some point i was drawing some plans about making the (2?) odd
wl_shm format like their WL_DRM/DRI_IMAGE/drm_fourcc brethren.
Until (if even since it's fiddly) that happens having all the bits in
one place is a great step.

Thanks
Emil


More information about the mesa-dev mailing list