--- Ian Romanick <[EMAIL PROTECTED]> wrote:
> The next step is to remove the one place where glxclient.h is still used 
> (in dri_util.h).  This means some clean-up is need in 
> glcontextmodes.[ch].  That's the easy part.  The harder part is dealing 
> with the various GLX_ defines used around the code (mostly in 
> glcontextmodes.c, but also other places).  I'm thinking that we need to 
> import a version of glxtokens.h into the Mesa tree.  Does that sound 
> acceptable to all involved?

Is it possible to remove all of the GLX dependencies from drivers/dri/...? In
drivers/dri/... we could use non-GLX types then in mesa/src/glx/X you could add
whatever code was necessary to support GLX. 

I think I fixed miniglx to work this way. I restricted the glx header imports to
the miniglx directory and then chopped up the files so that drivers/dri/....
never saw glx.

=====
Jon Smirl
[EMAIL PROTECTED]


        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to