Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-07 | buffer: replace get_data_ptr with {begin,end}_data_ptr_access | Simon Ser | |
This new API allows buffer implementations to know when a user is actively accessing the buffer's underlying storage. This is important for the upcoming client-backed wlr_buffer implementation. | |||
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-05-05 | render: add DRM dumb buffer allocator | Simon Zeni | |
2021-05-05 | render/gbm_allocator: duplicate drm fd during creation process | Simon Zeni | |
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-12-17 | render/allocator: ignore NULL in wlr_allocator_destroy | Simon Ser | |
2020-11-15 | render: introduce wlr_allocator | Simon Ser | |