Christoph Haag
397295274e
a/bindings,xrt: Add vive cosmos controller profile
...
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Christoph Haag
f2e1fdb26c
a/bindings,xrt: Add pico neo3, 4, g3 controllers
...
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Christoph Haag
cfd3a709ae
a/bindings: Add curl, slide, proximity to schema
...
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Christoph Haag
9eaa4d4921
a/bindings: Mark odyssey controller as promoted in 1.1
...
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Christoph Haag
74111e68fd
a/bindings: Mark magic leap 2 profile as promoted in 1.1
...
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Christoph Haag
cf9ccb6993
a/bindings: Mark hp mr profile as promoted in 1.1
...
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Christoph Haag
0f07f5fc0e
a/bindings: add grip_surface virtual profile
...
Aliasing XRT_INPUT_GENERIC_GRIP_SURFACE_POSE to XRT_INPUT_GENERIC_PALM_POSE
would be complicated because it is implemented as an enum.
Therefore, just reuse XRT_INPUT_GENERIC_PALM_POSE for now.
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Christoph Haag
bbe33da56e
st/oxr: Enable core local floor space in OpenXR 1.1
...
v2: st/oxr: Handle local floor in OpenXR 1.1 when extension is not available
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Christoph Haag
eaf747eca2
u/space_overseer: skip actually locating spaces in themselves
...
It is always going to be identity. Keep calculating the offsets though.
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Christoph Haag
5ba58a5711
xrt,st/oxr,u/space_overseer: Implement advanced xrLocateSpaces
...
v2:
xrt: Allow NULL space in locate_spaces
For action spaces, an xrt_space is found if
get_xrt_space -> get_xrt_space_action -> oxr_action_get_pose_input
finds an active input. If no input is active, the xrt_space will be NULL.
ipc: Check allocation of space_ids for locate_spaces
st/oxr: Fix memory leak in xrLocateSpaces with invalid spaces
v3: ipc: Return error when locate_spaces allocation fails
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Christoph Haag
0bd463c2af
st/oxr: Add naive xrLocateSpaces[KHR,]
...
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Christoph Haag
bff72f6c23
st/oxr: Add OXR_VERIFY_API_VERSION_AT_LEAST verification macro
...
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Christoph Haag
ae7facbdc7
st/oxr: Add ENTRY_IF_VERSION_AT_LEAST to negotiate
...
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Christoph Haag
cdbf4ef26a
a/bindings: Generate code to verify paths for promoted core paths
...
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Christoph Haag
7cf457d894
st/oxr,a/bindings: Move more verification logic to generated bindings
...
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
Christoph Haag
a35d7bd255
a/bindings: Remove XR_ prefix from extension names
...
They are removed in the generator script anyway.
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194 >
2024-05-28 22:09:13 +00:00
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
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
3d0b984faf
gradle: Improve build
2024-05-24 12:37:19 -05: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
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
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
f17bb81620
cmake: add VERSION and SOVERSION properties to monado shared library
2024-05-21 22:39:32 +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
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
2e6315b115
st/oxr: Fix warning for missing xdev space case handling
2024-05-21 14:20:11 +00:00
Qichang Sun
7fd2a8cce8
st/oxr: support XrEventDataVisibilityMaskChangedKHR for visibility mask
2024-05-21 17:24:56 +08:00
Christoph Haag
9387a09746
d/steamvr_lh: Fix xrt_space_relation_flags |= operator again
2024-05-20 01:44:44 +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
Bones
793e8a3df4
d/steamvr_lh: new steamvr_lh driver interface
2024-05-17 21:14:19 -04:00
babblebones
ac89100f70
d/steamv_lh: properly track all relation bits
2024-05-18 01:39:13 +02: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
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
Mateo de Mayo
1742fd8566
external/vit: Update to 2.0.1
2024-05-07 18:24:54 +00:00
Mateo de Mayo
5771ddd4f8
d/wmr: Turn commented-out code into if-guarded code.
2024-05-07 18:24:54 +00:00
Rylie Pavlik
25562c8ea8
t/hand: Improve comment
2024-05-03 15:40:45 -05:00
Rylie Pavlik
4913e91c01
st/oxr: Remove outdated comment
2024-05-03 15:40:45 -05:00
Rylie Pavlik
b517be3bd0
st/gui: Clean up comment
2024-05-03 15:40:45 -05:00