Re: [Mesa-dev] [PATCH v2] mesa: Allow override of GL version with environment variable

2011-09-27 Thread Paul Berry
\On 27 September 2011 11:21, Chad Versace wrote: > On 09/27/2011 09:48 AM, Dave Airlie wrote: > >> This patch allows one to override the version of the OpenGL context by >> setting the environment variable MESA_GL_VERSION_OVERRIDE. >> >> v2 >> --- >> - [brianp] Change variable

Re: [Mesa-dev] [PATCH v2] mesa: Allow override of GL version with environment variable

2011-09-27 Thread Chad Versace
On 09/27/2011 09:48 AM, Dave Airlie wrote: This patch allows one to override the version of the OpenGL context by setting the environment variable MESA_GL_VERSION_OVERRIDE. v2 --- - [brianp] Change variable name to MESA_GL_VERSION_OVERRIDE. - [brianp] Document in envvars.html. - [idr, kwg] Remov

Re: [Mesa-dev] [PATCH v2] mesa: Allow override of GL version with environment variable

2011-09-27 Thread Chad Versace
On 09/27/2011 09:29 AM, Ian Romanick wrote: On 09/26/2011 01:50 PM, Chad Versace wrote: [idr and kwg, I see your point. I've removed the overrides for GLES1 and GLES2.] It is necessary to manually set the GL version to 3.0 in order to run Piglit tests using glGetUniform*(). This patch allows o

Re: [Mesa-dev] [PATCH v2] mesa: Allow override of GL version with environment variable

2011-09-27 Thread Dave Airlie
This patch allows one to override the version of the OpenGL context by setting the environment variable MESA_GL_VERSION_OVERRIDE. v2 --- - [brianp] Change variable name to MESA_GL_VERSION_OVERRIDE. - [brianp] Document in envvars.html. - [idr, kwg] Remove over

Re: [Mesa-dev] [PATCH v2] mesa: Allow override of GL version with environment variable

2011-09-27 Thread Kenneth Graunke
On 09/27/2011 08:42 AM, Chad Versace wrote: On 09/26/2011 01:57 PM, Brian Paul wrote: On 09/26/2011 02:50 PM, Chad Versace wrote: [idr and kwg, I see your point. I've removed the overrides for GLES1 and GLES2.] It is necessary to manually set the GL version to 3.0 in order to run Piglit test

Re: [Mesa-dev] [PATCH v2] mesa: Allow override of GL version with environment variable

2011-09-27 Thread Ian Romanick
On 09/26/2011 01:50 PM, Chad Versace wrote: [idr and kwg, I see your point. I've removed the overrides for GLES1 and GLES2.] It is necessary to manually set the GL version to 3.0 in order to run Piglit tests using glGetUniform*(). This patch allows one to override the version of the OpenGL cont

Re: [Mesa-dev] [PATCH v2] mesa: Allow override of GL version with environment variable

2011-09-27 Thread Chad Versace
On 09/26/2011 01:57 PM, Brian Paul wrote: On 09/26/2011 02:50 PM, Chad Versace wrote: [idr and kwg, I see your point. I've removed the overrides for GLES1 and GLES2.] It is necessary to manually set the GL version to 3.0 in order to run Piglit tests using glGetUniform*(). This patch allows o

Re: [Mesa-dev] [PATCH v2] mesa: Allow override of GL version with environment variable

2011-09-26 Thread Brian Paul
On 09/26/2011 02:50 PM, Chad Versace wrote: [idr and kwg, I see your point. I've removed the overrides for GLES1 and GLES2.] It is necessary to manually set the GL version to 3.0 in order to run Piglit tests using glGetUniform*(). This patch allows one to override the version of the OpenGL cont

[Mesa-dev] [PATCH v2] mesa: Allow override of GL version with environment variable

2011-09-26 Thread Chad Versace
[idr and kwg, I see your point. I've removed the overrides for GLES1 and GLES2.] It is necessary to manually set the GL version to 3.0 in order to run Piglit tests using glGetUniform*(). This patch allows one to override the version of the OpenGL context by setting the environment variable MESA_G