commit | 02c46a28eff003d7e8b3c6cfdd4089defd4ef31d | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@collabora.com> | Fri Sep 24 16:01:27 2021 +0200 |
committer | Marge Bot <eric+marge@anholt.net> | Tue Sep 28 14:03:40 2021 +0000 |
tree | b11de0825f8e3321ef815921c19dc816b303381b | |
parent | e48d66afcb77d394587ca35aff15dcc62bb5b3f2 [diff] |
panvk: Fix 1DArray image to buffer copy The img2buf shaders expect the array index to be placed in coord.y when copying a 1D array. Adjust the compute job instantiation to match this behavior. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13077>