tu: Add support for suspending and resuming renderpasses
This is unfortunately very complicated because we have to stitch together the state of the suspended passes after the fact, with primary command buffers at submit time. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17378>
This commit is contained in:
@@ -474,7 +474,7 @@ Vulkan 1.2 -- all DONE: anv, vn
|
||||
Vulkan 1.3 -- all DONE: anv, radv, lvp
|
||||
|
||||
VK_KHR_copy_commands2 DONE (anv, lvp, radv, tu, v3dv)
|
||||
VK_KHR_dynamic_rendering DONE (anv, lvp, radv)
|
||||
VK_KHR_dynamic_rendering DONE (anv, lvp, radv, tu)
|
||||
VK_KHR_format_feature_flags2 DONE (anv, radv, tu, v3dv)
|
||||
VK_KHR_maintenance4 DONE (anv, radv, tu)
|
||||
VK_KHR_shader_non_semantic_info DONE (anv, radv, tu, v3dv)
|
||||
|
Reference in New Issue
Block a user