gl or glu source?

Hello,
i need to find how glu implements
glUnproject(…)
is there open sources of open gl or gl as
their name indicates?
Ýf not if someone knows how glu returns
parameters from gluUnproject()
i will be glad to learn it…
Thanks
Bye bye

Check out the mesa sources at: http://www.mesa3d.org/ for an open-source implementation of the OpenGL specification.

There is a complete software implementation of both GL and GLU in the Mesa library:- http://www.mesa3d.org

found it
Thanks …

Here too: http://oss.sgi.com/cgi-bin/cvsweb.cgi/projects/ogl-sample/main/gfx/lib/

Though that’s a browsable CVS, you can still pull whatever function source you want from say the GLU lib.