mgl namespace with glapi..

2005-12-11 Thread Dave Airlie
I was just getting Xglx GLX support working again, Xglx builds it GLcore using the USE_MGL_NAMESPACE, however my r300 driver was calling the GLcore version of a the glapi functions and variables.. The patch below is required, the glapi.h changes are probably okay, the glapi.c changes I'm not

Re: mgl namespace with glapi..

2005-12-11 Thread Zack Rusin
On Sunday 11 December 2005 11:58, Dave Airlie wrote: I was just getting Xglx GLX support working again, Xglx builds it GLcore using the USE_MGL_NAMESPACE, however my r300 driver was calling the GLcore version of a the glapi functions and variables.. The patch below is required, the glapi.h