v3dv: drop cpu path for buffer to image copies
authorIago Toral Quiroga <itoral@igalia.com>
Thu, 3 Aug 2023 06:37:58 +0000 (08:37 +0200)
committerMarge Bot <emma+marge@anholt.net>
Mon, 7 Aug 2023 06:48:40 +0000 (06:48 +0000)
commit85c5b68823c2dd79e69946faf7afa3e3257e6970
tree8dd98afc53d6242c98a4eac665ecaef45c0d448e
parent67be2b6e639890f640d2ac79773d13eee2054726
v3dv: drop cpu path for buffer to image copies

We really want to avoid cpu jobs as much as possible. Also,
the texel buffer path we have for this should be able to
handle most cases.

Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24466>
src/broadcom/vulkan/v3dv_meta_copy.c
src/broadcom/vulkan/v3dv_private.h
src/broadcom/vulkan/v3dv_queue.c