From 6fc7603e5511092e7bcab0548ae9b96dba204104 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Tue, 4 Apr 2023 15:26:27 +0100 Subject: [PATCH] doc: Document !1748 --- doc/changes/auxiliary/mr.1748.1.md | 1 + doc/changes/auxiliary/mr.1748.2.md | 1 + doc/changes/compositor/mr.1748.1.md | 2 ++ doc/changes/compositor/mr.1748.2.md | 1 + doc/changes/compositor/mr.1748.3.md | 1 + 5 files changed, 6 insertions(+) create mode 100644 doc/changes/auxiliary/mr.1748.1.md create mode 100644 doc/changes/auxiliary/mr.1748.2.md create mode 100644 doc/changes/compositor/mr.1748.1.md create mode 100644 doc/changes/compositor/mr.1748.2.md create mode 100644 doc/changes/compositor/mr.1748.3.md diff --git a/doc/changes/auxiliary/mr.1748.1.md b/doc/changes/auxiliary/mr.1748.1.md new file mode 100644 index 000000000..f903be65b --- /dev/null +++ b/doc/changes/auxiliary/mr.1748.1.md @@ -0,0 +1 @@ +vk: Add new command buffer helpers and `vk_cmd_pool` helper class. diff --git a/doc/changes/auxiliary/mr.1748.2.md b/doc/changes/auxiliary/mr.1748.2.md new file mode 100644 index 000000000..908aaa29c --- /dev/null +++ b/doc/changes/auxiliary/mr.1748.2.md @@ -0,0 +1 @@ +vk: Remove the global command buffer pool. diff --git a/doc/changes/compositor/mr.1748.1.md b/doc/changes/compositor/mr.1748.1.md new file mode 100644 index 000000000..7e37efc71 --- /dev/null +++ b/doc/changes/compositor/mr.1748.1.md @@ -0,0 +1,2 @@ +render: Do not use the global command buffer pool, use `vk_cmd_pool` for +distrion images upload. diff --git a/doc/changes/compositor/mr.1748.2.md b/doc/changes/compositor/mr.1748.2.md new file mode 100644 index 000000000..9250e4c9c --- /dev/null +++ b/doc/changes/compositor/mr.1748.2.md @@ -0,0 +1 @@ +client: Do not use the global command buffer pool in the Vulkan compositor. diff --git a/doc/changes/compositor/mr.1748.3.md b/doc/changes/compositor/mr.1748.3.md new file mode 100644 index 000000000..cbc83706e --- /dev/null +++ b/doc/changes/compositor/mr.1748.3.md @@ -0,0 +1 @@ +main: Do not use the global command buffer pool.