doc: Cleanup changelog

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2242>
This commit is contained in:
Rylie Pavlik 2024-06-07 16:29:34 -05:00
parent f971b5ca68
commit d44c49dd1b
3 changed files with 3 additions and 3 deletions

View file

@ -760,7 +760,7 @@ SPDX-FileCopyrightText: 2020 Collabora, Ltd. and the Monado contributors
- main: Delay the destruction of swapchains until a time where it is safe, this - main: Delay the destruction of swapchains until a time where it is safe, this
allows swapchains to be destroyed from other threads. allows swapchains to be destroyed from other threads.
([!278](https://gitlab.freedesktop.org/monado/monado/merge_requests/278)) ([!278](https://gitlab.freedesktop.org/monado/monado/merge_requests/278))
- client: Propegate the supported formats from the real compositor to the client - client: Propagate the supported formats from the real compositor to the client
ones. ([!282](https://gitlab.freedesktop.org/monado/monado/merge_requests/282)) ones. ([!282](https://gitlab.freedesktop.org/monado/monado/merge_requests/282))
- renderer: Change the idle images colour from bright white to grey. - renderer: Change the idle images colour from bright white to grey.
([!282](https://gitlab.freedesktop.org/monado/monado/merge_requests/282)) ([!282](https://gitlab.freedesktop.org/monado/monado/merge_requests/282))

View file

@ -1,2 +1,2 @@
t/cli: Add new `info` command that prints information about the system, this is t/cli: Add new `info` command that prints information about the system, this is
for end-user reports of failurs to start `monado-service`. for end-user reports of failures to start `monado-service`.

View file

@ -1,4 +1,4 @@
Added frame timing code that when the underlying vulkan driver supports the Added frame timing code that when the underlying vulkan driver supports the
VK_GOOGLE_display_timing extension greatly improves the timing accerecy of the VK_GOOGLE_display_timing extension greatly improves the timing accuracy of the
compositor. Along with this tracing code was added to better help use understand compositor. Along with this tracing code was added to better help use understand
what was happening during a frame. what was happening during a frame.