mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2025-01-18 10:27:00 +01:00
3200016033
zpos-3x maps three layers to primary, cursor and one of the overlays planes. zpos-4x-partial sets up 4 layers but is only able to find a plane for 3 layers, because ordering between the two overlay planes is undefined. |
||
---|---|---|
include | ||
test | ||
.editorconfig | ||
.gitignore | ||
display.c | ||
example.c | ||
layer.c | ||
LICENSE | ||
list.c | ||
meson.build | ||
output.c | ||
README.md |
libliftoff
Lightweight hardware composer library for libdrm.
libliftoff eases the use of KMS planes from userspace without standing in your way. Users create "virtual planes" called layers, set KMS properties on them, and libliftoff will allocate planes for these layers if possible.
Building
Depends on libdrm. Requires universal planes and atomic.
meson build/
ninja -C build/
License
MIT