Re: [Mesa-dev] [PATCH] t_vertex: fix mipmap generation on rv100 swtcl.

2011-11-04 Thread Roland Scheidegger
Am 04.11.2011 18:49, schrieb Dave Airlie: > From: Dave Airlie > > the meta mipmap generator on rv100 is passing a s,t,r coordinate, but r100 > is ancient so has no r handling in hw, so we have to pass a s,t,q with q > set to 1. > > /me dares someone to review this :) > > Signed-off-by: Dave Air

[Mesa-dev] [PATCH] t_vertex: fix mipmap generation on rv100 swtcl.

2011-11-04 Thread Dave Airlie
From: Dave Airlie the meta mipmap generator on rv100 is passing a s,t,r coordinate, but r100 is ancient so has no r handling in hw, so we have to pass a s,t,q with q set to 1. /me dares someone to review this :) Signed-off-by: Dave Airlie --- src/mesa/tnl/t_vertex_generic.c | 14 +++