| commit | b2e338a9c780631fab6f98032b68109ff2f763d1 | [log] [tgz] |
|---|---|---|
| author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | Fri Jul 04 13:23:30 2025 +0200 |
| committer | Marge Bot <marge-bot@fdo.invalid> | Tue Jul 15 09:12:16 2025 +0000 |
| tree | 910716430854e2a89da54b2bd2a2b111a703f7c7 | |
| parent | c9ea920da0d7045c823f03c77a644dacb9c87d91 [diff] |
radv: implement vkCopyImageToImageEXT() Because there is no surface<->surface helper in addrlib, this allocates a temporary buffer on the CPU to do image->buffer->image. It's a naive implementation which is probably not the best for performance, but it works at least. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35974>