Re: [Mesa-dev] [PATCH 1/2] softpipe: fix texture sampling from 1D texture array

2011-12-18 Thread Brian Paul
On Sun, Dec 18, 2011 at 2:27 PM, Dave Airlie wrote: > From: Dave Airlie > > This is the first part of a fix to piglit glsl-fs-shadow1DArray > > Signed-off-by: Dave Airlie > --- >  src/gallium/auxiliary/tgsi/tgsi_exec.c |   13 + >  1 files changed, 13 insertions(+), 0 deletions(-) > >

[Mesa-dev] [PATCH 1/2] softpipe: fix texture sampling from 1D texture array

2011-12-18 Thread Dave Airlie
From: Dave Airlie This is the first part of a fix to piglit glsl-fs-shadow1DArray Signed-off-by: Dave Airlie --- src/gallium/auxiliary/tgsi/tgsi_exec.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c b/src/gallium/au