v3dv: fix merge jobs
authorIago Toral Quiroga <itoral@igalia.com>
Tue, 5 Jul 2022 07:04:41 +0000 (09:04 +0200)
committerMarge Bot <emma+marge@anholt.net>
Wed, 6 Jul 2022 05:49:37 +0000 (05:49 +0000)
commit7dc951374c1a0bd0115e6a1013880863b17da53b
treee35cb708a8d0cc3a44c6e8b8c93536dc6f5b047e
parentb91971c240d3b8391f2105337579a0e14116769c
v3dv: fix merge jobs

This only works if the framebuffer config is exactly the same so
testing both subpasses have the same attachments is not enough,
they also need to be exactly in the same order.

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