From c42198b86fdb38e52fed8dac3d22963c6c0da15f Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Fri, 9 Apr 2021 20:38:57 +0100 Subject: [PATCH] doc: Document !721 & !754 --- doc/changes/compositor/mr.721.md | 1 + doc/changes/ipc/mr.721.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 doc/changes/ipc/mr.721.md diff --git a/doc/changes/compositor/mr.721.md b/doc/changes/compositor/mr.721.md index 73a194938..d5e50e7dc 100644 --- a/doc/changes/compositor/mr.721.md +++ b/doc/changes/compositor/mr.721.md @@ -1,4 +1,5 @@ --- +- mr.754 - mr.759 --- multi: Introduce a new multi client compositor layer, this allows rendering code diff --git a/doc/changes/ipc/mr.721.md b/doc/changes/ipc/mr.721.md new file mode 100644 index 000000000..78c297452 --- /dev/null +++ b/doc/changes/ipc/mr.721.md @@ -0,0 +1,5 @@ +--- +- mr.754 +--- +Now that there is a interface that allows the compositor to support +multi-client rendering use that instead of doing our own rendering.