panfrost: remove I8_UNORM from the blendable format table

We can still render to it, but hardware blending needs a slightly
different path (the supplied GL_R8 internal format did not work
correctly).

Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39705>
This commit is contained in:
Eric R. Smith 2026-01-27 11:15:56 -04:00 committed by Marge Bot
parent 432babec11
commit 77bba3cf87

View file

@ -92,7 +92,6 @@ const struct pan_blendable_format
BFMT_SRGB(R8G8B8A8, R8G8B8A8),
BFMT2(A8_UNORM, R8G8B8A8, R8, 0),
BFMT2(I8_UNORM, R8G8B8A8, R8, 0),
BFMT2(R5G6B5_UNORM, R5G6B5A0, R5G6B5, 0),
BFMT2(B5G6R5_UNORM, R5G6B5A0, R5G6B5, 0),