Skip to content

panfrost: Enable rendering to 16-bit and 32-bit

Alyssa Rosenzweig requested to merge alyssa/mesa:panfrost/hacknet into main

Bifrost onwards handle this in hardware, and the Midgard lowering isn't too terrible. Enable the format, otherwise desktop GL apps such as Hacknet try to render to the format and get an incomplete framebuffer.

Cc stable because apparently we've been advertising this format unintentionally as a result of some other interaction? Unclear how Hacknet is hitting this, maybe it's an app bug. Shrug, it's not a big deal regardless.

Closes: #7251 (closed) Signed-off-by: Alyssa Rosenzweig alyssa@collabora.com Cc: mesa-stable

Merge request reports