Re: [Mesa-dev] [PATCH 1/3] mesa: override to GL core API only when >= 3.2

2018-03-06 Thread Marek Olšák
HI Andres, Thanks for pointing this out. Instead of yours, I'll send my own patch that removes the version check completely. Marek On Fri, Mar 2, 2018 at 8:02 AM, Andres Gomez wrote: > a0c8b49284e enabled the OpenGL 3.1 compat profile. Hence, when setting >

[Mesa-dev] [PATCH 1/3] mesa: override to GL core API only when >= 3.2

2018-03-02 Thread Andres Gomez
a0c8b49284e enabled the OpenGL 3.1 compat profile. Hence, when setting MESA_GL_VERSION_OVERRIDE=3.1 we want to keep the compat profile, as it already happens with <= 3.0. Additionally, update and add some extra comments on the overriding function. Fixes: a0c8b49284e ("mesa: enable OpenGL 3.1