Skip to content

radv: fix external handle type queries for dmabuf/fd

Mike Blumenkrantz requested to merge zmike/mesa:radv-handletypes into main

What does this MR do and why?

radv: fix external handle type queries for dmabuf/fd

the intent of the VkExternalMemoryProperties API is that all compatible handle types are returned, not just the type being queried. these two types are compatible, so return both when both are supported

cc: mesa-stable

Merge request reports