On Sun, Aug 28, 2016 at 10:49 PM, Fabian Maurer dark.shadow4@web.de wrote:
Currently looking at the directx11 implementation, and I noticed I first need to set a "MaxVersionGL" in the registry to enable creation of 4.3 context and so DX11 support. What's the reason behind this?
Wined3d doesn't fully support OpenGL core profile yet. This is a problem when your drivers expose higher OpenGL version only for core profile. See bug 38648 [1].