Re: [Mesa-dev] [PATCH] r600g: Fix tiling alignment to match docs

2011-12-13 Thread Simon Farnsworth
On Tuesday 13 December 2011, Simon Farnsworth wrote: > R600 and Evergreen have different tiling requirements. Fix Mesa to match the > documented requirements. > > Signed-off-by: Simon Farnsworth > --- > > This doesn't fix my problems with enabling macro tiling, but it does help > somewhat. I a

[Mesa-dev] [PATCH] r600g: Fix tiling alignment to match docs

2011-12-13 Thread Simon Farnsworth
R600 and Evergreen have different tiling requirements. Fix Mesa to match the documented requirements. Signed-off-by: Simon Farnsworth --- This doesn't fix my problems with enabling macro tiling, but it does help somewhat. I also need to fix tile shape in the kernel and alignment in the DDX to av