doc: Document !2062

This commit is contained in:
Jakob Bornecrantz 2023-12-10 18:52:43 +00:00
parent bb1af47607
commit 740afd215a
13 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1 @@
u/system: Add helper to implement `xrt_system`.

View file

@ -0,0 +1 @@
u/session: Add helper to implement `xrt_session`.

View file

@ -0,0 +1 @@
main: Remove events code, no longer needed.

View file

@ -0,0 +1 @@
null: Remove events code, no longer needed.

View file

@ -0,0 +1 @@
multi: Switch to use `xrt_session_event` and `xrt_session_event_sink`.

View file

@ -0,0 +1 @@
client: Remove event functions.

View file

@ -0,0 +1 @@
all: Add support for the new `xrt_system` and `xrt_session` objects.

View file

@ -0,0 +1 @@
t/common: Add support for `xrt_system` and `xrt_session`.

View file

@ -0,0 +1 @@
t/cli: Add support for `xrt_system`.

View file

@ -0,0 +1,2 @@
t/sdl_test: Add support for `xrt_system` and `xrt_session`, also remove old
events code.

View file

@ -0,0 +1 @@
OpenXR: Add support for the new `xrt_system` and `xrt_session` objects.

View file

@ -0,0 +1 @@
steamvr_drv: Add support for the new `xrt_system` and `xrt_session` objects.

View file

@ -0,0 +1,4 @@
Introduce two new objects `xrt_system`, `xrt_session`, `xrt_session_event` and
`xrt_session_event_sink`. Along with two new error returns
`XRT_ERROR_IPC_COMPOSITOR_NOT_CREATED` and `XRT_ERROR_COMPOSITOR_NOT_SUPPORTED`.
Also moves the compositor events to the session.