zink: move all barrier-related functions to c++
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Tue, 21 Mar 2023 14:18:22 +0000 (10:18 -0400)
committerMarge Bot <emma+marge@anholt.net>
Tue, 28 Mar 2023 22:28:59 +0000 (22:28 +0000)
commitbf0af0f8edeed8e2e8c74c2a4c3f4baae75ead24
tree584251d8f178f13e4f7e97fbb468619d44818caf
parentf5fe8d4f5cfaaaa22ec24395c85eba381bb70b04
zink: move all barrier-related functions to c++

this will enable a lot of deduplication

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22057>
src/gallium/drivers/zink/meson.build
src/gallium/drivers/zink/zink_context.c
src/gallium/drivers/zink/zink_context.h
src/gallium/drivers/zink/zink_synchronization.cpp [new file with mode: 0644]