mirror of
https://github.com/brl/mutter.git
synced 2025-02-10 02:14:09 +00:00
![Jonas Ådahl](/assets/img/avatar_default.png)
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>