mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2025-01-18 10:27:00 +01:00
dac885222b
If zpos is present, instead of guessing the zpos from the plane type, just use it. If two planes have the same zpos, we consider their relative position as undefined. We don't handle the case where some planes have zpos set but some others don't. References: https://github.com/emersion/libhwc/issues/4 |
||
---|---|---|
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