libliftoff/test
Simon Ser 6321e7c5aa Add needs_composition APIs
Right now, compositors are expected to query liftoff_layer_get_plane_id to
decide whether a layer needs to be composited.

However there are cases where a layer has no plane, but still doesn't need
composition (e.g. when FB_ID is zero or when alpha is zero, in the future when
the layer is out of CRTC bounds etc).

Add a new API to make users' life simpler.

Closes: https://github.com/emersion/libliftoff/issues/54
2021-08-09 11:56:55 +02:00
..
include test: allow to attach props to mock planes 2020-05-22 17:39:56 +02:00
bench.c Make liftoff_output_apply return an int 2021-07-27 12:28:00 +02:00
libdrm_mock.c test: add test with immutable zpos plane props 2020-12-05 18:52:52 +01:00
meson.build test: add test with immutable zpos plane props 2020-12-05 18:52:52 +01:00
test_alloc.c Add needs_composition APIs 2021-08-09 11:56:55 +02:00
test_dynamic.c Stop including stdbool.h from libliftoff.h 2021-07-30 16:22:58 +02:00
test_priority.c Make liftoff_output_apply return an int 2021-07-27 12:28:00 +02:00
test_prop.c Add needs_composition APIs 2021-08-09 11:56:55 +02:00