aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r--src/gallium/auxiliary/util/u_format_pack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_format_pack.py b/src/gallium/auxiliary/util/u_format_pack.py
index b43851720ad..dbffb9bef6b 100644
--- a/src/gallium/auxiliary/util/u_format_pack.py
+++ b/src/gallium/auxiliary/util/u_format_pack.py
@@ -714,7 +714,7 @@ def generate(formats):
for format in formats:
if not is_format_hand_written(format):
- if is_format_supported(format):
+ if is_format_supported(format) and not format.is_bitmask():
generate_format_type(format)
if format.is_pure_unsigned():