MightyCreak/mesamatrix

VK_KHR_device_group is shown as done for radv and not started for Mesa?

Closed this issue ยท 8 comments

It's reported as not started in features.txt.

Yup, it's a fuck up since the unofficial extensions became official with Vulkan 1.1. This will be fixed with the big refactoring I'm planning to do (right now the commits parser do way to much work for nothing and it leads to this kind of error in the end).

The same section of the features.txt also says Vulkan 1.1 -- all DONE: anv, radv.

Well seen! It would need a Mesa dev actually to fix that. It's weird that an extension is not started and done at the same time.

Right, that's a bug in mesa documentation/features.txt.

Offtopic: There's a new commit adding something to thte features.txt that I don't even know how to read and I think mesamatrix isn't parsing that.

Offtopic: There's a new commit adding something to thte features.txt that I don't even know how to read and I think mesamatrix isn't parsing that.

Yep, I've seen that. It would need yet another parsing exception to make it work ๐Ÿ˜ž
Would have been nice if the mesa devs would consider mesamatrix parsing before adding stuff like that (especially since the mesamatrix.net is given at the end of the text file).

I think one day I'll propose a more standard way of writing this file, so that the parser is not a bunch of exception cases ๐Ÿ˜‰

(especially since the mesamatrix.net is given at the end of the text file)

Considering that, I think asking nicely about the format could go well.

Looks OK nowadays. Maybe it's time to close this issue?

It's seems fixed now. Maybe because the culprit commit is more than a year old now and I had to clone the repo again for the new Vulkan API.