From ccefc30e7f7b940830ab6c1da8eb2fe34f431965 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz <jakob@collabora.com> Date: Fri, 18 Feb 2022 21:36:23 +0000 Subject: [PATCH] doc: Document !1128 --- doc/changes/auxiliary/mr.1128.md | 3 +++ doc/changes/compositor/mr.1119.md | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 doc/changes/auxiliary/mr.1128.md diff --git a/doc/changes/auxiliary/mr.1128.md b/doc/changes/auxiliary/mr.1128.md new file mode 100644 index 000000000..ccdb9c198 --- /dev/null +++ b/doc/changes/auxiliary/mr.1128.md @@ -0,0 +1,3 @@ +vk: Refactor and rename various function related to compositor swapchain +images and their flags, these changes makes it clear it's only used for these +images and image views. diff --git a/doc/changes/compositor/mr.1119.md b/doc/changes/compositor/mr.1119.md index cc0faaac7..50ab26468 100644 --- a/doc/changes/compositor/mr.1119.md +++ b/doc/changes/compositor/mr.1119.md @@ -2,6 +2,7 @@ - mr.1119 - mr.1124 - mr.1125 +- mr.1128 --- -client: Fix several flags being set wrong on barriers and creation of the swapchain -images. +client/util: Fix several flags being set wrong on barriers and creation of the +swapchain images. We were especially wrong with the depth stencil formats.