v3dv: drop incorrect assertion
authorIago Toral Quiroga <itoral@igalia.com>
Wed, 4 Mar 2020 10:14:47 +0000 (11:14 +0100)
committerMarge Bot <eric+marge@anholt.net>
Tue, 13 Oct 2020 21:21:28 +0000 (21:21 +0000)
commit518714ae1db3a3b7de67a24d3fcedaae0d7461e9
treeaaf0813db1ed2dac788a7540f26e488e76c03991
parent26bfbf29c2940b7ae21fb0f14a5e0f6fe7c6c369
v3dv: drop incorrect assertion

This was intended to check that we only got
VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT
on secondary command buffers, but the spec states that this flag
should be ignored for primary command buffers.

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