mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-16 03:45:24 +00:00
doc: Document !697
This commit is contained in:
parent
adf1bd952d
commit
3e13e20c4c
1
doc/changes/compositor/mr.697.md
Normal file
1
doc/changes/compositor/mr.697.md
Normal file
|
@ -0,0 +1 @@
|
|||
main: Integrate new frame timing code.
|
3
doc/changes/misc_features/mr.697.1.md
Normal file
3
doc/changes/misc_features/mr.697.1.md
Normal 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.
|
2
doc/changes/misc_features/mr.697.2.md
Normal file
2
doc/changes/misc_features/mr.697.2.md
Normal 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.
|
4
doc/changes/xrt/mr.697.md
Normal file
4
doc/changes/xrt/mr.697.md
Normal 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.
|
Loading…
Reference in a new issue