v3dv: fix tile buffer loading
authorIago Toral Quiroga <itoral@igalia.com>
Fri, 10 Jan 2020 10:52:03 +0000 (11:52 +0100)
committerMarge Bot <eric+marge@anholt.net>
Tue, 13 Oct 2020 21:21:26 +0000 (21:21 +0000)
commit8a5135e6b376947ccbb018472fdcd1cbe49ef16e
tree382a08ccaedd36e9fee62479f5702f6b7fe5b197
parent22e431e62621e03b058e0e2c4711e14ad77c778c
v3dv: fix tile buffer loading

So we do what we actually state in the comment. Particularly, the load
operation only affects the first subpass that uses the attachment,
after that we always want to load, but we were only doing that for
attachments marked as CLEAR.

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