uitl: Add R1_UNORM to the list of noaccess (no pack/unpack) formats.
[mesa.git] / src / util / format / u_format_table.py
index e079da44a64ad469ecad50f9676325913a2135f9..3699e025290da8a0abcd3e02b08ad3dec27148ed 100644 (file)
@@ -82,6 +82,7 @@ def has_access(format):
     # We don't generate code for YUV formats, and many of the new ones lack
     # pack/unpack functions for softpipe/llvmpipe.
     noaccess_formats = [
+        'r1_unorm',
         'yv12',
         'yv16',
         'iyuv',