wlroots/render/allocator
Simon Ser 986a2d9f66 render: replace wlr_renderer_get_drm_fd() with drm_dev_id
wlr_renderer_get_drm_fd() forces the renderer to open the DRM node
and keep the FD around for no good reason. Instead, use dev_t to
refer to a DRM device.

This also removes footguns related to FD ownership.
2024-04-23 14:57:06 +02:00
..
allocator.c render: replace wlr_renderer_get_drm_fd() with drm_dev_id 2024-04-23 14:57:06 +02:00
drm_dumb.c Define _POSIX_C_SOURCE globally 2024-02-15 15:41:12 +01:00
gbm.c Define _POSIX_C_SOURCE globally 2024-02-15 15:41:12 +01:00
meson.build build: unify naming for HAVE_* defines 2022-12-06 22:39:45 +00:00
shm.c Avoid using memcpy() to copy structs 2023-08-03 14:40:28 +00:00