freedreno/a6xx: Add missing format

Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37279>
This commit is contained in:
Rob Clark
2025-09-10 08:45:27 -07:00
committed by Marge Bot
parent 6ab682e5f2
commit 0fe652971e
+1
View File
@@ -103,6 +103,7 @@ static const struct fd6_format formats[PIPE_FORMAT_COUNT] = {
_TC(R8G8_SRGB, 8_8_UNORM, WZYX),
_T_(L8A8_UNORM, 8_8_UNORM, WZYX),
_T_(L8A8_SNORM, 8_8_SNORM, WZYX),
_T_(L8A8_UINT, 8_8_UINT, WZYX),
_T_(L8A8_SINT, 8_8_SINT, WZYX),