mesa/main: add PIPE_FORMAT_YVYU and PIPE_FORMAT_R8B8_R8G8

Signed-off-by: Italo Nicola <italonicola@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21219>
This commit is contained in:
Italo Nicola
2023-02-09 11:32:12 +00:00
committed by Marge Bot
parent 26e3be513d
commit 8c3c9c36f3
20 changed files with 336 additions and 5 deletions
+1
View File
@@ -100,6 +100,7 @@ def has_access(format):
'xyuv',
'ayuv',
'r8g8_r8b8_unorm',
'r8b8_r8g8_unorm',
'g8r8_b8r8_unorm',
'g8r8_g8b8_unorm',
'y8_400_unorm',