From f51851d0e647c20cfef5d886c71504afa0fd8422 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz <jakob@collabora.com> Date: Tue, 27 Apr 2021 20:53:57 +0100 Subject: [PATCH] doc: Document !800 --- doc/changes/ipc/mr.721.md | 1 + doc/changes/xrt/mr.800.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 doc/changes/xrt/mr.800.md diff --git a/doc/changes/ipc/mr.721.md b/doc/changes/ipc/mr.721.md index 774754139..6d747090e 100644 --- a/doc/changes/ipc/mr.721.md +++ b/doc/changes/ipc/mr.721.md @@ -1,6 +1,7 @@ --- - mr.754 - mr.768 +- mr.800 --- 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/xrt/mr.800.md b/doc/changes/xrt/mr.800.md new file mode 100644 index 000000000..a7a3e1f03 --- /dev/null +++ b/doc/changes/xrt/mr.800.md @@ -0,0 +1,2 @@ +Add XRT_ERROR_IPC_SESSION_ALREADY_CREATED error message to signal that a session +has already been created on this connection.