wayland: implement linux-drm-syncobj-v1
This commit is contained in:
parent
816315170f
commit
aaf73d6fdc
29 changed files with 1507 additions and 35 deletions
17
wire/wp_linux_drm_syncobj_surface_v1.txt
Normal file
17
wire/wp_linux_drm_syncobj_surface_v1.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 {
|
||||
|
||||
}
|
||||
|
||||
msg set_acquire_point = 1 {
|
||||
timeline: id(wp_linux_drm_syncobj_timeline_v1),
|
||||
point_hi: u32,
|
||||
point_lo: u32,
|
||||
}
|
||||
|
||||
msg set_release_point = 2 {
|
||||
timeline: id(wp_linux_drm_syncobj_timeline_v1),
|
||||
point_hi: u32,
|
||||
point_lo: u32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue