The open source OpenXR runtime
0
fork

Configure Feed

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

doc: Expand changelog entries for !242, !245, and !249.

+5 -5
+1 -1
doc/changes/misc_features/mr.242.2.md
··· 1 - Add some bit manipulation helper functions in `util/u_bitwise.*` 1 + util: Add some bit manipulation helper functions in `util/u_bitwise.c` and `util/u_bitwise.c`.
+1 -1
doc/changes/misc_features/mr.242.md
··· 1 - Add utility functionality for accessing Bluetooth Low-Energy (Bluetooth LE or BLE) over D-Bus, in `os/os_ble.*` 1 + os: Add utility functionality for accessing Bluetooth Low-Energy (Bluetooth LE or BLE) over D-Bus, in `os/os_ble.h` and `os/os_ble_dbus.c`.
+1 -1
doc/changes/misc_features/mr.245.md
··· 1 - Make stereo_camera_calibration reference counted, and have the prober, not the calibration, call the save function. 1 + tracking: Make stereo_camera_calibration reference counted, and have the prober, not the calibration, call the save function.
+1 -1
doc/changes/misc_features/mr.249.2.md
··· 1 - Add pre-filter and a simple understandable 3-DoF fusion filter. 1 + math: Add pre-filter and a simple understandable 3-DoF fusion filter.
+1 -1
doc/changes/misc_features/mr.249.md
··· 1 - Expand algebraic math functions. 1 + math: Expand algebraic math functions in `math/m_api.h`, `math/m_vec3.h` and `math/m_base.cpp`.