From 65416b4e6284c67786de0104375627d1a138c7a6 Mon Sep 17 00:00:00 2001
From: Jakob Bornecrantz <jakob@collabora.com>
Date: Thu, 24 Feb 2022 21:26:14 +0000
Subject: [PATCH] doc: Document !1142

---
 doc/changes/auxiliary/mr.1142.1.md  | 1 +
 doc/changes/auxiliary/mr.1142.2.md  | 1 +
 doc/changes/compositor/mr.1142.1.md | 1 +
 doc/changes/compositor/mr.1142.2.md | 1 +
 4 files changed, 4 insertions(+)
 create mode 100644 doc/changes/auxiliary/mr.1142.1.md
 create mode 100644 doc/changes/auxiliary/mr.1142.2.md
 create mode 100644 doc/changes/compositor/mr.1142.1.md
 create mode 100644 doc/changes/compositor/mr.1142.2.md

diff --git a/doc/changes/auxiliary/mr.1142.1.md b/doc/changes/auxiliary/mr.1142.1.md
new file mode 100644
index 000000000..23fc497b5
--- /dev/null
+++ b/doc/changes/auxiliary/mr.1142.1.md
@@ -0,0 +1 @@
+vulkan: Check which fence types can be imported and exported on the device.
diff --git a/doc/changes/auxiliary/mr.1142.2.md b/doc/changes/auxiliary/mr.1142.2.md
new file mode 100644
index 000000000..065788457
--- /dev/null
+++ b/doc/changes/auxiliary/mr.1142.2.md
@@ -0,0 +1 @@
+vulkan: Add functions to create, submit and then export a fence native handle.
diff --git a/doc/changes/compositor/mr.1142.1.md b/doc/changes/compositor/mr.1142.1.md
new file mode 100644
index 000000000..a5bdf6234
--- /dev/null
+++ b/doc/changes/compositor/mr.1142.1.md
@@ -0,0 +1 @@
+client: Set default log level on vk_bundle in Vulkan compositor.
diff --git a/doc/changes/compositor/mr.1142.2.md b/doc/changes/compositor/mr.1142.2.md
new file mode 100644
index 000000000..4b25e7feb
--- /dev/null
+++ b/doc/changes/compositor/mr.1142.2.md
@@ -0,0 +1 @@
+client: Fence the client work and send fence to the native compositor.