···177177 now a per layer thing.
178178 ([!461](https://gitlab.freedesktop.org/monado/monado/merge_requests/461))
179179 - Add `xrt_compositor_info` struct that allows the compositor carry information
180180- to about it's capbilities and it's recommended values. Not everything is hooked
180180+ to about its capabilities and its recommended values. Not everything is hooked
181181 up at the moment.
182182 ([!461](https://gitlab.freedesktop.org/monado/monado/merge_requests/461))
183183 - Add defines for underlying handle types.
···218218 - Remove the `out_timestamp` argument to the `xrt_device::get_tracked_pose`
219219 function, it's not needed anymore and the devices can do prediction better
220220 as
221221- it knows more about it's tracking system the the state tracker.
221221+ it knows more about its tracking system the the state tracker.
222222 ([!521](https://gitlab.freedesktop.org/monado/monado/merge_requests/521))
223223 - Replace mesh generator with `compute_distortion` function on `xrt_device`. This
224224 is used to both make it possible to use mesh shaders for devices and to provide
+1-1
doc/changes/state_trackers/mr.847.2.md
···11-OpenXR: Break out end frame handling to it's own file since it's so big.
11+OpenXR: Break out end frame handling to its own file since it's so big.
+2-2
doc/frame-timing.md
···1818* `xrBeginFrame` is called by the application, referred to as **begin**.
1919* The app renders the current views using the GPU.
2020* `xrEndFrame` is called by the application submitting the views.
2121-* The compositor wakes up to do it's distorting rendering and any warping,
2121+* The compositor wakes up to do its distorting rendering and any warping,
2222 checking if the applications rendering has finished. When the compositor
2323 submits the work to the GPU, referred to as **submit**.
2424-* The compositor queues it's swapbuffer to the display engine.
2424+* The compositor queues its swapbuffer to the display engine.
2525* Scanout starts, the kernel checked if the compositors rendering was completed
2626 in time. We refer to this time as **present**, this seems to be common.
2727* During the vblank period the display lights up turning the pixels into