summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-07-22 09:59:05 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-07-22 09:59:05 +0000
commit0e555fbab33ea36ab33d34961bad0585ab2feb43 (patch)
tree955554314830bb40b97c42fddb6c8b0026b657f5
parentc284246a986f8b8c74faf74d8dab4e67e1e6a265 (diff)
Import Mesa 21.1.5
-rw-r--r--lib/mesa/src/amd/.clang-format13
1 files changed, 2 insertions, 11 deletions
diff --git a/lib/mesa/src/amd/.clang-format b/lib/mesa/src/amd/.clang-format
index 7281d409c..bb71cc795 100644
--- a/lib/mesa/src/amd/.clang-format
+++ b/lib/mesa/src/amd/.clang-format
@@ -17,13 +17,13 @@ BinPackParameters: true
BreakBeforeBraces: Custom
ColumnLimit: 100
ContinuationIndentWidth: 3
+Cpp11BracedListStyle: false
Cpp11BracedListStyle: true
ForEachMacros:
- LIST_FOR_EACH_ENTRY
- LIST_FOR_EACH_ENTRY_SAFE
- foreach_list_typed
- util_dynarray_foreach
- - hash_table_foreach
- nir_foreach_variable
- nir_foreach_variable_safe
- nir_foreach_register
@@ -50,11 +50,9 @@ ForEachMacros:
- nir_foreach_shader_in_variable
- nir_foreach_shader_out_variable_safe
- nir_foreach_variable_in_list
- - nir_foreach_variable_with_modes
- nir_foreach_src
- foreach_two_lists
- - u_foreach_bit
- - u_foreach_bit64
+ - foreach_bit
- foreach_sched_node
- foreach_src
- foreach_src_n
@@ -80,13 +78,6 @@ ForEachMacros:
- foreach_def
- foreach_use
- set_foreach
- - u_foreach_bit
- - u_foreach_bit64
- - radv_foreach_stage
- - PHASE
-
-TypenameMacros:
- - REF
IncludeBlocks: Preserve
IncludeCategories: