Commit graph

5951 commits

Author SHA1 Message Date
Jakob Bornecrantz 1624ae3278 doc: Document !1785 2023-07-04 12:25:33 +00:00
Jakob Bornecrantz bf0015b8ab st/oxr: Send logging to OutputDebugStringA even if we aren't printing to stderr
This was intended all along, it's worse on Windows since we
don't by default print to stderr, so we never printed there.
2023-07-04 12:25:33 +00:00
Jakob Bornecrantz bd4b93968a doc: Document !1874 2023-07-03 18:53:01 +00:00
Jarvis Huang a8df7dcb54 u/debug: Use system property on Android for debug settings
Co-authored-by: Jakob Bornecrantz <jakob@collabora.com>
2023-07-03 18:53:01 +00:00
Jakob Bornecrantz 2f3f533082 u/debug: Use getenv_s on Windows for debug settings 2023-07-03 18:53:01 +00:00
Jakob Bornecrantz 9a8d80c14d u/debug: Do not save pointer returned from getenv 2023-07-03 18:53:01 +00:00
Jakob Bornecrantz 8c8356840a u/debug: Tidy file and export more converters 2023-07-03 18:53:01 +00:00
Jakob Bornecrantz 35e1346290 doc: Document !1893 2023-07-01 18:09:29 +01:00
Jakob Bornecrantz 8a303927b7 t/hand: Add env variables to control prediction 2023-07-01 16:40:35 +01:00
Jakob Bornecrantz 0a679fe3fd t/hand: Remove stale comment 2023-07-01 16:40:35 +01:00
Jakob Bornecrantz c78cc7f0ae t/hand: Tidy async file 2023-07-01 16:40:35 +01:00
Jakob Bornecrantz ca3631875c t/hand: Make all internal functions static 2023-07-01 16:40:35 +01:00
Jakob Bornecrantz c00ea720ff t/hand: Rename new user hand estimation switch 2023-07-01 16:40:35 +01:00
Jakob Bornecrantz 6bff970bcd tracking: Remove unused destroy function 2023-07-01 16:40:35 +01:00
Jakob Bornecrantz c6dda533d4 c/main: Add NorthStar to listed displays 2023-07-01 16:40:35 +01:00
Jakob Bornecrantz e8e9b99db4 c/main: Only wait on the main queue when drawing the frame
Do not wait on the full GPU.
2023-07-01 16:40:35 +01:00
Jakob Bornecrantz 96babf8fb6 d/vive: Set correct tracking origin type when we have slam 2023-07-01 15:54:51 +01:00
Jakob Bornecrantz 88d4ed6218 doc: Document !1885 2023-07-01 14:10:34 +00:00
Jakob Bornecrantz fe5c215ed0 c/util: Refactor instance creation
Makes it check for required extensions before calling vkCreateInstance.
2023-07-01 14:10:34 +00:00
Jakob Bornecrantz 9adb5a566e a/vk: Add helper to check required Vulkan extensions 2023-07-01 14:10:34 +00:00
Jakob Bornecrantz 01a43534be a/vk: Refactor code to use two call helper to get instance extensions 2023-07-01 14:10:34 +00:00
Jakob Bornecrantz e6b3150e65 doc: Document !1892 2023-06-30 22:27:55 +01:00
Fernando Velazquez Innella 28ba6ed448 u/logging: Include newline char in Windows debug output 2023-06-30 16:54:18 -04:00
Jakob Bornecrantz acde32ab2a doc: Document !1891 2023-06-30 12:13:18 +01:00
Mateo de Mayo af3f1615d2 doc: Do not build documentation by default 2023-06-29 13:17:51 -03:00
Jakob Bornecrantz eac76bf119 scripts: Remove codespell ignore line
Changed changelog fragments so no longer a problem.
2023-06-29 16:22:50 +01:00
Jakob Bornecrantz 6995c6880d doc: Improve changelogs
Went through and tried to make the changelogs more uniform in terms of
prefixing and formatting.
2023-06-29 16:22:50 +01:00
Jakob Bornecrantz 267035bc52 doc: Update WinMR changelog
While not all of these probably should have gone into the main changelog
fragment, there are far to many commits to through and add separate so to at
least have them all listed add them to the main WinMR fragment. Some may have
changelog fragments since before, but doesn't hurt to add them here.
2023-06-29 16:19:46 +01:00
Jakob Bornecrantz 4a83ba13d6 doc: Document #98 2023-06-29 16:19:46 +01:00
Jakob Bornecrantz df8f99b78b doc: Remove !738 changelog
The MR hasn't landed yet, so it's misleading to have fragment
for it, and there is a separate fragment for !1295.
2023-06-29 16:19:46 +01:00
Jakob Bornecrantz ad76c12abe doc: Improve !1860 changelogs 2023-06-29 16:19:46 +01:00
Jakob Bornecrantz 5d575fd2ab doc: Improve !1567 changelogs 2023-06-29 16:19:46 +01:00
Jakob Bornecrantz 06bf0d6b81 doc: Improve !1262 changelogs 2023-06-29 16:19:46 +01:00
Jakob Bornecrantz f76393ecfb doc: Improve !1144 changelogs 2023-06-29 16:19:46 +01:00
Jakob Bornecrantz 6fcf2fd8ea doc: Improve !1074 changelogs 2023-06-29 16:19:46 +01:00
Jakob Bornecrantz 9d42454b25 doc: Improve !977 changelogs 2023-06-29 16:19:46 +01:00
Jakob Bornecrantz c95601276b doc: Improve !735 changelogs 2023-06-29 16:19:46 +01:00
Jakob Bornecrantz 394d157d89 doc: Improve !858 changelogs 2023-06-29 16:19:46 +01:00
Jakob Bornecrantz 85c7cc4928 doc: Improve !839 changelogs 2023-06-29 16:19:46 +01:00
Jakob Bornecrantz cb190d7f79 doc: Improve !810 changelogs 2023-06-29 16:19:46 +01:00
Jakob Bornecrantz df21dd4510 doc: Improve !697 changelogs 2023-06-29 16:19:46 +01:00
Jakob Bornecrantz da656f6345 doc: Tweak old changelog 2023-06-29 16:19:46 +01:00
Korcan Hussein 52454205a0 doc: Document !1890 2023-06-29 00:50:33 +01:00
Korcan Hussein 2aed9184e6 st/oxr: Add disabled XR_HTCX_vive_tracker defines
Useful for various compiletime checks.
2023-06-29 00:50:26 +01:00
Korcan Hussein a8c5be8f5c st/oxr: Fix up Monado experimental extensions 2023-06-29 00:32:01 +01:00
Korcan Hussein 230c059d27 a/bindings: Correct ML2 controller extension name 2023-06-29 00:32:01 +01:00
Korcan Hussein 8865baafee xrt: Plumbs enabled ext state for XR_EXT_eye_gaze_interaction 2023-06-29 00:31:58 +01:00
Jakob Bornecrantz 6b493e2968 doc: Document !1881 2023-06-27 18:52:58 +00:00
Jakob Bornecrantz 67a8147c09 d/dai: Try to set realtime priority on IMU thread 2023-06-27 18:52:58 +00:00
Jakob Bornecrantz 1b221c7666 d/vive: Try to set realtime priority on sensors thread 2023-06-27 18:52:58 +00:00