From 62b9e6e937107a37233f235926d22ab6dfe55aed Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 26 May 2023 12:56:20 +0100 Subject: [PATCH] ci: enforce formatting for RADV & ACO MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Engestrom Reviewed-by: Daniel Schürmann Part-of: --- .clang-format-ignore | 2 ++ .clang-format-include | 2 ++ .gitlab-ci/test-source-dep.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.clang-format-ignore b/.clang-format-ignore index e69de29..b23f076 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 90dbff0..7cf7135 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 30aebe4..1d2ba1d 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 -- 2.7.4