doc: Add a bunch of change logs

This commit is contained in:
Jakob Bornecrantz 2020-10-26 23:05:06 +00:00
parent bd6ea43de5
commit 5b3bf8ce23
7 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1 @@
util: Tidy hand tracking header.

View file

@ -0,0 +1 @@
math: Fix doxygen warnings in vector headers.

View file

@ -0,0 +1 @@
render: Implement equirect layer rendering.

View file

@ -0,0 +1 @@
main: Fix leaks of sampler objects that was introduced in !566.

View file

@ -0,0 +1,4 @@
----
-- mr.573
----
dummy: Tidy the code a bit and switch over to the new logging API.

View file

@ -0,0 +1 @@
psvr: Switch to the new logging API.

View file

@ -0,0 +1 @@
OpenXR: Pass through equirect layer data to the compositor.