tgsi_translate_mesa_program: Don't crash when program->Parameters == NULL.
[mesa.git] / docs / download.html
index b61c98df0013c7608104dfad656de5c816437c1f..90f566351e8b00402f337118be805056e2ae979b 100644 (file)
@@ -9,11 +9,7 @@
 <H1>Downloading</H1>
 
 <p>
-Last development release: <b>6.3.2</b>
-</p>
-
-<p>
-Last stable release: <b>6.2.1</b>
+Last stable release: <b>7.0</b>
 </p>
 
 <p>
@@ -32,10 +28,10 @@ Mesa is distributed in several parts:
 </li>
 <li><b>MesaDemos-x.y.z</b> - OpenGL demonstration and test programs.
     Most of the programs require GLUT (either the
-    <a href="http://www.opengl.org/resources/libraries/glut.html"
+    <a href="http://www.opengl.org/resources/libraries/glut"
     target="_parent">original GLUT by Mark Kilgard</a> or
     <a href="http://freeglut.sourceforge.net" target="_parent">freeglut</a> or
-    <a href="http://freeglut.sourceforge.net" target="_parent">OpenGLUT</a>).
+    <a href="http://openglut.sourceforge.net" target="_parent">OpenGLUT</a>).
 </li>
 <li><b>MesaGLUT-x.y.z</b> - Mark Kilgard's GLUT, easily compiled and used
     with Mesa.  Plus, other implementation of GLUT for DOS, OS/2, BeOS, etc.
@@ -47,9 +43,13 @@ If you're not interested in running the demos, you'll only need the first
 package.
 </p>
 
+<p>
+If you're new to this and not sure what you're doing, grab all three packages.
+</p>
+
 <p>
 The packages are available in .tar.gz, .tar.bz2 and .zip formats.
-Other organizations might offer additional package formats.
+Other sites might offer additional package formats.
 </p>
 
 <H1>Unpacking</H1>
@@ -95,7 +95,7 @@ or
 <h1>Contents</h1>
 
 <p>
-After unpacking you'll have these directories:
+After unpacking you'll have these files and directories (among others):
 </p>
 <pre>
 Makefile       - top-level Makefile for most systems
@@ -106,6 +106,7 @@ docs/               - documentation
 src/           - source code for libraries
 src/mesa       - sources for the main Mesa library and device drivers
 src/glu                - libGLU source code
+src/glx                - sources for building libGL with full GLX and DRI support
 src/glw                - Xt/Motif/OpenGL widget code
 </pre>