Skip to content

vc4: Fix query_dmabuf_modifiers mis-reporting external_only property

Chris Lord requested to merge Cwiiis/mesa:fix-vc4-external-report into master

vc4_screen_query_dmabuf_modifiers doesn't consider that the given format may only be supported by lowering, which only happens for external textures.

Merge request reports