doc: Document !768

This commit is contained in:
Jakob Bornecrantz 2021-04-16 15:53:43 +01:00 committed by Jakob Bornecrantz
parent 741dcbdf40
commit 2d408384c6
4 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,6 @@
---
- mr.754
- mr.768
---
Now that there is a interface that allows the compositor to support
multi-client rendering use that instead of doing our own rendering.

View file

@ -0,0 +1,2 @@
Ensure that functions that require the compositor can't be called if a session
has not been created yet.

View file

@ -1,2 +1,5 @@
---
- mr.768
---
xrt: Add XRT_ERROR_EGL_CONFIG_MISSING error, to handle missing config from
EGL compositor creation call.

View file

@ -0,0 +1,2 @@
Add new IPC session not created error `XRT_ERROR_IPC_SESSION_NOT_CREATED`, as
some functions can not be called without first creating a session.