aboutsummaryrefslogtreecommitdiff
path: root/include/render/allocator.h
AgeCommit message (Collapse)Author
2021-05-31render/allocator: add wlr_allocator.buffer_capsSimon 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-29render/allocator: add allocator_autocreate_with_drm_fdSimon Ser
Same as wlr_allocator_autocreate, but allows the caller to force a DRM FD. Similar to renderer_autocreate_with_drm_fd.
2021-04-28render/allocator: introduce wlr_allocator_autocreateSimon Zeni
2020-11-15render: introduce wlr_allocatorSimon Ser