f1621d2945a6e9e2fa2bbd510261b1d521d8e074
On repaint, wlsc_output_repaint will replace output->scanout_buffer with the new front buffer and then output->present() will cause this buffer to be displayed. When wlsc_output_finish_frame is called, the compositor will send a release buffer event for output->scanout_buffer which is actually the front buffer now. This patch changes this code to release the previous scanout_buffer instead of the front buffer on wlsc_output_finish_frame. Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Wayland Demos This repository contains a few demos application for the Wayland project. There's a sample compositor that can run on KMS, under X11 or under another Wayland compositor and there's a handful of simple clients that demonstrate various aspects of Wayland:
Description
Languages
C
98%
Meson
1.4%
Shell
0.3%
GLSL
0.2%