From 6cb3048ad89c154885f6e94f4fdc8ef42eec7659 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Tue, 2 May 2023 13:30:52 +0100 Subject: [PATCH] doc: Document !1801 --- doc/changes/auxiliary/mr.1801.1.md | 1 + doc/changes/auxiliary/mr.1801.2.md | 1 + doc/changes/compositor/mr.1801.1.md | 1 + doc/changes/compositor/mr.1801.2.md | 1 + doc/changes/compositor/mr.1801.3.md | 1 + doc/changes/compositor/mr.1801.4.md | 1 + doc/changes/compositor/mr.1801.5.md | 1 + 7 files changed, 7 insertions(+) create mode 100644 doc/changes/auxiliary/mr.1801.1.md create mode 100644 doc/changes/auxiliary/mr.1801.2.md create mode 100644 doc/changes/compositor/mr.1801.1.md create mode 100644 doc/changes/compositor/mr.1801.2.md create mode 100644 doc/changes/compositor/mr.1801.3.md create mode 100644 doc/changes/compositor/mr.1801.4.md create mode 100644 doc/changes/compositor/mr.1801.5.md diff --git a/doc/changes/auxiliary/mr.1801.1.md b/doc/changes/auxiliary/mr.1801.1.md new file mode 100644 index 000000000..764628223 --- /dev/null +++ b/doc/changes/auxiliary/mr.1801.1.md @@ -0,0 +1 @@ +vk: Add vk_surface_info helper for VkSurfaceKHR information gathering. diff --git a/doc/changes/auxiliary/mr.1801.2.md b/doc/changes/auxiliary/mr.1801.2.md new file mode 100644 index 000000000..a21a34f46 --- /dev/null +++ b/doc/changes/auxiliary/mr.1801.2.md @@ -0,0 +1 @@ +pacing: Add variable tracking to fake pacer. diff --git a/doc/changes/compositor/mr.1801.1.md b/doc/changes/compositor/mr.1801.1.md new file mode 100644 index 000000000..b34fdcff0 --- /dev/null +++ b/doc/changes/compositor/mr.1801.1.md @@ -0,0 +1 @@ +main: Refactor to use vk_surface_info helper. diff --git a/doc/changes/compositor/mr.1801.2.md b/doc/changes/compositor/mr.1801.2.md new file mode 100644 index 000000000..94a9b4c4c --- /dev/null +++ b/doc/changes/compositor/mr.1801.2.md @@ -0,0 +1 @@ +main: Refactor frame handling, makes semantics clearer. diff --git a/doc/changes/compositor/mr.1801.3.md b/doc/changes/compositor/mr.1801.3.md new file mode 100644 index 000000000..03b498766 --- /dev/null +++ b/doc/changes/compositor/mr.1801.3.md @@ -0,0 +1 @@ +main: Avoid acquiring early if the target isn't ready. diff --git a/doc/changes/compositor/mr.1801.4.md b/doc/changes/compositor/mr.1801.4.md new file mode 100644 index 000000000..1a864cd91 --- /dev/null +++ b/doc/changes/compositor/mr.1801.4.md @@ -0,0 +1 @@ +main: Prefer to only have two swapchains, useful for direct mode rendering. diff --git a/doc/changes/compositor/mr.1801.5.md b/doc/changes/compositor/mr.1801.5.md new file mode 100644 index 000000000..25f67a627 --- /dev/null +++ b/doc/changes/compositor/mr.1801.5.md @@ -0,0 +1 @@ +main: Try to detect when we miss frames even without frame timing information.