mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
doc: Document !1763
This commit is contained in:
parent
585e23054d
commit
f0cff9db0c
2
doc/changes/auxiliary/mr.1763.md
Normal file
2
doc/changes/auxiliary/mr.1763.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
vk: Refactor `vk_csci_get_image_usage_flags` to not always set the sampled bit
|
||||
and other bits that where always set. Also tidy with a nice define for checking.
|
3
doc/changes/compositor/mr.1763.1.md
Normal file
3
doc/changes/compositor/mr.1763.1.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
client: Use correct format in get_swapchain_create_properties functions, client
|
||||
compositors are given their formats, make then translate to Vulkan before
|
||||
passing on.
|
3
doc/changes/compositor/mr.1763.2.md
Normal file
3
doc/changes/compositor/mr.1763.2.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
client: Respect native compositor's extra usage bits, so we can remove the
|
||||
hardcoded always sampled bit. This also ensures that images have exactly the
|
||||
same usages in both the compositor and app.
|
4
doc/changes/xrt/mr.1763.md
Normal file
4
doc/changes/xrt/mr.1763.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
Extend `xrt_swapchain_create_properties` to allow the main compositor request
|
||||
extra bits to be used beyond those requested by the OpenXR app. Some compositors
|
||||
might need extra usage bits set beyond just the constant sampled bit. This also
|
||||
ensures that images have exactly the same usages in both the compositor and app.
|
Loading…
Reference in a new issue