Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-17 | render: introduce shared memory allocator | Simon 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. |