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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user