doc: Improve !697 changelogs

This commit is contained in:
Jakob Bornecrantz 2023-06-17 17:16:27 +01:00
parent da656f6345
commit df21dd4510
4 changed files with 5 additions and 5 deletions

View file

@ -0,0 +1,3 @@
u/trace_marker: Add trace marker support code, this code uses the Linux
trace_marker kernel support to enable Monado to trace both function calls and
other async events.

View file

@ -0,0 +1,2 @@
u/pacing: Add frame timing helper code designed to use Vulkan display timing
extensions to get proper frame timing in the compositor.

View file

@ -1,3 +0,0 @@
util: Add trace marker support code, this code uses the Linux trace_marker
kernel support to enable Monado to trace both function calls and other async
events.

View file

@ -1,2 +0,0 @@
util: Add frame timing helper code designed to use Vulkan display timing
extensions to get proper frame timing in the compositor.