Skip to content

turnip: support copying both aspects of D32_SFLOAT_S8_UINT

Danylo Piliaiev requested to merge Danil/mesa:turnip/fix/d32s8-image-copy into master

We cannot copy both aspects at the same time, so copy them one by one.

Bunch of DX11 captures crashed on this.

Unfortunately CTS test which should have tested this - doesn't test both aspects together: dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.depth_stencil.2d.d32_sfloat_s8_uint_d32_sfloat_s8_uint.optimal_optimal

Merge request reports