zink: use explicit subpass deps
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Wed, 3 Mar 2021 19:54:05 +0000 (14:54 -0500)
committerMarge Bot <eric+marge@anholt.net>
Thu, 8 Apr 2021 04:02:21 +0000 (04:02 +0000)
commit911486360902ef2339c7307f09fd5cbec0d45661
tree9ecfa42b33c28dcaeab357e9d0181b181471bf55
parent6536d5a947b22d717b33fe4f42942071103d74e4
zink: use explicit subpass deps

this lets us avoid the spec-mandated barrier and use flags based on
what we'll actually be doing in the pass

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9986>
src/gallium/drivers/zink/zink_render_pass.c