Skip to content

zink: use u_transfer_helper to split/merge interleaved depth/stencil formats

Mike Blumenkrantz requested to merge zmike/mesa:zink-packed_zs into master

EXT_packed_depth_stencil adds GL_UNSIGNED_INT_24_8_EXT which is an interleaved format, but vulkan spec states that reading/writing the corresponding format provides only the D24 component, which requires that we perform separate operations for each component using separate buffers

fixes #3031 (closed)

Merge request reports