From 77bba3cf874e888cec3e736334c81b8de3aa206d Mon Sep 17 00:00:00 2001 From: "Eric R. Smith" Date: Tue, 27 Jan 2026 11:15:56 -0400 Subject: [PATCH] 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 Part-of: --- src/panfrost/lib/pan_format.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/panfrost/lib/pan_format.c b/src/panfrost/lib/pan_format.c index 29cff9fa4cf..c5c054a6aa3 100644 --- a/src/panfrost/lib/pan_format.c +++ b/src/panfrost/lib/pan_format.c @@ -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),