uitl: Add R1_UNORM to the list of noaccess (no pack/unpack) formats.

The functions were just stubs, if you called them you would be terribly
disappointed.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6305>
This commit is contained in:
Eric Anholt
2020-08-13 09:05:32 -07:00
committed by Marge Bot
parent 6668d7a5f3
commit 80babbbf7e
3 changed files with 1 additions and 68 deletions
+1
View 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',