Skip to content

Draft: radv: Implement VK_EXT_host_image_copy

Implements the extension by forcing linear tiling for host transfer images. Implementing optimal tiling will require a lot more work, since those code paths (layout transitions, blits) are GPU only for now. Depth stencil formats are not supported because they require optimal tiling.
Edited by Konstantin Seurer

Merge request reports