Joe Waters wrote:
| 
| 2) What's the best way to handle multiple drivers for different chipsets?  It
| almost seems like it would make sense to have each of the Mesa versions be
| named something to do with it's chipset -- ie libGx00GL.so.1.0,
| libVoodooGL.so.1.0, libRivaGL.so.1.0, etc, and then automagically symlink that
| file to libGL.so[.1[.0]] at compile/install time.

Current plans are for one libGL.so, which is capable of finding and
dynamically loading the proper driver library if necessary.  The
mechanism is part of the DRI project.

(Symlinking a single libGL.so won't work for systems with two or more
different graphics cards.)

Allen


_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to