Re: [Mesa-dev] [PATCH 4/5] mesa: Fix glGetUniformfv of native integer uniforms.

2011-08-22 Thread Eric Anholt
On Sat, 20 Aug 2011 00:16:05 -0700, Kenneth Graunke wrote: > On 08/19/2011 05:56 PM, Eric Anholt wrote: > > We have to actually convert the values on the way out. Fixes piglit > > ARB_shader_objects/getuniform. > > --- > > src/mesa/main/uniforms.c | 32 > > 1

Re: [Mesa-dev] [PATCH 4/5] mesa: Fix glGetUniformfv of native integer uniforms.

2011-08-21 Thread Christoph Bumiller
On 21.08.2011 06:00, Kenneth Graunke wrote: > On 08/20/2011 02:47 PM, Christoph Bumiller wrote: >> On 20.08.2011 22:07, Dan McCabe wrote: >>> On 08/20/2011 12:16 AM, Kenneth Graunke wrote: On 08/19/2011 05:56 PM, Eric Anholt wrote: > We have to actually convert the values on the way out.

Re: [Mesa-dev] [PATCH 4/5] mesa: Fix glGetUniformfv of native integer uniforms.

2011-08-20 Thread Kenneth Graunke
On 08/20/2011 02:47 PM, Christoph Bumiller wrote: > On 20.08.2011 22:07, Dan McCabe wrote: >> On 08/20/2011 12:16 AM, Kenneth Graunke wrote: >>> On 08/19/2011 05:56 PM, Eric Anholt wrote: We have to actually convert the values on the way out. Fixes piglit ARB_shader_objects/getuniform. >

Re: [Mesa-dev] [PATCH 4/5] mesa: Fix glGetUniformfv of native integer uniforms.

2011-08-20 Thread Christoph Bumiller
On 20.08.2011 22:07, Dan McCabe wrote: > On 08/20/2011 12:16 AM, Kenneth Graunke wrote: >> On 08/19/2011 05:56 PM, Eric Anholt wrote: >>> We have to actually convert the values on the way out. Fixes piglit >>> ARB_shader_objects/getuniform. >>> --- >>> src/mesa/main/uniforms.c | 32 +++

Re: [Mesa-dev] [PATCH 4/5] mesa: Fix glGetUniformfv of native integer uniforms.

2011-08-20 Thread Dan McCabe
On 08/20/2011 12:16 AM, Kenneth Graunke wrote: On 08/19/2011 05:56 PM, Eric Anholt wrote: We have to actually convert the values on the way out. Fixes piglit ARB_shader_objects/getuniform. --- src/mesa/main/uniforms.c | 32 1 files changed, 28 insertions(+)

Re: [Mesa-dev] [PATCH 4/5] mesa: Fix glGetUniformfv of native integer uniforms.

2011-08-20 Thread Kenneth Graunke
On 08/19/2011 05:56 PM, Eric Anholt wrote: > We have to actually convert the values on the way out. Fixes piglit > ARB_shader_objects/getuniform. > --- > src/mesa/main/uniforms.c | 32 > 1 files changed, 28 insertions(+), 4 deletions(-) > > diff --git a/src/mes