The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: Remove old changelog fragments

-75
-1
doc/changes/auxiliary/mr.597.1.md
··· 1 - os/time: Make timespec argument const.
-1
doc/changes/auxiliary/mr.597.2.md
··· 1 - os/time: Add a Linux specific way to get the realtime clock (for RealSense).
-2
doc/changes/auxiliary/mr.603.md
··· 1 - math: Make sure that we do not drop and positions in poses when the other pose 2 - has a non-valid position.
-1
doc/changes/auxiliary/mr.605.md
··· 1 - aux/vk: `vk_create_device` now takes in a list of Vulkan device extensions.
-1
doc/changes/auxiliary/mr.627.md
··· 1 - Port everything to u_logging.
-1
doc/changes/auxiliary/mr.635.md
··· 1 - u/hand_tracking: Tweak finger curl model making it easier to grip ingame objects.
-1
doc/changes/auxiliary/mr.659.md
··· 1 - math: Add math_quat_validate_within_1_percent function.
-1
doc/changes/auxiliary/mr.665.md
··· 1 - u/sink: Add Bayer format converter.
-1
doc/changes/auxiliary/mr.666.md
··· 1 - u/distortion: Improve both Vive and Index distortion by fixing polynomial math.
-4
doc/changes/auxiliary/mr.667.md
··· 1 - u/distortion: Improve Index distortion and tidy code. While this touches the 2 - Vive distortion code all Vive headsets seems to have the center set to the same 3 - for each channel so doesn't help them. And Vive doesn't have the extra 4 - coefficient that the Index does so no help there either.
-4
doc/changes/big/mr.583.md
··· 1 - Adds a initial SteamVR driver state tracker and target that produces a SteamVR 2 - plugin that enables any Monado hardware driver to be used in SteamVR. This is 3 - the initial upstreaming of this code and has some limitations, like only having 4 - working input when emulating a Index controller.
-1
doc/changes/compositor/mr.591.1.md
··· 1 - comp: Add basic frame timing information to XRT_COMPOSITOR_LOG=trace.
-5
doc/changes/compositor/mr.599.md
··· 1 - main: Refactor how the compositor interacts with targets, the goal is to enable 2 - the compositor to render to destinations that isn't backed by a `VkSwapchain`. 3 - Introduce `comp_target` and remove `comp_window`, also refactor `vk_swapchain` 4 - to be a sub-class of `comp_target` named `comp_target_swapchain`, the window 5 - backends now sub class `comp_target_swapchain`.
-5
doc/changes/compositor/mr.620.md
··· 1 - --- 2 - - mr.620 3 - - mr.624 4 - --- 5 - Implement support for XR_KHR_composition_layer_equirect (equirect1).
-1
doc/changes/compositor/mr.645.md
··· 1 - comp: Improve thread safety. Resolve issues in mutlithreading CTS.
-2
doc/changes/compositor/mr.671.md
··· 1 - main: Lower priority on sRGB format. This works around a bug in the OpenXR CTS 2 - and mirrors better what at least on other OpenXR runtime does.
-1
doc/changes/drivers/mr.564.md
··· 1 - North Star: Fix memory leak in math code.
-1
doc/changes/drivers/mr.597.md
··· 1 - psvr: Rename some variables for better readability.
-1
doc/changes/drivers/mr.600.2.md
··· 1 - openhmd: Fix viewport calculation of rotated displays.
-2
doc/changes/drivers/mr.604.md
··· 1 - remote: Add support for simulated hand tracking, this is based on the curl model 2 - that is used by the Valve Index Controller.
-1
doc/changes/drivers/mr.611.md
··· 1 - android: Acquire device display metrics from system.
-1
doc/changes/drivers/mr.628.md
··· 1 - openhmd: Rotate DK2 display correctly.
-1
doc/changes/drivers/mr.636.md
··· 1 - d/psmv: The motor on zcmv1 does not rumble at amplitudes < 0.25. Linear rescale amplitude into [0.25, 1] range.
-1
doc/changes/drivers/mr.665.1.md
··· 1 - v4l2: Expose more information through new fields in XRT interface.
-1
doc/changes/drivers/mr.665.2.md
··· 1 - v4l2: Allocate more buffers when streaming data.
-1
doc/changes/ipc/mr.601.md
··· 1 - ipc: Port IPC to u_logging.
-1
doc/changes/ipc/mr.622.md
··· 1 - ipc: Make OXR_DEBUG_GUI work with monado-service.
-5
doc/changes/misc_features/mr.551.md
··· 1 - --- 2 - - mr.605 3 - - mr.607 4 - --- 5 - Work toward a Win32 port.
-5
doc/changes/misc_features/mr.592.md
··· 1 - --- 2 - - mr.595 3 - - issue.105 4 - --- 5 - Additional improvements to the Android port.
-1
doc/changes/misc_fixes/mr.600.1.md
··· 1 - steamvr: Support HMDs with rotated displays
-1
doc/changes/state_trackers/mr.591.2.md
··· 1 - st/oxr: Add OXR_FRAME_TIMING_SPEW for basic frame timing debug output.
-2
doc/changes/state_trackers/mr.602.md
··· 1 - OpenXR: Make sure to restore old EGL display/context/drawables when creating a 2 - client EGL compositor.
-1
doc/changes/state_trackers/mr.604.md
··· 1 - GUI: Expand with support for controlling the remote driver hand tracking.
-1
doc/changes/state_trackers/mr.633.md
··· 1 - st/oxr: Implement XR_KHR_vulkan_enable2
-1
doc/changes/state_trackers/mr.634.md
··· 1 - 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
··· 1 - OpenXR: Be more relaxed with Quat validation, spec says within 1% of unit 2 - length, normalize if not within float epsilon.
-4
doc/changes/xrt/mr.587.md
··· 1 - Add `xrt_binding_profile` struct, related pair structs and fields on 2 - `xrt_device` to allow to move the static rebinding of inputs and outputs into 3 - device drivers. This makes it easier to get a overview in the driver itself 4 - which bindings it can bind to.
-1
doc/changes/xrt/mr.638.md
··· 1 - xrt: Generate bindings for Monado and SteamVR from json.
-4
doc/changes/xrt/mr.652.md
··· 1 - xrt: Introduce `xrt_system_compositor`, it is basically a analogous to 2 - `XrSystemID` but instead of being a fully fledged xrt_system this is only the 3 - compositor part of it. Also fold the `prepare_session` function into the create 4 - native compositor function to simplify the interface.
-2
doc/changes/xrt/mr.665.1.md
··· 1 - Expose more information on the frameservers, like product, manufacturer and 2 - serial.
-1
doc/changes/xrt/mr.665.2.md
··· 1 - Add `XRT_FORMAT_BAYER_GR8` format.