Find a file
Simon Ser 7382dfd346
Add intersection check for layers over the current one
Make sure we don't use planes with lower zpos for layers over the previous ones,
unless there is no collision.

This adds the last intersection check.

Closes: https://github.com/emersion/libliftoff/issues/3
2019-09-15 23:54:29 +03:00
include Add layer_intersects 2019-09-15 17:00:48 +03:00
test Add intersection check for layers over the current one 2019-09-15 23:54:29 +03:00
.build.yml ci: add .build.yml 2019-09-15 22:44:18 +03:00
.editorconfig Initial experiments 2019-08-21 23:07:37 +03:00
.gitignore Initial experiments 2019-08-21 23:07:37 +03:00
display.c Add intersection check for layers over the current one 2019-09-15 23:54:29 +03:00
example.c Rename library to liftoff 2019-09-12 11:40:21 +03:00
layer.c Add layer_intersects 2019-09-15 17:00:48 +03:00
LICENSE Add LICENSE 2019-08-21 23:13:35 +03:00
list.c Rename library to liftoff 2019-09-12 11:40:21 +03:00
meson.build Add test framework 2019-09-13 10:33:49 +03:00
output.c Rename library to liftoff 2019-09-12 11:40:21 +03:00
README.md Rename library to liftoff 2019-09-12 11:40:21 +03:00

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