Commit graph

7057 commits

Author SHA1 Message Date
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
Rylie Pavlik d72b0195c9 doc: Document !2132 2024-05-07 18:24:54 +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 3f12e37970 cmake: Adjust sanitizer script for newer clang.
Also cleans up a terminology warning.
2024-05-03 15:40:45 -05:00
Rylie Pavlik a8077b58b6 flake: Clean up comments, trailing space 2024-05-03 15:40:45 -05:00
Rylie Pavlik 29235b9729 doc: Clean up language in changelog 2024-05-03 15:40:45 -05:00
Rylie Pavlik cd70cb35f7 tests: Clean up comments, strings 2024-05-03 15:40:45 -05: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
Rylie Pavlik c51da5c584 t/common: Clean up comments and variable names 2024-05-03 15:40:45 -05:00