mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
doc: Document !2131
And fix codespell fixes in other changelog fragments
This commit is contained in:
parent
6b323209b2
commit
ed618ad979
1
doc/changes/auxiliary/mr.2131.2.md
Normal file
1
doc/changes/auxiliary/mr.2131.2.md
Normal file
|
@ -0,0 +1 @@
|
|||
t/slam: Send hand tracking masks to VIT system
|
1
doc/changes/auxiliary/mr.2131.3.md
Normal file
1
doc/changes/auxiliary/mr.2131.3.md
Normal file
|
@ -0,0 +1 @@
|
|||
u/space: Fix build warning because of non-void function not returning
|
1
doc/changes/auxiliary/mr.2131.md
Normal file
1
doc/changes/auxiliary/mr.2131.md
Normal file
|
@ -0,0 +1 @@
|
|||
t/slam: Update to VIT 1.0.1 with small usage improvements
|
|
@ -1,3 +1,3 @@
|
|||
render: Refactor gfx path code to split out render pass vulkan objects from
|
||||
the render target resources struct into the `render_gfx_render_pass` struct.
|
||||
This allows the render pass to resused for more then one target.
|
||||
This allows the render pass to be reused for more than one target.
|
||||
|
|
1
doc/changes/drivers/mr.2131.2.md
Normal file
1
doc/changes/drivers/mr.2131.2.md
Normal file
|
@ -0,0 +1 @@
|
|||
d/wmr: Properly compute hand tracking boundary circle
|
1
doc/changes/drivers/mr.2131.3.md
Normal file
1
doc/changes/drivers/mr.2131.3.md
Normal file
|
@ -0,0 +1 @@
|
|||
d/vive: Use raw imu samples for slam
|
1
doc/changes/drivers/mr.2131.md
Normal file
1
doc/changes/drivers/mr.2131.md
Normal file
|
@ -0,0 +1 @@
|
|||
d/{wmr,rift_s,vive,ns}: Share hand bounding box with head tracker
|
|
@ -1,4 +1,4 @@
|
|||
server: Make the server a little bit more chatty by default (switch the default
|
||||
logging level `info` from `warn`). Print out a messages that the service has
|
||||
started, and advicing on how to collect information to help in debugging to ease
|
||||
started, and advising on how to collect information to help in debugging to ease
|
||||
helping end-users.
|
||||
|
|
1
doc/changes/tracking/mr.2131.md
Normal file
1
doc/changes/tracking/mr.2131.md
Normal file
|
@ -0,0 +1 @@
|
|||
h/mercury: Push hand rect masks to the SLAM tracker sinks
|
Loading…
Reference in a new issue