aboutsummaryrefslogtreecommitdiff
path: root/render/shm_allocator.c
AgeCommit message (Collapse)Author
2021-04-17render: introduce shared memory allocatorSimon Ser
It allocates in local main memory via shm_open, and provides a FD to allow sharing with other processes. This is suitable for software rendering under the Wayland and X11 backends.