mesa/main: add PIPE_FORMAT_VYUY and PIPE_FORMAT_B8R8_G8R8

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 13:14:29 +00:00
committed by Marge Bot
parent 8c3c9c36f3
commit ec260cb7a2
20 changed files with 334 additions and 8 deletions
+1
View File
@@ -102,6 +102,7 @@ def has_access(format):
'r8g8_r8b8_unorm',
'r8b8_r8g8_unorm',
'g8r8_b8r8_unorm',
'b8r8_g8r8_unorm',
'g8r8_g8b8_unorm',
'y8_400_unorm',
'y8_u8_v8_422_unorm',