mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
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). |
||
|---|---|---|
| .. | ||
| drm | ||
| session | ||
| backend.h | ||
| headless.h | ||
| libinput.h | ||
| multi.h | ||
| noop.h | ||
| wayland.h | ||
| x11.h | ||