summaryrefslogtreecommitdiff
path: root/src/freedreno
diff options
context:
space:
mode:
authorEmma Anholt <emma@anholt.net>2021-06-14 14:13:45 -0700
committerMarge Bot <eric+marge@anholt.net>2021-06-15 20:42:26 +0000
commit591a3c738d7a812e220d23967d358d1e4e6034d5 (patch)
treeb8f923644b80d7853e178afabd3b254291b867c5 /src/freedreno
parentbfb83d1fe80e8d88fafe16484422a08e2ffa6b8c (diff)
freedreno: Be more strict about QUERY_AVAILABLE to simplify the code.
ARB_oq doesn't just say "polling in a loop will make it complete eventually", it says "querying will make it complete in finite time." Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11368>
Diffstat (limited to 'src/freedreno')
-rw-r--r--src/freedreno/.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/freedreno/.clang-format b/src/freedreno/.clang-format
index 3036ea5fe30..461df1c8675 100644
--- a/src/freedreno/.clang-format
+++ b/src/freedreno/.clang-format
@@ -22,6 +22,7 @@ Cpp11BracedListStyle: true
ForEachMacros:
- LIST_FOR_EACH_ENTRY
- LIST_FOR_EACH_ENTRY_SAFE
+ - LIST_FOR_EACH_ENTRY_SAFE_REV
- list_for_each_entry
- list_for_each_entry_safe
- foreach_list_typed