mirror of
https://github.com/brl/mutter.git
synced 2025-03-20 18:25:04 +00:00

Mostly calls into gbm_bo_* API, or something somewhat similar when on dumb buffers. Added API are: * get offset for plane * get bpp (bits per pixel) * get modifier This will allow users of MetaDrmBuffer to avoid having to "extract" the gbm_bo to get these metadata. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1854>