libliftoff/example
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
..
common.c example: improve CRTC search algorithm 2019-11-08 00:08:06 +01:00
common.h example: refactor dumb FB helper 2019-09-25 15:06:46 +03:00
compositor.c Add needs_composition APIs 2021-08-09 11:56:55 +02:00
dynamic.c Make liftoff_output_apply return an int 2021-07-27 12:28:00 +02:00
meson.build example/multi-output: new example 2019-10-30 18:54:21 +01:00
multi-output.c Make liftoff_output_apply return an int 2021-07-27 12:28:00 +02:00
simple.c Make liftoff_output_apply return an int 2021-07-27 12:28:00 +02:00