wlroots/render
Simon Ser 44cea53e72 render/egl: don't rely on being able to open primary node
On some setups (e.g. remote access via SSH) the current user won't have
the permission to open the primary node at all. It's still possible to
use drmGetDevices to match the primary node name returned by EGL.

Closes: https://github.com/swaywm/wlroots/issues/2488
2020-11-28 19:21:36 +01:00
..
gles2 render: introduce wlr_renderer_get_drm_fd 2020-11-15 22:54:07 +01:00
allocator.c render: introduce wlr_allocator 2020-11-15 22:48:42 +01:00
dmabuf.c render/dmabuf: add wlr_dmabuf_attributes_copy 2019-06-07 09:06:11 -04:00
drm_format_set.c render/drm_format_set: introduce wlr_drm_format_dup 2020-11-15 22:48:42 +01:00
egl.c render/egl: don't rely on being able to open primary node 2020-11-28 19:21:36 +01:00
gbm_allocator.c render: introduce wlr_gbm_allocator 2020-11-15 22:48:42 +01:00
meson.build render: introduce wlr_swapchain 2020-11-15 22:48:42 +01:00
swapchain.c render/swapchain: add support for buffer age 2020-11-15 22:48:42 +01:00
wlr_renderer.c render: introduce wlr_renderer_get_drm_fd 2020-11-15 22:54:07 +01:00
wlr_texture.c render/texture: make write_pixels optional 2020-04-28 21:45:14 +02:00