Re: [Mesa-dev] [PATCH 3/3] glsl->tgsi: add TXF support.

2011-08-25 Thread Bryan Cain
Like the other patch, the commit prefix should probably be "glsl_to_tgsi". On 08/25/2011 09:51 AM, Dave Airlie wrote: > From: Dave Airlie > > This adds texelFetch support to translate from GLSL to TGSI TXF opcode. > > I've tested this works with an r600g and softpipe backend. > > Signed-off-by: D

Re: [Mesa-dev] [PATCH 3/3] glsl->tgsi: add TXF support.

2011-08-25 Thread Brian Paul
On 08/25/2011 08:51 AM, Dave Airlie wrote: From: Dave Airlie This adds texelFetch support to translate from GLSL to TGSI TXF opcode. I've tested this works with an r600g and softpipe backend. Signed-off-by: Dave Airlie Reviewed-by: Brian Paul ___

[Mesa-dev] [PATCH 3/3] glsl->tgsi: add TXF support.

2011-08-25 Thread Dave Airlie
From: Dave Airlie This adds texelFetch support to translate from GLSL to TGSI TXF opcode. I've tested this works with an r600g and softpipe backend. Signed-off-by: Dave Airlie --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) dif