doc: Changelogs for !348

This commit is contained in:
Jakob Bornecrantz 2020-05-28 14:08:13 +01:00
parent 3ecb5f762d
commit 28d8bea9b9
3 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,2 @@
u/time: Temporarily disable the time skew in time state and used fixed offset
instead to fix various time issues in `st/oxr`. Will be fixed properly later.

View file

@ -0,0 +1,2 @@
ipc: Correctly set the shared semaphore value when creating it, the wrong value
resulted in the client not blocking in `xrWaitFrame`.

View file

@ -0,0 +1,2 @@
OpenXR: Validate time better in xrConvertTimeToTimespecTimeKHR and add better
error print.