[PATCH 0/2] drm/radeon/kms: tex3D mipmap fix & R500 VAP regs

2010-04-14 Thread Jerome Glisse
On Wed, Apr 14, 2010 at 03:42:57AM +0200, Marek Ol??k wrote: > On Sun, Apr 11, 2010 at 8:12 PM, Jerome Glisse freedesktop.org>wrote: > > > On Sun, Apr 11, 2010 at 06:39:05AM +0200, Marek Ol??k wrote: > > > Hi devs, > > > > > > The first attached patch fixes the calculation of mipmapped 3D texture

[PATCH 0/2] drm/radeon/kms: tex3D mipmap fix & R500 VAP regs

2010-04-14 Thread Marek Olšák
On Sun, Apr 11, 2010 at 8:12 PM, Jerome Glisse wrote: > On Sun, Apr 11, 2010 at 06:39:05AM +0200, Marek Ol??k wrote: > > Hi devs, > > > > The first attached patch fixes the calculation of mipmapped 3D texture > sizes > > in the CS checker, the 3rd dimension (depth) should be minified too. This > >

Re: [PATCH 0/2] drm/radeon/kms: tex3D mipmap fix & R500 VAP regs

2010-04-14 Thread Jerome Glisse
On Wed, Apr 14, 2010 at 03:42:57AM +0200, Marek Olšák wrote: > On Sun, Apr 11, 2010 at 8:12 PM, Jerome Glisse wrote: > > > On Sun, Apr 11, 2010 at 06:39:05AM +0200, Marek Olšák wrote: > > > Hi devs, > > > > > > The first attached patch fixes the calculation of mipmapped 3D texture > > sizes > > >

Re: [PATCH 0/2] drm/radeon/kms: tex3D mipmap fix & R500 VAP regs

2010-04-13 Thread Marek Olšák
On Sun, Apr 11, 2010 at 8:12 PM, Jerome Glisse wrote: > On Sun, Apr 11, 2010 at 06:39:05AM +0200, Marek Olšák wrote: > > Hi devs, > > > > The first attached patch fixes the calculation of mipmapped 3D texture > sizes > > in the CS checker, the 3rd dimension (depth) should be minified too. This > >

[PATCH 0/2] drm/radeon/kms: tex3D mipmap fix & R500 VAP regs

2010-04-11 Thread Marek Olšák
Hi devs, The first attached patch fixes the calculation of mipmapped 3D texture sizes in the CS checker, the 3rd dimension (depth) should be minified too. This should probably go to 2.6.34. The second patch adds 2 new regs: - VAP_ALT_NUM_VERTICES, along with an update to the CS checker. - VAP_IND

Re: [PATCH 0/2] drm/radeon/kms: tex3D mipmap fix & R500 VAP regs

2010-04-11 Thread Corbin Simpson
On Sat, Apr 10, 2010 at 9:39 PM, Marek Olšák wrote: > Hi devs, > > The first attached patch fixes the calculation of mipmapped 3D texture sizes > in the CS checker, the 3rd dimension (depth) should be minified too. This > should probably go to 2.6.34. > > The second patch adds 2 new regs: > - VAP_

[PATCH 0/2] drm/radeon/kms: tex3D mipmap fix & R500 VAP regs

2010-04-11 Thread Corbin Simpson
On Sat, Apr 10, 2010 at 9:39 PM, Marek Ol??k wrote: > Hi devs, > > The first attached patch fixes the calculation of mipmapped 3D texture sizes > in the CS checker, the 3rd dimension (depth) should be minified too. This > should probably go to 2.6.34. > > The second patch adds 2 new regs: > - VAP_

[PATCH 0/2] drm/radeon/kms: tex3D mipmap fix & R500 VAP regs

2010-04-10 Thread Marek Olšák
Hi devs, The first attached patch fixes the calculation of mipmapped 3D texture sizes in the CS checker, the 3rd dimension (depth) should be minified too. This should probably go to 2.6.34. The second patch adds 2 new regs: - VAP_ALT_NUM_VERTICES, along with an update to the CS checker. - VAP_IND