Skip to content

radv: fix 2d/3d image copy on compute queue

Chia-I Wu requested to merge olv/mesa:radv-2d-3d into main

What does this MR do and why?

radv: fix 2d/3d image copy on compute queue

build_nir_itoi_compute_shader did not handle copies between 2D and 3D
images.

Merge request reports