Re: [Mesa-dev] [PATCH 1/2] tgsi: add ISSG support

2012-01-09 Thread Brian Paul
On 01/09/2012 04:54 AM, Dave Airlie wrote: From: Dave Airlie This adds integer version of SSG that GLSL 1.30 can produce. Signed-off-by: Dave Airlie --- src/gallium/auxiliary/tgsi/tgsi_exec.c | 14 ++ src/gallium/auxiliary/tgsi/tgsi_info.c |1 + src/gallium/include

[Mesa-dev] [PATCH 1/2] tgsi: add ISSG support

2012-01-09 Thread Dave Airlie
From: Dave Airlie This adds integer version of SSG that GLSL 1.30 can produce. Signed-off-by: Dave Airlie --- src/gallium/auxiliary/tgsi/tgsi_exec.c | 14 ++ src/gallium/auxiliary/tgsi/tgsi_info.c |1 + src/gallium/include/pipe/p_shader_tokens.h |3 ++- 3 files ch