Module: Mesa
Branch: main
Commit: bf0af0f8edeed8e2e8c74c2a4c3f4baae75ead24
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf0af0f8edeed8e2e8c74c2a4c3f4baae75ead24

Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Mar 21 10:18:22 2023 -0400

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              |   1 +
 src/gallium/drivers/zink/zink_context.c           | 708 ---------------------
 src/gallium/drivers/zink/zink_context.h           |   7 +-
 src/gallium/drivers/zink/zink_synchronization.cpp | 740 ++++++++++++++++++++++
 4 files changed, 744 insertions(+), 712 deletions(-)

Diff:   
http://cgit.freedesktop.org/mesa/mesa/diff/?id=bf0af0f8edeed8e2e8c74c2a4c3f4baae75ead24

Reply via email to