Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-31 | render/allocator: add wlr_allocator.buffer_caps | Simon Ser | |
This allows users to know the capabilities of the buffers that will be allocated. The buffer capability is important to know when negotiating buffer formats. | |||
2021-04-29 | render/allocator: add allocator_autocreate_with_drm_fd | Simon Ser | |
Same as wlr_allocator_autocreate, but allows the caller to force a DRM FD. Similar to renderer_autocreate_with_drm_fd. | |||
2021-04-28 | render/allocator: introduce wlr_allocator_autocreate | Simon Zeni | |
2020-11-15 | render: introduce wlr_allocator | Simon Ser | |