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

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

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 airl...@gmail.com wrote: From: Dave Airlie airl...@redhat.com This is the first part of a fix to piglit glsl-fs-shadow1DArray Signed-off-by: Dave Airlie airl...@redhat.com ---  src/gallium/auxiliary/tgsi/tgsi_exec.c |   13 +  1 files