[Mesa-dev] [PATCH v2] mesa: fix up GLSL version when computing GL version

2015-04-27 Thread Ilia Mirkin
In some situations it is convenient for a driver to expose a higher GLSL version while some extensions are still incomplete. However in that situation, it would report a GLSL version that was higher than the GL version. Avoid that situation by limiting the GLSL version to the GL version. Signed-of

Re: [Mesa-dev] [PATCH v2] mesa: fix up GLSL version when computing GL version

2015-04-27 Thread Rob Clark
On Mon, Apr 27, 2015 at 2:11 PM, Ilia Mirkin wrote: > In some situations it is convenient for a driver to expose a higher GLSL > version while some extensions are still incomplete. However in that > situation, it would report a GLSL version that was higher than the GL > version. Avoid that situati

Re: [Mesa-dev] [PATCH v2] mesa: fix up GLSL version when computing GL version

2015-04-27 Thread Ilia Mirkin
On Mon, Apr 27, 2015 at 3:10 PM, Rob Clark wrote: > On Mon, Apr 27, 2015 at 2:11 PM, Ilia Mirkin wrote: >> In some situations it is convenient for a driver to expose a higher GLSL >> version while some extensions are still incomplete. However in that >> situation, it would report a GLSL version t

Re: [Mesa-dev] [PATCH v2] mesa: fix up GLSL version when computing GL version

2015-04-27 Thread Brian Paul
On 04/27/2015 12:11 PM, Ilia Mirkin wrote: In some situations it is convenient for a driver to expose a higher GLSL version while some extensions are still incomplete. However in that situation, it would report a GLSL version that was higher than the GL version. Avoid that situation by limiting t

Re: [Mesa-dev] [PATCH v2] mesa: fix up GLSL version when computing GL version

2015-04-27 Thread Ilia Mirkin
On Mon, Apr 27, 2015 at 3:53 PM, Brian Paul wrote: > On 04/27/2015 12:11 PM, Ilia Mirkin wrote: >> >> In some situations it is convenient for a driver to expose a higher GLSL >> version while some extensions are still incomplete. However in that >> situation, it would report a GLSL version that wa