util/format: add planar3 r8_g8_b8_unorm pipe format
add pipe format to represent three plane 8bit RGB format Signed-off-by: Sathishkumar S <sathishkumar.sundararaju@amd.com> Reviewed-by: Leo Liu <leo.liu@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22388>
This commit is contained in:
committed by
Marge Bot
parent
33886e5ef2
commit
23580b09a3
@@ -113,6 +113,7 @@ def has_access(format):
|
||||
'r8_g8b8_420_unorm',
|
||||
'g8_b8r8_420_unorm',
|
||||
'g8_b8_r8_420_unorm',
|
||||
'r8_g8_b8_unorm',
|
||||
'y8_unorm',
|
||||
]
|
||||
if format.short_name() in noaccess_formats:
|
||||
|
||||
Reference in New Issue
Block a user