Christoph Haag
0a6209f153
a/binding: Link oxr-interfaces
...
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Christoph Haag
a9d55c1cc8
st/oxr: Add oxr-interfaces INTERFACE for oxr st include path
...
Add vulkan and external-renderdoc to oxr-interfaces, needed on windows.
Also add compile definitions to oxr-interfaces
This is necessary for OXR_EXTENSION_SUPPORT_GENERATE to generate the same
list of extensions when including oxr_objects.h.
(e.g. XR_USE_OPENGL will not be set, causing struct oxr_extension_status
to not have a KHR_opengl_enable menmber.
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Christoph Haag
747665f2b0
ext/openxr: Update to OpenXR 1.1 headers
...
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Christoph Haag
a2fae359e1
st/oxr: Debug print applicationInfo.apiVersion
...
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Christoph Haag
b47eaaa266
st/oxr: Record OpenXR major.minor version on oxr_instance
...
This is needed to differentiate e.g. OpenXR 1.1 functionality from
OpenXR 1.0.
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Christoph Haag
5ffe3c89a4
st/oxr: Fix applicationInfo apiVersion version check
...
st/oxr: Add OXR_IGNORE_OPENXR_VERSION debug var
This enables applications to run that require an OpenXR version that monado
does not support.
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Jan Schmidt
edb418aa1a
d/ohmd: Reject WMR and Rift S drivers
2024-05-27 22:28:26 +00:00
Simon Zeni
1e5cfb399a
doc: document !2168
2024-05-24 19:37:50 +00:00
Simon Zeni
d752ca70a1
cmake: enable CMP0083
2024-05-24 19:37:50 +00:00
Rylie Pavlik
01d4d45fab
doc: Document !2208
2024-05-24 12:40:28 -05:00
Rylie Pavlik
f5804e473a
t/oxr_android: Remove unused resource.
2024-05-24 12:37:19 -05:00
Rylie Pavlik
4ef23ea747
t/oxr_android: Update Android logos
...
Also adjust branding so the out-of-process build looks more official,
since we cannot assert some privacy details when running in process.
2024-05-24 12:37:19 -05:00
Rylie Pavlik
da1e9d284f
cmake: Disable noisy warnings.
...
Wish I could just do this only for braces in initialization, but
the tools available are too coarse-grained.
2024-05-24 12:37:19 -05:00
Rylie Pavlik
3d0b984faf
gradle: Improve build
2024-05-24 12:37:19 -05:00
Korcan Hussein
378b2aa9f3
doc: Document !2219
2024-05-22 17:46:02 +01:00
Korcan Hussein
bc6783c0a9
d/android: Set both orientation and position valid/tracked flags
...
hello_xr, unity and possibly other apps check the view pose flags
for both pos & orientation flags to be valid otherwise they invoke
`xrEndFrame` with no layers set.
2024-05-22 17:45:54 +01:00
Yuxuan Shui
fbe5716471
doc: Document !2149
2024-05-22 13:48:25 +00:00
Yuxuan Shui
7e7e23df7a
d/steamvr_lh: Allow overriding steamvr path with environment variable
...
To support use case such as:
* Non-standard steamvr install path.
* Using older steamvr versions to workaround breakage.
* Using steamvr driver with local modifications.
2024-05-22 13:48:25 +00:00
Korcan Hussein
b562e3d35d
doc: Document !2216
2024-05-22 11:40:36 +01:00
Korcan Hussein
06eebfb06f
c/util: Fixes crash bug when zero layers are committed
...
Fixes crash in `render_gfx_end_target` with non-compute pipeline path
on android (possibly any platform) when zero layers are committed.
2024-05-22 11:40:36 +01:00
Simon Zeni
3e1ee24dfd
doc: document !2170
2024-05-21 22:39:32 +00:00
Simon Zeni
f17bb81620
cmake: add VERSION and SOVERSION properties to monado shared library
2024-05-21 22:39:32 +00:00
Meng Jiao
0f713282da
doc: Document !2214
2024-05-21 16:07:46 +00:00
Meng Jiao
48f63f7f60
comp: Fix vk_deinit_mutex asserts when vk_create_device fails.
2024-05-21 16:07:46 +00:00
Korcan Hussein
129f8ff1b6
doc: Document !2218
2024-05-21 15:43:25 +01:00
Korcan Hussein
ecb0ae2254
st/oxr: XR_HTC_facial_tracking state-tracker clean-up
...
Moves the XR_HTC_facial_tracking state-tracker implementation
out of oxr_api_session.c into dedicated files, following
api/monado conventions.
2024-05-21 15:43:19 +01:00
Christoph Haag
360eeb535d
doc: Document !2215
2024-05-21 14:20:11 +00:00
Christoph Haag
2e6315b115
st/oxr: Fix warning for missing xdev space case handling
2024-05-21 14:20:11 +00:00
Qichang Sun
0717e0c128
doc: Document !2217
2024-05-21 17:32:07 +08:00
Qichang Sun
7fd2a8cce8
st/oxr: support XrEventDataVisibilityMaskChangedKHR for visibility mask
2024-05-21 17:24:56 +08:00
Christoph Haag
92a18718ae
doc: Document !2213
2024-05-20 01:48:18 +02:00
Christoph Haag
9387a09746
d/steamvr_lh: Fix xrt_space_relation_flags |= operator again
2024-05-20 01:44:44 +02:00
Christoph Haag
b2b9fd0658
Document MR !2211
2024-05-20 00:49:37 +02:00
Jakob Bornecrantz
717c3e2a0e
st/oxr: Add XR_MNDX_xdev_space support
2024-05-20 00:49:36 +02:00
Jakob Bornecrantz
18fc473735
st/oxr: Add special xdev pose space
2024-05-20 00:49:36 +02:00
Jakob Bornecrantz
158f420748
st/oxr: Add XR_MNDX_xdev_space extension header
2024-05-20 00:49:36 +02:00
Christoph Haag
889dc32f67
scripts: Sort XR_HTC_facial_tracking and XR_FB_body_tracking alphabetically
2024-05-20 00:49:33 +02:00
Christoph Haag
7707c71bd5
st/oxr: Format oxr_extension_support.h
2024-05-19 22:45:38 +00:00
babblebones
23e5072b47
doc: Document !2136
2024-05-17 21:14:19 -04:00
Bones
793e8a3df4
d/steamvr_lh: new steamvr_lh driver interface
2024-05-17 21:14:19 -04:00
Christoph Haag
d75f7a70da
doc: Document !2212
2024-05-18 01:44:52 +02:00
babblebones
ac89100f70
d/steamv_lh: properly track all relation bits
2024-05-18 01:39:13 +02:00
Korcan Hussein
7722e1eadd
doc: Document !2178
2024-05-16 15:04:51 +01:00
Korcan Hussein
085aae9505
xrt: Adds support for XR_FB_body_tracking xrt-devices
2024-05-16 15:04:51 +01:00
Korcan Hussein
4d8cc7dffd
xrt: Adds framework for body-tracking xrt-devices
2024-05-16 15:04:51 +01:00
Fernando Velazquez Innella
ff2b30b7ee
doc: Document !2205
2024-05-15 13:24:22 +00:00
Fernando Velazquez Innella
158e246e7e
a/vk: Extend command buffer wait timeout to ~10 seconds
...
This is necessary because in some platforms (such as Windows 10, NVidia
RTX 3080ti) the OpenXR CTS will trigger an issue when the GPU memory
fills, where the system hangs for over one second during a paging queue
operation.
2024-05-15 13:24:22 +00:00
utzcoz
a3e17f21f3
doc: Document !2202
...
Signed-off-by: utzcoz <utzcoz@outlook.com>
2024-05-12 03:02:49 +00:00
utzcoz
18083fb05b
ci: Add CI for Ubuntu 24.04
...
Signed-off-by: utzcoz <utzcoz@outlook.com>
2024-05-12 03:02:49 +00:00
utzcoz
eced11eafb
doc: Add Ubuntu 24.04 as supported OS [NFC]
...
Testing it with Ubuntu 24.04 + hello_xr 1.1.36.
Signed-off-by: utzcoz <utzcoz@outlook.com>
2024-05-12 03:02:49 +00:00