wlroots-hyprland/backend
Simon Ser f29abe4c77 backend/headless: stop picking a DRM FD
Sometimes the headless backend is used standalone with the Pixman
renderer, sometimes it's used together with another backend which
has already picked a DRM FD. In both of these cases it doesn't make
sense to pick a DRM FD.

Broadly speaking the headless backend doesn't really care which DRM
device is used for the buffers it receives. So it doesn't really
make sense to tie it to a particular DRM device.

Let the backend users (e.g. wlr_renderer_autocreate) open an arbitrary
DRM FD as needed instead.
2021-11-25 15:12:32 +00:00
..
drm backend/drm: scan leases on uevent 2021-11-19 16:06:07 +00:00
headless backend/headless: stop picking a DRM FD 2021-11-25 15:12:32 +00:00
libinput input-device: remove wlr_input_device.link 2021-11-23 14:14:18 +00:00
multi backend/multi: add asserts in wlr_multi_backend_add 2021-11-19 10:44:45 -05:00
noop backend/noop: drop attach_render/rollback_render 2021-07-29 09:48:33 -04:00
session Introduce WLR_DEVICE_LEASE events 2021-11-19 16:06:07 +00:00
wayland input-device: remove wlr_input_device.link 2021-11-23 14:14:18 +00:00
x11 output: use XRGB8888 format instead of ARGB8888 2021-11-19 15:51:46 +00:00
backend.c backend: fix attempt_backend_by_name multi backend self insertion 2021-11-19 10:44:51 -05:00
meson.build backend: make DRM and libinput backends optional 2021-07-22 09:56:38 -04:00