smithay/anvil
Victoria Brekenfeld 8a5d030a98 x11: Use swapchain and expose age
Refactors the `X11Surface` to use the `Swapchain` internally,
which gives us a buffer age implemenation, which we can then use
to change the `Present` struct of the X11 backend to provide age
values to the user.

This change also merged the `Present` struct into the surface
because submits should now happen explicitly via a new `submit`-call
instead of being submitted implicitly on drop.
This allows the buffer to be discarded if rendering fails.
2021-11-26 22:24:12 +01:00
..
resources anvil: Introduce debug feature and draw fps 2021-07-13 23:37:28 +02:00
src x11: Use swapchain and expose age 2021-11-26 22:24:12 +01:00
Cargo.toml X11 backend 2021-10-17 13:46:15 -05:00
build.rs libseat support (#292) 2021-06-15 23:35:16 +02:00