Re: [Mesa-dev] [PATCH] radeonsi: remove old tilling handling

2012-08-24 Thread Michel Dänzer
On Fre, 2012-08-24 at 11:48 +0200, Christian König wrote: > On 23.08.2012 19:00, Michel Dänzer wrote: > > On Don, 2012-08-23 at 18:16 +0200, Christian König wrote: > >> Just use the functionality provided by the surface manager instead. > >> > >> This fixes just another bunch of piglit tests. > >

Re: [Mesa-dev] [PATCH] radeonsi: remove old tilling handling

2012-08-24 Thread Christian König
On 23.08.2012 19:00, Michel Dänzer wrote: On Don, 2012-08-23 at 18:16 +0200, Christian König wrote: Just use the functionality provided by the surface manager instead. This fixes just another bunch of piglit tests. Awesome. Looks good. Can I add your Reviewed-by line and commit it? Please

Re: [Mesa-dev] [PATCH] radeonsi: remove old tilling handling

2012-08-23 Thread Michel Dänzer
On Don, 2012-08-23 at 18:16 +0200, Christian König wrote: > Just use the functionality provided by the surface manager instead. > > This fixes just another bunch of piglit tests. Awesome. Looks good. -- Earthling Michel Dänzer | http://www.amd.com Libre software en

[Mesa-dev] [PATCH] radeonsi: remove old tilling handling

2012-08-23 Thread Christian König
Just use the functionality provided by the surface manager instead. This fixes just another bunch of piglit tests. Signed-off-by: Christian König --- src/gallium/drivers/radeonsi/r600_resource.h |9 - src/gallium/drivers/radeonsi/r600_texture.c | 275 ++ src/galliu