linux-explicit-synchronization-v1: new protocol implementation

This patch adds support for the
linux-explicit-synchronization-unstable-v1 protocol.

To test, run weston-simple-dmabuf-egl.
This commit is contained in:
Simon Ser 2020-03-15 15:02:04 +01:00
parent 7aff45fa0d
commit 4f5909ca6a
4 changed files with 446 additions and 0 deletions

View file

@ -46,6 +46,7 @@ wlr_files += files(
'wlr_keyboard_shortcuts_inhibit_v1.c',
'wlr_layer_shell_v1.c',
'wlr_linux_dmabuf_v1.c',
'wlr_linux_explicit_synchronization_v1.c',
'wlr_matrix.c',
'wlr_output_damage.c',
'wlr_output_layout.c',