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.