Skip to content

panfrost: add support for EXT_copy_image

Italo Nicola requested to merge italove/mesa:copy_image into main

What does this MR do and why?

Adds support for EXT_copy_image, and fixes a race condition on pan_resource_modifier_convert() where we swap a BO with a temporary resource, but forget to account for the batches that write to that temporary.

Merge request reports