smithay/anvil
Victor Brekenfeld bd305dc7ee x11: fixup buffer age
The current code always acquires the buffer it just submitted,
which results in always rendering to a buffer with age "1", although
its contents are older, because the currently held buffer is already
submitted, just not to the swapchain. When it finally is submitted
its age is again set to 1, the other gets its correct age (but too late)
and the circle is repeated again. So lets fix that.
2021-11-29 15:55:27 +01:00
..
resources anvil: Introduce debug feature and draw fps 2021-07-13 23:37:28 +02:00
src x11: fixup buffer age 2021-11-29 15:55:27 +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