From 2d408384c686fc6cc83cfc74ec36948879b23d02 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz <jakob@collabora.com> Date: Fri, 16 Apr 2021 15:53:43 +0100 Subject: [PATCH] doc: Document !768 --- doc/changes/ipc/mr.721.md | 1 + doc/changes/ipc/mr.768.md | 2 ++ doc/changes/xrt/mr.705.2.md | 3 +++ doc/changes/xrt/mr.768.md | 2 ++ 4 files changed, 8 insertions(+) create mode 100644 doc/changes/ipc/mr.768.md create mode 100644 doc/changes/xrt/mr.768.md diff --git a/doc/changes/ipc/mr.721.md b/doc/changes/ipc/mr.721.md index 78c297452..774754139 100644 --- a/doc/changes/ipc/mr.721.md +++ b/doc/changes/ipc/mr.721.md @@ -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. diff --git a/doc/changes/ipc/mr.768.md b/doc/changes/ipc/mr.768.md new file mode 100644 index 000000000..fa529bcb3 --- /dev/null +++ b/doc/changes/ipc/mr.768.md @@ -0,0 +1,2 @@ +Ensure that functions that require the compositor can't be called if a session +has not been created yet. diff --git a/doc/changes/xrt/mr.705.2.md b/doc/changes/xrt/mr.705.2.md index c9f145e63..9e17e3485 100644 --- a/doc/changes/xrt/mr.705.2.md +++ b/doc/changes/xrt/mr.705.2.md @@ -1,2 +1,5 @@ +--- +- mr.768 +--- xrt: Add XRT_ERROR_EGL_CONFIG_MISSING error, to handle missing config from EGL compositor creation call. diff --git a/doc/changes/xrt/mr.768.md b/doc/changes/xrt/mr.768.md new file mode 100644 index 000000000..7e2ba3dfe --- /dev/null +++ b/doc/changes/xrt/mr.768.md @@ -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.