summaryrefslogtreecommitdiffstats
path: root/docs/download.html
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-08-23 16:39:20 -0700
committerMatt Turner <mattst88@gmail.com>2012-08-31 10:58:15 -0700
commitb95d598323540ecb6dbbdcf00bbb5cf3fb22a78c (patch)
tree519a3ebf1c359bb08bf01a657e4d1f9bc3c33bf2 /docs/download.html
parent6a7dea93fa70d670a5954e47a47075a2703209d4 (diff)
downloadexternal_mesa3d-b95d598323540ecb6dbbdcf00bbb5cf3fb22a78c.zip
external_mesa3d-b95d598323540ecb6dbbdcf00bbb5cf3fb22a78c.tar.gz
external_mesa3d-b95d598323540ecb6dbbdcf00bbb5cf3fb22a78c.tar.bz2
Remove libGLU
It's been moved to its own repository, found at http://cgit.freedesktop.org/mesa/glu/ Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'docs/download.html')
-rw-r--r--docs/download.html18
1 files changed, 13 insertions, 5 deletions
diff --git a/docs/download.html b/docs/download.html
index 3d54328..a1a1baa 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
</pre>
@@ -80,7 +79,12 @@ instructions</a>.
</p>
-<h1>Demos and GLUT</h1>
+<h1>Demos, GLUT, and GLU</h1>
+
+<p>
+A package of SGI's GLU library is available
+<a href="ftp://ftp.freedesktop.org/pub/mesa/glu/" target="_parent">here</a>
+</p>
<p>
A package of Mark Kilgard's GLUT library is available
@@ -93,9 +97,13 @@ The Mesa demos collection is available
</p>
<p>
-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:
+
+<a href="http://cgit.freedesktop.org/mesa/glut/">GLUT</a>,
+<a href="http://cgit.freedesktop.org/mesa/glu/">GLU</a> and
+<a href="http://cgit.freedesktop.org/mesa/demos/">Demos</a>,
</p>