Re: glGenerateMipmapEXT and DRI drivers.

2008-05-08 Thread Dave Airlie
> > On the gallium-0.1 branch I added a device driver hook for > GenerateMipmap. I think you could cherry-pick that into master. I > don't recall if it was one or two commits. > Thanks Brian, I've pulled them over, fixed up swrast and checked my patch in for the intel drivers. Dave. --

Re: glGenerateMipmapEXT and DRI drivers.

2008-05-08 Thread Brian Paul
On Thu, May 8, 2008 at 9:06 PM, Dave Airlie <[EMAIL PROTECTED]> wrote: >> >> > >> > So compiz calls glGenerateMipmapEXT to generate mipmaps for some icons on >> > its switcher, this fails with a NULL src data ptr when running under >> > TTM+DRI2, my initial feeling is that we don't have the miptree

Re: glGenerateMipmapEXT and DRI drivers.

2008-05-08 Thread Dave Airlie
> > > > > So compiz calls glGenerateMipmapEXT to generate mipmaps for some icons on > > its switcher, this fails with a NULL src data ptr when running under > > TTM+DRI2, my initial feeling is that we don't have the miptrees mapped and > > from looking the texture data ptr is set to NULL. > >

Re: glGenerateMipmapEXT and DRI drivers.

2008-05-08 Thread Dave Airlie
> > So compiz calls glGenerateMipmapEXT to generate mipmaps for some icons on > its switcher, this fails with a NULL src data ptr when running under > TTM+DRI2, my initial feeling is that we don't have the miptrees mapped and > from looking the texture data ptr is set to NULL. > > I'm just wo

glGenerateMipmapEXT and DRI drivers.

2008-05-08 Thread Dave Airlie
Hi guys, So compiz calls glGenerateMipmapEXT to generate mipmaps for some icons on its switcher, this fails with a NULL src data ptr when running under TTM+DRI2, my initial feeling is that we don't have the miptrees mapped and from looking the texture data ptr is set to NULL. I'm just wonderi