https://bugs.winehq.org/show_bug.cgi?id=43042
--- Comment #13 from Henri Verbeet hverbeet@gmail.com --- (In reply to Józef Kucia from comment #12)
Nvidia proprietary driver returns the requested version. It's allowed by the spec:
If version 3.2 or greater is requested, the context returned may implement any of the following versions: * The requested profile of the requested version. * The requested profile of any later version, so long as no features have been removed from that later version and profile.
Correct.
So: - If you're a user and want to try using the highest available core profile, you should probably set MaxVersionGL to something like 0xffffffff. - We should probably add some more entries to supported_gl_versions[].