The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: Fix codespell errors.

authored by

Rylie Pavlik and committed by
Simon Zeni
2fd89210 79fef083

+3 -3
+1 -1
doc/CHANGELOG.md
··· 86 86 - Implement support for XR_KHR_composition_layer_equirect (equirect1). 87 87 ([!620](https://gitlab.freedesktop.org/monado/monado/merge_requests/620), 88 88 [!624](https://gitlab.freedesktop.org/monado/monado/merge_requests/624)) 89 - - comp: Improve thread safety. Resolve issues in mutlithreading CTS. 89 + - comp: Improve thread safety. Resolve issues in multithreading CTS. 90 90 ([!645](https://gitlab.freedesktop.org/monado/monado/merge_requests/645)) 91 91 - main: Lower priority on sRGB format. This works around a bug in the OpenXR CTS 92 92 and mirrors better what at least on other OpenXR runtime does.
+1 -1
doc/changes/misc_fixes/mr.1861.md
··· 1 1 scripts: Add regex based ignores for codespell, needed because the ignore words 2 - list isn't properely case sensitive. 2 + list isn't properly case sensitive.
+1 -1
doc/changes/xrt/mr.721.1.md
··· 1 1 Add `xrt_compositor_fence` interface to handle service and client render 2 - syncronisation. 2 + synchronisation.