[Mesa-dev] [PATCH 2/2] mesa: enable ARB_gpu_shader5 in compat
Timothy Arceri
tarceri at itsqueeze.com
Fri May 18 12:42:33 UTC 2018
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.
More information about the mesa-dev
mailing list