From df21dd45104ac0be70bb3e9b1b47ccf79566cd39 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Sat, 17 Jun 2023 17:16:27 +0100 Subject: [PATCH] doc: Improve !697 changelogs --- doc/changes/auxiliary/mr.697.1.md | 3 +++ doc/changes/auxiliary/mr.697.2.md | 2 ++ doc/changes/misc_features/mr.697.1.md | 3 --- doc/changes/misc_features/mr.697.2.md | 2 -- 4 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 doc/changes/auxiliary/mr.697.1.md create mode 100644 doc/changes/auxiliary/mr.697.2.md delete mode 100644 doc/changes/misc_features/mr.697.1.md delete mode 100644 doc/changes/misc_features/mr.697.2.md diff --git a/doc/changes/auxiliary/mr.697.1.md b/doc/changes/auxiliary/mr.697.1.md new file mode 100644 index 000000000..1de4138ac --- /dev/null +++ b/doc/changes/auxiliary/mr.697.1.md @@ -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. diff --git a/doc/changes/auxiliary/mr.697.2.md b/doc/changes/auxiliary/mr.697.2.md new file mode 100644 index 000000000..e929aadcd --- /dev/null +++ b/doc/changes/auxiliary/mr.697.2.md @@ -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. diff --git a/doc/changes/misc_features/mr.697.1.md b/doc/changes/misc_features/mr.697.1.md deleted file mode 100644 index 325c391c8..000000000 --- a/doc/changes/misc_features/mr.697.1.md +++ /dev/null @@ -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. diff --git a/doc/changes/misc_features/mr.697.2.md b/doc/changes/misc_features/mr.697.2.md deleted file mode 100644 index 18ecdc09b..000000000 --- a/doc/changes/misc_features/mr.697.2.md +++ /dev/null @@ -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.