doc: Document !697

This commit is contained in:
Jakob Bornecrantz 2021-02-25 16:17:07 +00:00
parent adf1bd952d
commit 3e13e20c4c
4 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1 @@
main: Integrate new frame timing code.

View file

@ -0,0 +1,3 @@
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

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

View file

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