Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |