From 2c74c30aa2ad66e5e5fbef5da99d261774e7e1dd Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Sun, 2 Jul 2023 23:15:30 +0100 Subject: [PATCH] doc: Document !1894 --- doc/changes/auxiliary/mr.1894.md | 1 + doc/changes/compositor/mr.1894.1.md | 2 ++ doc/changes/compositor/mr.1894.2.md | 1 + 3 files changed, 4 insertions(+) create mode 100644 doc/changes/auxiliary/mr.1894.md create mode 100644 doc/changes/compositor/mr.1894.1.md create mode 100644 doc/changes/compositor/mr.1894.2.md diff --git a/doc/changes/auxiliary/mr.1894.md b/doc/changes/auxiliary/mr.1894.md new file mode 100644 index 000000000..a97b01ef6 --- /dev/null +++ b/doc/changes/auxiliary/mr.1894.md @@ -0,0 +1 @@ +vk: Add and use enumeration helpers. diff --git a/doc/changes/compositor/mr.1894.1.md b/doc/changes/compositor/mr.1894.1.md new file mode 100644 index 000000000..1b9d5d98f --- /dev/null +++ b/doc/changes/compositor/mr.1894.1.md @@ -0,0 +1,2 @@ +util: Use enumeration helpers, with a tiny little bit of refactor to increase +code reuse. diff --git a/doc/changes/compositor/mr.1894.2.md b/doc/changes/compositor/mr.1894.2.md new file mode 100644 index 000000000..482e3de4c --- /dev/null +++ b/doc/changes/compositor/mr.1894.2.md @@ -0,0 +1 @@ +main: Use enumeration helpers in and refactor the NVIDIA direct target code.