Re: Mesa 6.4 release was: ([PATCH] Fix memory corruption in ycbcr texture swap)

2005-10-10 Thread Adam Jackson
On Sunday 09 October 2005 12:45, Sergio Monteiro Basto wrote: > Just wondering since libdrm is to be imported into X.org tree, how this > will be compiled on X.org monolithic tree ? The same as in 6.8: There will be a copy of libdrm in xc/extras/. - ajax pgpVlrriRmZq9.pgp Description: PGP signa

Re: Mesa 6.4 release was: ([PATCH] Fix memory corruption in ycbcr texture swap)

2005-10-09 Thread Sergio Monteiro Basto
Hi, On Wed, 2005-10-05 at 21:35 +0100, Dave Airlie wrote: > > > > > > I plan to release Mesa 6.4 fairly soon. That'll get imported into > > > the > > > X.org tree. > > > > On http://dri.freedesktop.org/wiki/Building is write "The Mesa drivers > > now require libdrm to be installed." > > This is

Re: Mesa 6.4 release was: ([PATCH] Fix memory corruption in ycbcr texture swap)

2005-10-05 Thread Dave Airlie
> > > > I plan to release Mesa 6.4 fairly soon. That'll get imported into > > the > > X.org tree. > > On http://dri.freedesktop.org/wiki/Building is write "The Mesa drivers > now require libdrm to be installed." > This is correct for Mesa 6.4 or libdrm will stay only on Mesa HEAD ? No both of the

Mesa 6.4 release was: ([PATCH] Fix memory corruption in ycbcr texture swap)

2005-10-05 Thread Sergio Monteiro Basto
Hi, I want try to test this. On Wed, 2005-10-05 at 07:36 -0600, Brian Paul wrote: > I've fixed the bug, but I did so by changing datatypes. The fix is > in > Mesa CVS. > > I plan to release Mesa 6.4 fairly soon. That'll get imported into > the > X.org tree. On http://dri.freedesktop.org/wiki

Re: [PATCH] Fix memory corruption in ycbcr texture swap

2005-10-05 Thread Brian Paul
Benjamin Herrenschmidt wrote: Hi ! The code that swaps ycbcr textures had a bug that would cause it to corrupt memory by applying an incorrect stride (applying a byte offset to a GLushort pointer). This crashes applications trying to use those textures with DRI on ppc at least, and crashes the s

Re: [PATCH] Fix memory corruption in ycbcr texture swap

2005-10-04 Thread Benjamin Herrenschmidt
On Wed, 2005-10-05 at 15:42 +1000, Benjamin Herrenschmidt wrote: > diff -urN Mesa.orig/src/mesa/main/texstore.c Mesa/src/mesa/main/texstore.c > --- Mesa.orig/src/mesa/main/texstore.c2005-10-04 13:07:14.0 > +1000 > +++ Mesa/src/mesa/main/texstore.c 2005-10-05 15:33:33.0

[PATCH] Fix memory corruption in ycbcr texture swap

2005-10-04 Thread Benjamin Herrenschmidt
Hi ! The code that swaps ycbcr textures had a bug that would cause it to corrupt memory by applying an incorrect stride (applying a byte offset to a GLushort pointer). This crashes applications trying to use those textures with DRI on ppc at least, and crashes the server when using indirect render