Re: [Mesa-dev] [RFC] r600-r800 2D tiling

2012-01-16 Thread Marek Olšák
Hi Jerome, I skimmed over the patches and how libdrm interacts with r600g and it looks good. We don't generally include DRM-specific headers in radeon_winsys.h, because that header is supposed to be cross-platform, but I guess we can make an exception in this case as long as we keep radeon_surfac

Re: [Mesa-dev] [RFC] r600-r800 2D tiling

2012-01-16 Thread Jerome Glisse
On Mon, Jan 16, 2012 at 12:08:17PM +, Simon Farnsworth wrote: > (resending due to my inability to work my e-mail client - I neither cc'd > Jerome, nor used the correct identity, so the original appears to be held in > moderation). > > On Thursday 12 January 2012, Jerome Glisse wrote: > > Hi,

Re: [Mesa-dev] [RFC] r600-r800 2D tiling

2012-01-16 Thread Simon Farnsworth
(resending due to my inability to work my e-mail client - I neither cc'd Jerome, nor used the correct identity, so the original appears to be held in moderation). On Thursday 12 January 2012, Jerome Glisse wrote: > Hi, > > I don't cross post as i am pretty sure all interested people are reading

Re: [Mesa-dev] [RFC] r600-r800 2D tiling

2012-01-13 Thread Jerome Glisse
On Fri, Jan 13, 2012 at 11:59:28AM +0100, Michel Dänzer wrote: > On Don, 2012-01-12 at 14:50 -0500, Jerome Glisse wrote: > > > > Attached is kernel, libdrm, ddx, mesa/r600g patches to enable 2D tiling > > on r600 to cayman. I haven't yet done a full regression testing but 2D > > tiling seems to w

Re: [Mesa-dev] [RFC] r600-r800 2D tiling

2012-01-13 Thread Michel Dänzer
On Don, 2012-01-12 at 14:50 -0500, Jerome Glisse wrote: > > Attached is kernel, libdrm, ddx, mesa/r600g patches to enable 2D tiling > on r600 to cayman. I haven't yet done a full regression testing but 2D > tiling seems to work ok. I would like to get feedback on 2 things : > > - the kernel API