Re: [Mesa-dev] [PATCH] i965/vs: Do headerless texturing for texelFetchOffset().

2013-01-22 Thread Eric Anholt
Kenneth Graunke writes: > For texelFetchOffset(), we just add the texel offsets to the coordinate > rather than using the message header's offset fields. So we don't > actually need a header on Gen5+. Reviewed-by: Eric Anholt pgpAPvX5Egtfa.pgp Description: PGP signature _

[Mesa-dev] [PATCH] i965/vs: Do headerless texturing for texelFetchOffset().

2013-01-21 Thread Kenneth Graunke
For texelFetchOffset(), we just add the texel offsets to the coordinate rather than using the message header's offset fields. So we don't actually need a header on Gen5+. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp | 6 -- 1 file changed, 4 insertions(+