···11---
22- mr.754
33+- mr.768
34---
45Now that there is a interface that allows the compositor to support
56multi-client rendering use that instead of doing our own rendering.
+2
doc/changes/ipc/mr.768.md
···11+Ensure that functions that require the compositor can't be called if a session
22+has not been created yet.
+3
doc/changes/xrt/mr.705.2.md
···11+---
22+- mr.768
33+---
14xrt: Add XRT_ERROR_EGL_CONFIG_MISSING error, to handle missing config from
25EGL compositor creation call.
+2
doc/changes/xrt/mr.768.md
···11+Add new IPC session not created error `XRT_ERROR_IPC_SESSION_NOT_CREATED`, as
22+some functions can not be called without first creating a session.