Re: [Mesa-dev] [PATCH 2/2] glsl_to_tgsi: add support for shadow cube map sampling.

2012-01-11 Thread Brian Paul
On 01/11/2012 06:25 AM, Dave Airlie wrote: From: Dave Airlie This along with the TGSI support lets the piglit sampler-cube-shadow test pass on softpipe. Signed-off-by: Dave Airlie --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp |5 +++-- src/mesa/state_tracker/st_mesa_to_tgsi.c |1 +

[Mesa-dev] [PATCH 2/2] glsl_to_tgsi: add support for shadow cube map sampling.

2012-01-11 Thread Dave Airlie
From: Dave Airlie This along with the TGSI support lets the piglit sampler-cube-shadow test pass on softpipe. Signed-off-by: Dave Airlie --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp |5 +++-- src/mesa/state_tracker/st_mesa_to_tgsi.c |1 + 2 files changed, 4 insertions(+), 2 deletio