Skip to content

Commit 62b9e6e

Browse files
1aceMarge Bot
authored and
Marge Bot
committed
ci: enforce formatting for RADV & ACO
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Daniel Schürmann <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23253>
1 parent 6b21653 commit 62b9e6e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.clang-format-ignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Vendored code
2+
src/amd/vulkan/radix_sort/*

.clang-format-include

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33

44
src/**/asahi/**/*
55
src/**/panfrost/**/*
6+
src/amd/vulkan/**/*
7+
src/amd/compiler/**/*

.gitlab-ci/test-source-dep.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1058,4 +1058,6 @@
10581058
- src/**/.clang-format
10591059
- src/**/asahi/**/*
10601060
- src/**/panfrost/**/*
1061+
- src/amd/vulkan/**/*
1062+
- src/amd/compiler/**/*
10611063
when: on_success

0 commit comments

Comments
 (0)