Module: Mesa Branch: main Commit: f5e8944dd6e74714e1bcfc6612128e20a7e96619 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5e8944dd6e74714e1bcfc6612128e20a7e96619
Author: Tatsuyuki Ishi <[email protected]> Date: Thu Mar 23 22:40:48 2023 +0900 amd: Add radv_foreach_stage to ForEachMacros. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22092> --- src/amd/.clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/.clang-format b/src/amd/.clang-format index d2a2d0b3c0e..7281d409ce6 100644 --- a/src/amd/.clang-format +++ b/src/amd/.clang-format @@ -82,6 +82,7 @@ ForEachMacros: - set_foreach - u_foreach_bit - u_foreach_bit64 + - radv_foreach_stage - PHASE TypenameMacros:
