Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-18 | backend: remove backend_get_allocator | Simon Zeni | |
2021-05-21 | backend: automatically create allocator | Simon Ser | |
Introduce a new backend_get_allocator function that automatically creates an allocator for the backend if the backend has a renderer. | |||
2021-04-28 | backend: introduce backend_get_buffer_caps | Simon Zeni | |
2021-04-12 | backend: move get_drm_fd to public interface | Roman Gilg | |
The get_drm_fd was made available in an internal header with a53ab146f. Move it now to the public header so consumers opting in to the unstable interfaces can make use of it. | |||
2021-01-16 | backend: add get_drm_fd to interface | Simon Ser | |
This function allows backends to return the DRM FD they are using. This will allow the allocator and the renderer to use the right device. |