On Sun, Jun 8, 2008 at 10:56 AM, Nicolai Hähnle <[EMAIL PROTECTED]> wrote:
> Hi,
>
> building stand-alone Mesa (--with-driver=xlib) fails on current Git.

Oops, realglx.c was mistakenly added to the new Makefile.  I've fixed that.


> The
> following patch fixes it for me, but I'm not sure whether removing all of
> realglx.[c|h] is the right thing to do (it seems to not be referenced
> anywhere, so...).

The realglx.c code could probably go away.  It's a historical thing.
Years ago, the DRI/GLX-enabled libGL library had the option of using
Xlib Mesa when the X server did not advertise the GLX extension.  That
meant we needed client-side GLX functions that did "real" GLX encoding
and GLX functions that did "fake"/Xlib rendering.  That's where the
glxapi.c dispatcher code came from too.

Anyway, I think that feature was removed a long time ago.

-Brian

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to