Re: [Plib-users] Re: flightgear problem
Brought to you by:
sjbaker
|
From: Steve B. <sjb...@ai...> - 2001-09-01 22:23:22
|
Steve Wendt wrote:
> I've never had that problem using RH 7.0 or 7.1, but as I've said, I build my
> own Mesa, with glide support. No error in software mode or glide mode.
Sorry - yes - I should have been clearer.
The versions of Mesa that use GLIDE don't use Xfree for-real - they have *fake* GLX
calls. If you look into the Mesa sources, you see things like:
XVisualInfo *glXChooseVisual( Display *dpy, int screen, int *list )
{
#ifdef REALGLX
if (display_has_glx(dpy))
return Real_glXChooseVisual( dpy, screen, list );
else
#endif
return Fake_glXChooseVisual( dpy, screen, list );
}
...so you don't have the problem. I think we'll only see it with DRI-Mesa's.
> >The issue belongs (IMHO) in the Mesa mailing list...
>
> Perhaps - but maybe those with the problem should try building Mesa
> themselves, if they haven't already?
Well, I think it's more to do with you using GLIDE than to do with
building it yourself.
----------------------------- Steve Baker -------------------------------
Mail : <sjb...@ai...> WorkMail: <sj...@li...>
URLs : http://web2.airmail.net/sjbaker1
http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net
http://prettypoly.sf.net http://freeglut.sf.net
http://toobular.sf.net http://lodestone.sf.net
|