Skip to content

pan/lower_fb: Add support for more formats

Boris Brezillon requested to merge bbrezillon/mesa:panvk-lower-fb into main

Those patches are needed to pass some of the deqp-vk blend and blit tests on Midgard. The other option would be to drop the R (RENDER_TARGET) and T (TEXTURE) flags on those formats or filter them at the panvk_format.c level.

/cc @italove

Merge request reports