libliftoff/include
Simon Ser ceb4a1ff9e
Replace liftoff_device_apply with liftoff_output_apply
Compositors need to drive multiple connectors, each with its own vblank timings.
For each device, there's one separate rendering loop per output.

It's not possible to call liftoff_device_apply each time we want to submit a new
frame to one output, because this could touch another's output state, submitting
a new frame there in the process. When the other output will submit a new frame,
it'll get EBUSY (can't submit two frames without waiting for vblank).

Closes: https://github.com/emersion/libliftoff/issues/21
2019-11-24 18:13:40 +01:00
..
libliftoff.h Replace liftoff_device_apply with liftoff_output_apply 2019-11-24 18:13:40 +01:00
list.h Rename library to liftoff 2019-09-12 11:40:21 +03:00
log.h Introduce liftoff_log_errno 2019-10-19 13:35:14 +03:00
private.h Don't re-use previous allocation if a layer has been removed 2019-11-24 13:25:59 +01:00