2015-07-08 9:17 GMT+02:00 Henri Verbeet hverbeet@gmail.com:
On 7 July 2015 at 23:43, Matteo Bruni matteo.mystral@gmail.com wrote:
Actually no, we can't, I just remembered. Linux binary drivers offer compatibility contexts and will return the latest supported GL version even if you create a 1.0 context. We don't want to enable the wined3d 3.2 codepath there.
I don't think that should make a difference, they still shouldn't set the core profile bit in that case. (But if they do, the current patch would be just as broken.)
They don't. I thought you were suggesting to remove the GL_CONTEXT_PROFILE_MASK query entirely but now I see you were only talking about the glGetError() part. Updated patch coming in a bit.