On 18/05/18 22:20, Benedikt Schemmer wrote:
Indeed it does, I've written a little test program where I can request specific 
OpenGL versions.
I think that used to work, now if I request anything <= 3.1 I get 3.1 if request 
>= 3.2 I get 4.5.
GL_ARB_gpu_shader5 is available in all of them.

If I force the GL version the version string changes and I actually have to 
request a version lower than that.
Still GL_ARB_gpu_shader5 is available in all of them.

If I force the GLSL version to anything lower than 400, GL_ARB_gpu_shader5 goes 
missing.

That's not the intended behavior is it?

Its intended. Please see my version 2 patch as per my first reply to see the related code.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to