mirror of
https://github.com/brl/mutter.git
synced 2025-01-22 01:19:05 +00:00
3881c1f952
This is a winsys-specific API that allows exporting a DMA buffer fd. The CoglDmaBufHandle structure allows passing the ownership of the DMA buffer to whoever is using it, so the winsys doesn't need to manually track it. https://gitlab.gnome.org/GNOME/mutter/merge_requests/1086