mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
doc: Document !2062
This commit is contained in:
parent
bb1af47607
commit
740afd215a
1
doc/changes/auxiliary/mr.2062.1.md
Normal file
1
doc/changes/auxiliary/mr.2062.1.md
Normal file
|
@ -0,0 +1 @@
|
|||
u/system: Add helper to implement `xrt_system`.
|
1
doc/changes/auxiliary/mr.2062.2.md
Normal file
1
doc/changes/auxiliary/mr.2062.2.md
Normal file
|
@ -0,0 +1 @@
|
|||
u/session: Add helper to implement `xrt_session`.
|
1
doc/changes/compositor/mr.2062.1.md
Normal file
1
doc/changes/compositor/mr.2062.1.md
Normal file
|
@ -0,0 +1 @@
|
|||
main: Remove events code, no longer needed.
|
1
doc/changes/compositor/mr.2062.2.md
Normal file
1
doc/changes/compositor/mr.2062.2.md
Normal file
|
@ -0,0 +1 @@
|
|||
null: Remove events code, no longer needed.
|
1
doc/changes/compositor/mr.2062.3.md
Normal file
1
doc/changes/compositor/mr.2062.3.md
Normal file
|
@ -0,0 +1 @@
|
|||
multi: Switch to use `xrt_session_event` and `xrt_session_event_sink`.
|
1
doc/changes/compositor/mr.2062.4.md
Normal file
1
doc/changes/compositor/mr.2062.4.md
Normal file
|
@ -0,0 +1 @@
|
|||
client: Remove event functions.
|
1
doc/changes/ipc/mr.2062.md
Normal file
1
doc/changes/ipc/mr.2062.md
Normal file
|
@ -0,0 +1 @@
|
|||
all: Add support for the new `xrt_system` and `xrt_session` objects.
|
1
doc/changes/misc_features/mr.2062.1.md
Normal file
1
doc/changes/misc_features/mr.2062.1.md
Normal file
|
@ -0,0 +1 @@
|
|||
t/common: Add support for `xrt_system` and `xrt_session`.
|
1
doc/changes/misc_features/mr.2062.2.md
Normal file
1
doc/changes/misc_features/mr.2062.2.md
Normal file
|
@ -0,0 +1 @@
|
|||
t/cli: Add support for `xrt_system`.
|
2
doc/changes/misc_features/mr.2062.3.md
Normal file
2
doc/changes/misc_features/mr.2062.3.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
t/sdl_test: Add support for `xrt_system` and `xrt_session`, also remove old
|
||||
events code.
|
1
doc/changes/state_trackers/mr.2062.1.md
Normal file
1
doc/changes/state_trackers/mr.2062.1.md
Normal file
|
@ -0,0 +1 @@
|
|||
OpenXR: Add support for the new `xrt_system` and `xrt_session` objects.
|
1
doc/changes/state_trackers/mr.2062.2.md
Normal file
1
doc/changes/state_trackers/mr.2062.2.md
Normal file
|
@ -0,0 +1 @@
|
|||
steamvr_drv: Add support for the new `xrt_system` and `xrt_session` objects.
|
4
doc/changes/xrt/mr.2062.md
Normal file
4
doc/changes/xrt/mr.2062.md
Normal 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.
|
Loading…
Reference in a new issue