mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-15 22:08:17 +02:00
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:
parent
432babec11
commit
77bba3cf87
1 changed files with 0 additions and 1 deletions
|
|
@ -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),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue