wlroots/backend/wayland
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
..
backend.c backend/wayland: implement the output layer API 2021-11-03 19:02:54 +01:00
meson.build backend/wayland: use xdga client activation 2021-10-31 10:33:14 +01:00
output.c backend/wayland: implement the output layer API 2021-11-03 19:02:54 +01:00
seat.c backend/wayland: send hold gesture events 2021-09-27 15:30:31 +02:00
tablet_v2.c tablet: stop using wlr_list 2021-07-01 10:35:39 -04:00