mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-28 17:38:27 +00:00
doc: Document !768
This commit is contained in:
parent
741dcbdf40
commit
2d408384c6
|
@ -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.
|
||||
|
|
2
doc/changes/ipc/mr.768.md
Normal file
2
doc/changes/ipc/mr.768.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Ensure that functions that require the compositor can't be called if a session
|
||||
has not been created yet.
|
|
@ -1,2 +1,5 @@
|
|||
---
|
||||
- mr.768
|
||||
---
|
||||
xrt: Add XRT_ERROR_EGL_CONFIG_MISSING error, to handle missing config from
|
||||
EGL compositor creation call.
|
||||
|
|
2
doc/changes/xrt/mr.768.md
Normal file
2
doc/changes/xrt/mr.768.md
Normal 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.
|
Loading…
Reference in a new issue