mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
doc: Document !2018
This commit is contained in:
parent
2d79fb1a3f
commit
a77e35fdaf
2
doc/changes/auxiliary/mr.2018.md
Normal file
2
doc/changes/auxiliary/mr.2018.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
u/space: Add local_floor to legacy helper function, making most builders support
|
||||
it automatically.
|
1
doc/changes/drivers/mr.2018.md
Normal file
1
doc/changes/drivers/mr.2018.md
Normal file
|
@ -0,0 +1 @@
|
|||
remote: Add support for local_floor space.
|
2
doc/changes/state_trackers/mr.2018.1.md
Normal file
2
doc/changes/state_trackers/mr.2018.1.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
OpenXR: Refactor reference space validation and support checking, code now
|
||||
supports per system set of supported reference spaces.
|
3
doc/changes/state_trackers/mr.2018.2.md
Normal file
3
doc/changes/state_trackers/mr.2018.2.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
OpenXR: Export local_floor if extension enabled and space is supported, since
|
||||
the extension is compile time we may break the space if the system actually
|
||||
doesn't support local_floor. Hopefully those cases should be rare.
|
2
doc/changes/state_trackers/mr.2018.3.md
Normal file
2
doc/changes/state_trackers/mr.2018.3.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
OpenXR: Export unbounded if extension enabled and space is supported, it's
|
||||
exposed via XR_MSFT_unbounded_reference_space.
|
2
doc/changes/xrt/mr.2018.md
Normal file
2
doc/changes/xrt/mr.2018.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Extend xrt_space_overseer to support local_floor, in the Monado interface it's
|
||||
optional, but in OpenXR it's always required if the extension is supported.
|
Loading…
Reference in a new issue