Skip to content

mesa: fix format queries which need to check for driver support

Mike Blumenkrantz requested to merge zmike/mesa:compat-type into main

the spec requires that these format queries return 0 for unsupported resources, but mesa was never actually querying the drivers

Merge request reports