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
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
___
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