About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/.clang-format-include
diff options
context:
space:
mode:
authorPavel Ondračka <pavel.ondracka@gmail.com>2024-08-30 16:46:07 +0200
committerMarge Bot <emma+marge@anholt.net>2024-10-15 09:24:02 +0000
commit4a6abbc9c1e7d2864e164ffe36397bda1097db18 (patch)
tree762b1bfcd9b08ac861fa78ba93d85a9ccd60b15a /.clang-format-include
parent4e4b124fa99ee1f96fe6111bbaf95171c09cc082 (diff)
r300: opt in to clang-format CI enforcement for the compiler
Signed-off-by: Pavel Ondračka <pavel.ondracka@gmail.com> Acked-by: Filip Gawin <filip@gawin.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23771>
Diffstat (limited to '.clang-format-include')
-rw-r--r--.clang-format-include1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format-include b/.clang-format-include
index 9d49d8aba2d..797627b13d5 100644
--- a/.clang-format-include
+++ b/.clang-format-include
@@ -2,6 +2,7 @@
# enforcement in the CI.
src/gallium/drivers/i915
+src/gallium/drivers/r300/compiler/*
src/gallium/targets/teflon/**/*
src/amd/vulkan/**/*
src/amd/compiler/**/*