tu: Implement VK_KHR_imageless_framebuffer
This is mostly a matter of auditing uses of cmd->state.framebuffer and replacing every use of fb->attachments with cmd->state.attachments. We already weren't using the attachments anywhere outside of the render pass, so this is pretty straightforward. We also don't have any use for anything in VkFramebufferAttachmentImageInfo so we can just ignore it. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13228>
This commit is contained in:
+1
-1
@@ -452,7 +452,7 @@ Vulkan 1.2 -- all DONE: anv, vn
|
||||
VK_KHR_draw_indirect_count DONE (anv, lvp, radv, tu, vn)
|
||||
VK_KHR_driver_properties DONE (anv, lvp, radv, vn)
|
||||
VK_KHR_image_format_list DONE (anv, lvp, radv, tu, v3dv, vn)
|
||||
VK_KHR_imageless_framebuffer DONE (anv, lvp, radv, vn)
|
||||
VK_KHR_imageless_framebuffer DONE (anv, lvp, radv, tu, vn)
|
||||
VK_KHR_sampler_mirror_clamp_to_edge DONE (anv, lvp, radv, tu, v3dv, vn)
|
||||
VK_KHR_separate_depth_stencil_layouts DONE (anv, lvp, radv, vn)
|
||||
VK_KHR_shader_atomic_int64 DONE (anv/gen9+, lvp, radv, vn)
|
||||
|
||||
Reference in New Issue
Block a user