Simon Zeni
6dc6af1534
backend: remove backend_get_allocator
3 years ago
Simon Ser
4dae12890f
backend: automatically create allocator
...
Introduce a new backend_get_allocator function that automatically
creates an allocator for the backend if the backend has a renderer.
4 years ago
Simon Zeni
144189674e
backend: introduce backend_get_buffer_caps
4 years ago
Roman Gilg
b36af22c94
backend: move get_drm_fd to public interface
...
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.
4 years ago
Simon Ser
a53ab146fe
backend: add get_drm_fd to interface
...
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.
4 years ago