zink: force unordered_write=false when binding image descriptors
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Wed, 8 Mar 2023 23:38:51 +0000 (18:38 -0500)
committerMarge Bot <emma+marge@anholt.net>
Tue, 21 Mar 2023 01:39:39 +0000 (01:39 +0000)
commitad9a5c252aeb80fab638698b18b47c0c8e430244
tree0de60b50f122ba580d0974c5dd410ebbda955cc1
parenteaeb1350bef337541d27cb5a72ddc06e0f521339
zink: force unordered_write=false when binding image descriptors

there's no way to link up image layouts between the unordered cmdbuf
and the main one, so if an op is promoted to unordered after an image
is used as a descriptor, the layout will be broken

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22027>
src/gallium/drivers/zink/zink_context.c