doc: Document !1164

This commit is contained in:
Jakob Bornecrantz 2022-03-14 16:34:10 +00:00
parent c766411b50
commit cbdeea94e0
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,2 @@
Make it possible when creating the Vulkan client compositor to say if timeline
semaphores has been enabled.

View file

@ -0,0 +1,4 @@
Add `xrt_compositor_semaphore` object, add interfaces to `xrt_compositor` for
creating the new semaphore object. Also add interface for passing in semaphore
to `xrt_compositor::layer_commit`. Added support for these interface through
the whole Monado stack.