mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 22:28:06 +02:00
Dynamic rendering local read allows the application to use subpass input attachments with feedback loops. But unless legacy RPs where it's possible to determine feedback look at creation time, with dynamic rendering it's not possible. To fix that, the driver needs to determine at draw time if a feedback loop is present, and it needs to decompress DCC/HTILE if necessary. See https://gitlab.khronos.org/vulkan/vulkan/-/issues/3928 for more information. Note that VKCTS is still missing coverage but this has been reported. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11127 Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30124> |
||
|---|---|---|
| .. | ||
| addrlib | ||
| ci | ||
| common | ||
| compiler | ||
| drm-shim | ||
| llvm | ||
| registers | ||
| vpelib | ||
| vulkan | ||
| meson.build | ||