Development Notes
diff --git a/docs/download.html b/docs/download.html
index 3d543281f4b..a1a1baa28ff 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -69,7 +69,6 @@ docs/ - documentation
src/ - source code for libraries
src/mesa - sources for the main Mesa library and device drivers
src/gallium - sources for Gallium and Gallium drivers
-src/glu - libGLU source code
src/glx - sources for building libGL with full GLX and DRI support
@@ -80,7 +79,12 @@ instructions.
-
Demos and GLUT
+
Demos, GLUT, and GLU
+
+
+A package of SGI's GLU library is available
+here
+
A package of Mark Kilgard's GLUT library is available
@@ -93,9 +97,13 @@ The Mesa demos collection is available
-In the past, GLUT and the Mesa demos were released in conjunction with
-Mesa releases. But since GLUT and the demos change infrequently, they
-were split off some time ago.
+In the past, GLUT, GLU and the Mesa demos were released in conjunction with
+Mesa releases. But since GLUT, GLU and the demos change infrequently, they
+were split off into their own git repositories:
+
+GLUT,
+GLU and
+Demos,
diff --git a/docs/faq.html b/docs/faq.html
index fa90d5bfe81..80f4a71dc43 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -226,10 +226,6 @@ Basically you'll want the following:
/usr/lib/libGL.so.1 - a symlink to libGL.so.1.xyz
/usr/lib/libGL.so.xyz - the actual OpenGL/Mesa library. xyz denotes the
Mesa version number.
-
/usr/lib/libGLU.so - a symlink to libGLU.so.1
-
/usr/lib/libGLU.so.1 - a symlink to libGLU.so.1.3.xyz
-
/usr/lib/libGLU.so.xyz - the OpenGL Utility library. xyz denotes the Mesa
-version number.
After installing XFree86/X.org and the DRI drivers, some of these files
diff --git a/docs/glu.html b/docs/glu.html
deleted file mode 100644
index 3d7cbe50a5e..00000000000
--- a/docs/glu.html
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- SGI GLU
-
-
-
-
-
SGI SI GLU
-
-(Silicon Graphics, Inc. Sample Implementation of the OpenGL Utility library)
-
-
-SGI open-sourced their OpenGL Sample Implementation (SI) in January, 2000.
-This includes the GLU library.
-
-
-
-The SI GLU library implements GLU version 1.3 whereas the original
-Mesa GLU library only implemented version 1.2.
-We recommend using the SI GLU library instead of Mesa's GLU library
-since it's more up-to-date, complete and reliable.
-We're no longer developing the original Mesa GLU library.
-
-
-
-The SI GLU library code is included in the Mesa distribution.
-You don't have to download it separately.
-
-
-
-
-Olivier Michel has made Linux RPMs of GLU for i386 and PowerPC.
-You can download them from the
-download area under Miscellaneous.
-
diff --git a/docs/relnotes-9.0.html b/docs/relnotes-9.0.html
index 1e3a11b6445..ccc0dd587bf 100644
--- a/docs/relnotes-9.0.html
+++ b/docs/relnotes-9.0.html
@@ -82,6 +82,10 @@ The two supported build methods are now autoconf/automake and SCons.