Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-02 | allocator: remove backend parameter in allocator_autocreate_with_drm_fd | Austin Shafer | |
Since we only use the backend capabilities here we can simply pass them in directly. This allows other locations to create an allocator even if they don't have a backend. They can simply specify the caps they want instead. | |||
2023-10-02 | docs: replace the less commonly used "::" with "." | Kirill Primak | |
2021-11-09 | render/allocator: make wlr_allocator part of the public API | Simon Zeni | |
2021-10-02 | Fix spelling errors | Elyes HAOUAS | |
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> | |||
2021-09-01 | render/allocator/gbm: fix create() docs for FD ownership | Simon Ser | |
Fixes: d9d8fc1ab9b7 ("render/allocator: re-open GBM FD") | |||
2021-08-25 | Move allocator stuff into new directory | Simon Ser | |
Add render/allocator/ and include/render/allocator/ to hold everything allocator-related. |