Creak
Creak
It's an issue that has to be fixed upstream (the text format in features.txt is too weak and I'm afraid enabling case-insensitivity would break something). If someone would like to...
I made the MR on Mesa's GitLab: https://gitlab.freedesktop.org/mesa/mesa/merge_requests/747 Now we wait ;)
It should work.. I made a rule about that, but I'm concerned about the "+" in the end. Don't know if the parser will be able to catch it. Anyway,...
Yep, I've seen this too (actually I've seen that other extensions have the same text and don't work as well). There are two concerns actually... the "+" in the end,...
Retrospectively, I think it would be better to do a hardcoded list of all the AMD GPUs. There might be a few dozen of them, but since they don't change...
A text file is fine, thank you! ;)
Yep I was thinking of this kind of feature as well! Thanks for entering the issue!
That's an idea, but how can I know which feature is compatible with which hardware?
Apparently the problem is that even if some feature aren't compatible with previous version of OpenGL, others can still be in later versions (I asked in the dev mailing list:...
Seems like the most doable solution would be to create a hardcoded list of the features that some drivers will never have. In the end, once this list is done,...