MightyCreak/mesamatrix

v3dv supports Vulkan 1.1

Closed this issue · 1 comments

I'm assuming this comes from it not being listed under "all DONE." However, despite the missing extensions being part of Vulkan 1.1, they're optional for implementations. As an example, VK_KHR_16bit_storage says:

All functionality in this extension is included in core Vulkan 1.1, with the KHR suffix omitted. However, if Vulkan 1.1 is supported and this extension is not, the storageBuffer16BitAccess capability is optional. The original type, enum and command names are still available as aliases of the core functionality.

Thanks for the contribution.

This issue has already been raised here: #200

The problem is that the solution can't really come from mesamatrix side (or, said otherwise, I'd rather not create a hack in mesamatrix for something that should be fixed in mesa). I opened an issue on the mesa repo: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5160