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.