Re: [Mesa-dev] [PATCH 2/3] softpipe: implement TXF support via get_texel callback

2011-08-25 Thread Brian Paul
On 08/25/2011 08:51 AM, Dave Airlie wrote: From: Dave Airlie This just calls the texel fetch functions directly bypassing the sampling, notes: 1: loops inside switch should be more optimal. 2: borders can be sampled though only up to border depth, outside that its undefined. Signed-off-by: Dav

[Mesa-dev] [PATCH 2/3] softpipe: implement TXF support via get_texel callback

2011-08-25 Thread Dave Airlie
From: Dave Airlie This just calls the texel fetch functions directly bypassing the sampling, notes: 1: loops inside switch should be more optimal. 2: borders can be sampled though only up to border depth, outside that its undefined. Signed-off-by: Dave Airlie --- src/gallium/drivers/softpipe/