The open source OpenXR runtime
0
fork

Configure Feed

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

doc: Cleanup changelog

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2242>

+3 -3
+1 -1
doc/CHANGELOG.md
··· 760 760 - main: Delay the destruction of swapchains until a time where it is safe, this 761 761 allows swapchains to be destroyed from other threads. 762 762 ([!278](https://gitlab.freedesktop.org/monado/monado/merge_requests/278)) 763 - - client: Propegate the supported formats from the real compositor to the client 763 + - client: Propagate the supported formats from the real compositor to the client 764 764 ones. ([!282](https://gitlab.freedesktop.org/monado/monado/merge_requests/282)) 765 765 - renderer: Change the idle images colour from bright white to grey. 766 766 ([!282](https://gitlab.freedesktop.org/monado/monado/merge_requests/282))
+1 -1
doc/changes/misc_features/mr.2094.md
··· 1 1 t/cli: Add new `info` command that prints information about the system, this is 2 - for end-user reports of failurs to start `monado-service`. 2 + for end-user reports of failures to start `monado-service`.
+1 -1
doc/changes/xrt/mr.697.md
··· 1 1 Added frame timing code that when the underlying vulkan driver supports the 2 - VK_GOOGLE_display_timing extension greatly improves the timing accerecy of the 2 + VK_GOOGLE_display_timing extension greatly improves the timing accuracy of the 3 3 compositor. Along with this tracing code was added to better help use understand 4 4 what was happening during a frame.