[Mesa-dev] [PATCH 2/2] mesa: enable ARB_gpu_shader5 in compat

Ilia Mirkin imirkin at alum.mit.edu
Fri May 18 17:32:00 UTC 2018


On Fri, May 18, 2018 at 1:27 PM, Benedikt Schemmer <ben at besd.de> wrote:
> Am I on the right track to assume that Timothy's patch should read
>
> +EXT(ARB_gpu_shader5                         , ARB_gpu_shader5                        , 32, 40,  x ,  x , 2010)
>
> to give GL_ARB_gpu_shader5 a minimum required legacy OpenGL version of 3.2 and core 4.0 as per spec?

It should read something like 32, 32. I was going to point that out,
but ... meh. It shouldn't matter in practice. Environment
variable-based overrides aren't a particularly supported mode of
operation, so I don't think we need to bend over backwards for it.

  -ilia


More information about the mesa-dev mailing list