diff --git a/.clang-format-ignore b/.clang-format-ignore index e69de29bb2d..b23f076504c 100644 --- a/.clang-format-ignore +++ b/.clang-format-ignore @@ -0,0 +1,2 @@ +# Vendored code +src/amd/vulkan/radix_sort/* diff --git a/.clang-format-include b/.clang-format-include index 90dbff0684d..7cf71351a76 100644 --- a/.clang-format-include +++ b/.clang-format-include @@ -3,3 +3,5 @@ src/**/asahi/**/* src/**/panfrost/**/* +src/amd/vulkan/**/* +src/amd/compiler/**/* diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml index 30aebe4c915..1d2ba1d0c9d 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -1058,4 +1058,6 @@ - src/**/.clang-format - src/**/asahi/**/* - src/**/panfrost/**/* + - src/amd/vulkan/**/* + - src/amd/compiler/**/* when: on_success