Re: [Dri-devel] Re: [Mesa3d-dev] device driver interface changes

2004-01-21 Thread Michel Dänzer
On Wed, 2004-01-21 at 15:29, Roland Scheidegger wrote: > > I'll assume this is also caused by these changes: > (in XFree log): > Symbol _mesa_init_driver_functions from module > /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved! > DRI still works, but the use of LIBGL_ALWAYS_INDIRECT ca

Re: [Dri-devel] Re: [Mesa3d-dev] device driver interface changes

2004-01-21 Thread Roland Scheidegger
Ian Romanick wrote: Brian Paul wrote: Brian Paul wrote: Crap. I missed an aspect to this. The texmem manager explicitly free's the data pointed to by texObj->DriverData when the texture's swapped out of VRAM. I'll fix things up ASAP. OK, I think I've got it right now. A longer term issue

[Dri-devel] Re: [Mesa3d-dev] device driver interface changes

2004-01-20 Thread Ian Romanick
Brian Paul wrote: Brian Paul wrote: Crap. I missed an aspect to this. The texmem manager explicitly free's the data pointed to by texObj->DriverData when the texture's swapped out of VRAM. I'll fix things up ASAP. OK, I think I've got it right now. A longer term issue is still open: Do we r