mesa/src/amd/vulkan/meta
Samuel Pitoiset d2d07a7262 radv: fix copying 2D to 3D images
CTS is testing 2D to 3D image copies but the checks are incomplete and
we used to only copy the first slice.

This should fix
dEQP-GLES31.functional.copy_image.non_compressed.*.texture2d_array_to_texture3d
with ANGLE.

Cc: mesa-stable
Suggested-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23231>
2023-05-26 08:41:31 +00:00
..
radv_meta.c vulkan/pipeline_cache: don't log warnings for client-invisible caches 2023-05-17 20:40:12 +00:00
radv_meta.h radv/meta: rename dest to dst 2023-05-03 13:45:38 +00:00
radv_meta_blit.c radv: use vk_image::extent instead of radv_image::info::{width,height,depth} 2023-05-08 09:17:12 +00:00
radv_meta_blit2d.c radv: use vk_image::samples instead of radv_image::info::samples 2023-05-08 09:17:12 +00:00
radv_meta_buffer.c
radv_meta_bufimage.c radv: remove ac_surf_info from radv_image 2023-05-08 09:17:12 +00:00
radv_meta_clear.c radv: use vk_image::extent instead of radv_image::info::{width,height,depth} 2023-05-08 09:17:12 +00:00
radv_meta_copy.c radv: fix copying 2D to 3D images 2023-05-26 08:41:31 +00:00
radv_meta_copy_vrs_htile.c
radv_meta_dcc_retile.c radv: use vk_image::extent instead of radv_image::info::{width,height,depth} 2023-05-08 09:17:12 +00:00
radv_meta_decompress.c radv: use vk_image::extent instead of radv_image::info::{width,height,depth} 2023-05-08 09:17:12 +00:00
radv_meta_etc_decode.c radv/meta: rename dest to dst 2023-05-03 13:45:38 +00:00
radv_meta_fast_clear.c radv: use vk_image::extent instead of radv_image::info::{width,height,depth} 2023-05-08 09:17:12 +00:00
radv_meta_fmask_copy.c radv: use vk_image::extent instead of radv_image::info::{width,height,depth} 2023-05-08 09:17:12 +00:00
radv_meta_fmask_expand.c radv: use vk_image::extent instead of radv_image::info::{width,height,depth} 2023-05-08 09:17:12 +00:00
radv_meta_resolve.c radv: use vk_image::extent instead of radv_image::info::{width,height,depth} 2023-05-08 09:17:12 +00:00
radv_meta_resolve_cs.c radeonsi,radv: use nir_format_linear_to_srgb 2023-05-25 09:33:40 +00:00
radv_meta_resolve_fs.c radv: use vk_image::samples instead of radv_image::info::samples 2023-05-08 09:17:12 +00:00