···11-u/distortion: Improve both Vive and Index distortion by fixing polynomial math.
-4
doc/changes/auxiliary/mr.667.md
···11-u/distortion: Improve Index distortion and tidy code. While this touches the
22-Vive distortion code all Vive headsets seems to have the center set to the same
33-for each channel so doesn't help them. And Vive doesn't have the extra
44-coefficient that the Index does so no help there either.
-4
doc/changes/big/mr.583.md
···11-Adds a initial SteamVR driver state tracker and target that produces a SteamVR
22-plugin that enables any Monado hardware driver to be used in SteamVR. This is
33-the initial upstreaming of this code and has some limitations, like only having
44-working input when emulating a Index controller.
-1
doc/changes/compositor/mr.591.1.md
···11-comp: Add basic frame timing information to XRT_COMPOSITOR_LOG=trace.
-5
doc/changes/compositor/mr.599.md
···11-main: Refactor how the compositor interacts with targets, the goal is to enable
22-the compositor to render to destinations that isn't backed by a `VkSwapchain`.
33-Introduce `comp_target` and remove `comp_window`, also refactor `vk_swapchain`
44-to be a sub-class of `comp_target` named `comp_target_swapchain`, the window
55-backends now sub class `comp_target_swapchain`.
-5
doc/changes/compositor/mr.620.md
···11----
22-- mr.620
33-- mr.624
44----
55-Implement support for XR_KHR_composition_layer_equirect (equirect1).
-1
doc/changes/compositor/mr.645.md
···11-comp: Improve thread safety. Resolve issues in mutlithreading CTS.
-2
doc/changes/compositor/mr.671.md
···11-main: Lower priority on sRGB format. This works around a bug in the OpenXR CTS
22-and mirrors better what at least on other OpenXR runtime does.
···11-st/oxr: Add OXR_TRACKING_ORIGIN_OFFSET_{X,Y,Z} env variables as a quick way to tweak 6dof tracking origins.
-2
doc/changes/state_trackers/mr.659.md
···11-OpenXR: Be more relaxed with Quat validation, spec says within 1% of unit
22-length, normalize if not within float epsilon.
-4
doc/changes/xrt/mr.587.md
···11-Add `xrt_binding_profile` struct, related pair structs and fields on
22-`xrt_device` to allow to move the static rebinding of inputs and outputs into
33-device drivers. This makes it easier to get a overview in the driver itself
44-which bindings it can bind to.
-1
doc/changes/xrt/mr.638.md
···11-xrt: Generate bindings for Monado and SteamVR from json.
-4
doc/changes/xrt/mr.652.md
···11-xrt: Introduce `xrt_system_compositor`, it is basically a analogous to
22-`XrSystemID` but instead of being a fully fledged xrt_system this is only the
33-compositor part of it. Also fold the `prepare_session` function into the create
44-native compositor function to simplify the interface.
-2
doc/changes/xrt/mr.665.1.md
···11-Expose more information on the frameservers, like product, manufacturer and
22-serial.