freedreno/a6xx: Put R8_G8_B8_420_UNORM in the format table.

turnip will use this format, even if we don't have the freedreno side
rigged up yet.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13046>
This commit is contained in:
Emma Anholt 2021-10-01 14:19:28 -07:00 committed by Marge Bot
parent e47b4ba629
commit 7952a17f7f

View file

@ -349,6 +349,7 @@ static struct fd6_format formats[PIPE_FORMAT_COUNT] = {
_T_(G8R8_B8R8_UNORM, G8R8B8R8_422_UNORM, WZYX), /* UYVY */
_T_(R8_G8B8_420_UNORM, R8_G8B8_2PLANE_420_UNORM, WZYX),
_T_(R8_G8_B8_420_UNORM, R8_G8_B8_3PLANE_420_UNORM, WZYX),
};
/* clang-format on */