libliftoff/example
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
..
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 Replace liftoff_device_apply with liftoff_output_apply 2019-11-24 18:13:40 +01:00
dynamic.c Replace liftoff_device_apply with liftoff_output_apply 2019-11-24 18:13:40 +01:00
meson.build example/multi-output: new example 2019-10-30 18:54:21 +01:00
multi-output.c Replace liftoff_device_apply with liftoff_output_apply 2019-11-24 18:13:40 +01:00
simple.c Replace liftoff_device_apply with liftoff_output_apply 2019-11-24 18:13:40 +01:00