mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-15 03:15:24 +00:00
doc: Document !2027
This commit is contained in:
parent
33498dc6b2
commit
e910d4fd49
|
@ -2,6 +2,7 @@
|
||||||
- mr.1836
|
- mr.1836
|
||||||
- mr.1867
|
- mr.1867
|
||||||
- issue.269
|
- issue.269
|
||||||
|
- mr.2027
|
||||||
---
|
---
|
||||||
|
|
||||||
OpenXR: Add support for `XR_EXT_eye_gaze_interaction`.
|
OpenXR: Add support for `XR_EXT_eye_gaze_interaction`.
|
||||||
|
|
|
@ -1 +1,6 @@
|
||||||
|
---
|
||||||
|
- mr.1901
|
||||||
|
- mr.2027
|
||||||
|
---
|
||||||
|
|
||||||
st/oxr: Adds support for `XR_EXT_hand_interaction` profile
|
st/oxr: Adds support for `XR_EXT_hand_interaction` profile
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
- mr.2016
|
- mr.2016
|
||||||
- mr.2032
|
- mr.2032
|
||||||
|
- mr.2027
|
||||||
---
|
---
|
||||||
|
|
||||||
OpenXR: Implementation of XR_KHR_visibility_mask.
|
OpenXR: Implementation of XR_KHR_visibility_mask.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
- mr.2018
|
- mr.2018
|
||||||
- mr.2033
|
- mr.2033
|
||||||
|
- mr.2027
|
||||||
---
|
---
|
||||||
|
|
||||||
OpenXR: Export local_floor if extension enabled and space is supported, since
|
OpenXR: Export local_floor if extension enabled and space is supported, since
|
||||||
|
|
|
@ -1,2 +1,7 @@
|
||||||
|
---
|
||||||
|
- mr.2018
|
||||||
|
- mr.2027
|
||||||
|
---
|
||||||
|
|
||||||
OpenXR: Export unbounded if extension enabled and space is supported, it's
|
OpenXR: Export unbounded if extension enabled and space is supported, it's
|
||||||
exposed via XR_MSFT_unbounded_reference_space.
|
exposed via XR_MSFT_unbounded_reference_space.
|
||||||
|
|
2
doc/changes/state_trackers/mr.2027.1.md
Normal file
2
doc/changes/state_trackers/mr.2027.1.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
OpenXR: Properly check all extension interaction profiles if enabled or
|
||||||
|
supported in xrSuggestInteractionProfileBindings.
|
4
doc/changes/state_trackers/mr.2027.2.md
Normal file
4
doc/changes/state_trackers/mr.2027.2.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
OpenXR: Make many more extensions build time options, doesn't change which are
|
||||||
|
enabled by default. This lets runtimes using Monado control which extensions are
|
||||||
|
exposed, this needs to be build time options because extensions are listed
|
||||||
|
before a connection is made to the service.
|
Loading…
Reference in a new issue