Re: [Dri-devel] problems with compressed textures

2004-05-06 Thread Adam Jackson
On Thursday 06 May 2004 15:58, Brian Paul wrote: > Mark Cass wrote: > > developers, > > > > I am having experiancing a sementation fault when calling > > glCompressedTexImage2DARB. I have checked the pointer returned from > > GetProcAddress and it seems to be valid (not NULL). i placed a > > breakp

Re: [Dri-devel] problems with compressed textures

2004-05-06 Thread Brian Paul
Mark Cass wrote: developers, I am having experiancing a sementation fault when calling glCompressedTexImage2DARB. I have checked the pointer returned from GetProcAddress and it seems to be valid (not NULL). i placed a breakpoint in teximage.c (a mesa source file) on the function _mesa_Compres

[Dri-devel] problems with compressed textures

2004-05-06 Thread Mark Cass
developers,   I am having experiancing a sementation fault when calling glCompressedTexImage2DARB. I have checked the pointer returned from GetProcAddress and it seems to be valid (not NULL). i placed a breakpoint in teximage.c (a mesa source file) on the function _mesa_CompressedTexImage2DAR