v3dv: drop incorrect assertion on number of clear values at render pass begin
authorIago Toral Quiroga <itoral@igalia.com>
Thu, 19 Mar 2020 09:11:28 +0000 (10:11 +0100)
committerMarge Bot <eric+marge@anholt.net>
Tue, 13 Oct 2020 21:21:28 +0000 (21:21 +0000)
commite86f381ea1b690be20f18b01d44461269c77a217
tree2e6e9419c29bd1c5868c5f207c984a6db28459fb
parenta81e63a302b1911619f7521f74559658fd837e19
v3dv: drop incorrect assertion on number of clear values at render pass begin

There can be more clear values than attachments, we should just ignore them
in that case.

Fixes some tests in:
dEQP-VK.fragment_operations.*

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>
src/broadcom/vulkan/v3dv_cmd_buffer.c