mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2024-11-16 19:47:55 +01:00
e2df5e73d0
Given a primary plane with zpos=0 and overlay planes with zpos 1 2, we want first to allocate the primary plane, then the furthest overlay plane, then the remaining one: 0 2 1. References: https://github.com/emersion/libhwc/issues/3 |
||
---|---|---|
include | ||
.editorconfig | ||
.gitignore | ||
display.c | ||
example.c | ||
layer.c | ||
LICENSE | ||
list.c | ||
meson.build | ||
output.c | ||
README.md |
libhwc
Lightweight hardware composer library for libdrm.
libhwc 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 libhwc will allocate planes for these layers if possible.
Building
Depends on libdrm. Requires universal planes and atomic.
meson build/
ninja -C build/
License
MIT