wlroots/backend
Simon Ser d6363c385f backend/wayland: implement the output layer API
The output layer API is implemented using subsurfaces. I chose to
implement this API in the Wayland backend before doing so in the DRM
backend, because it's way easier on Wayland. On DRM, one needs to figure
out how buffers can be mapped to KMS planes (libliftoff can help) and
perform atomic test-only commits (our current DRM backend isn't ready
for this).
2021-11-03 19:02:54 +01:00
..
drm backend/drm: handle per-connector hotplug events 2021-11-02 13:36:43 +01:00
headless output: add presented flag to presentation event 2021-10-15 09:38:58 +02:00
libinput backend/libinput: send hold gesture events 2021-09-27 15:30:31 +02:00
multi backend/multi: implement get_buffer_caps 2021-10-22 22:19:47 +02:00
noop backend/noop: drop attach_render/rollback_render 2021-07-29 09:48:33 -04:00
session backend/session: introduce wlr_device_change_event 2021-11-02 13:30:51 +01:00
wayland backend/wayland: implement the output layer API 2021-11-03 19:02:54 +01:00
x11 backend/x11: fix code style in get_touchpoint_from_x11_touch_id 2021-10-27 12:08:09 +02:00
backend.c backend.c: do not try to explicitly clean up the libinput backend 2021-10-27 14:54:01 +02:00
meson.build backend: make DRM and libinput backends optional 2021-07-22 09:56:38 -04:00