docs: Remove GLw from the documentation except for a new FAQ entry.

Also remove an outdated reference to GLEW being in tree.

Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Kenneth Graunke
2011-08-05 16:59:04 -07:00
parent 63720114b4
commit c548192caf
5 changed files with 6 additions and 16 deletions

View File

@@ -20,7 +20,6 @@
<li><a href="#library">Library Options</a></li> <li><a href="#library">Library Options</a></li>
<ul> <ul>
<li><a href="#glu">GLU</a></li> <li><a href="#glu">GLU</a></li>
<li><a href="#glw">GLw</a></li>
</ul> </ul>
<li><a href="#demos">Demo Program Options</a></li> <li><a href="#demos">Demo Program Options</a></li>
</ol> </ol>
@@ -245,12 +244,6 @@ instructions</a>.
on all drivers. This can be disable with the option on all drivers. This can be disable with the option
<code>--disable-glu</code>. <code>--disable-glu</code>.
</li> </li>
<a name="glw">
<li><b><em>GLw</em></b> - The libGLw library will be built by default
if libGLU has been enabled. This can be disable with the option
<code>--disable-glw</code>.
</li>
</ul> </ul>
</p> </p>

View File

@@ -84,7 +84,6 @@ src/mesa - sources for the main Mesa library and device drivers
src/gallium - sources for Gallium and Gallium drivers src/gallium - sources for Gallium and Gallium drivers
src/glu - libGLU source code src/glu - libGLU source code
src/glx - sources for building libGL with full GLX and DRI support src/glx - sources for building libGL with full GLX and DRI support
src/glw - Xt/Motif/OpenGL widget code
</pre> </pre>
If you downloaded and unpacked the MesaGLUT.x.y.z package: If you downloaded and unpacked the MesaGLUT.x.y.z package:

View File

@@ -204,8 +204,13 @@ If you don't already have GLUT installed, you should grab
</a></p> </a></p>
<h2><a name="part2">2.4 Where is the GLw library?</a></h2>
<p>
<a name="part2">GLw (OpenGL widget library) is now available from a separate <a href="http://cgit.freedesktop.org/mesa/glw/">git repository</a>. Unless you're using very old Xt/Motif applications with OpenGL, you shouldn't need it.
</a></p>
<h2><a name="part2">2.4 What's the proper place for the libraries and headers?</a></h2>
<h2><a name="part2">2.5 What's the proper place for the libraries and headers?</a></h2>
<p> <p>
<a name="part2">On Linux-based systems you'll want to follow the <a name="part2">On Linux-based systems you'll want to follow the
</a><a href="http://oss.sgi.com/projects/ogl-sample/ABI/index.html" </a><a href="http://oss.sgi.com/projects/ogl-sample/ABI/index.html"

View File

@@ -157,9 +157,6 @@ lrwxrwxrwx 1 brian users 20 Mar 26 07:53 libGLU.so.1 -> libGLU.so
lrwxrwxrwx 1 brian users 12 Mar 26 07:53 libglut.so -> libglut.so.3* lrwxrwxrwx 1 brian users 12 Mar 26 07:53 libglut.so -> libglut.so.3*
lrwxrwxrwx 1 brian users 16 Mar 26 07:53 libglut.so.3 -> libglut.so.3.7.1* lrwxrwxrwx 1 brian users 16 Mar 26 07:53 libglut.so.3 -> libglut.so.3.7.1*
-rwxr-xr-x 1 brian users 597754 Mar 26 07:53 libglut.so.3.7.1* -rwxr-xr-x 1 brian users 597754 Mar 26 07:53 libglut.so.3.7.1*
lrwxrwxrwx 1 brian users 11 Mar 26 08:04 libGLw.so -> libGLw.so.1*
lrwxrwxrwx 1 brian users 15 Mar 26 08:04 libGLw.so.1 -> libGLw.so.1.0.0*
-rwxr-xr-x 1 brian users 20750 Mar 26 08:04 libGLw.so.1.0.0*
lrwxrwxrwx 1 brian users 14 Mar 26 07:53 libOSMesa.so -> libOSMesa.so.6* lrwxrwxrwx 1 brian users 14 Mar 26 07:53 libOSMesa.so -> libOSMesa.so.6*
lrwxrwxrwx 1 brian users 23 Mar 26 07:53 libOSMesa.so.6 -> libOSMesa.so.6.1.060100* lrwxrwxrwx 1 brian users 23 Mar 26 07:53 libOSMesa.so.6 -> libOSMesa.so.6.1.060100*
-rwxr-xr-x 1 brian users 23871 Mar 26 07:53 libOSMesa.so.6.1.060100* -rwxr-xr-x 1 brian users 23871 Mar 26 07:53 libOSMesa.so.6.1.060100*
@@ -172,8 +169,6 @@ lrwxrwxrwx 1 brian users 23 Mar 26 07:53 libOSMesa.so.6 -> libOSM
<br> <br>
<b>libglut</b> is the GLUT library. <b>libglut</b> is the GLUT library.
<br> <br>
<b>libGLw</b> is the Xt/Motif OpenGL drawing area widget library.
<br>
<b>libOSMesa</b> is the OSMesa (Off-Screen) interface library. <b>libOSMesa</b> is the OSMesa (Off-Screen) interface library.
</p> </p>

View File

@@ -153,8 +153,6 @@ each directory.
<li><b>glx</b> - The GLX library code for building libGL. This is used for <li><b>glx</b> - The GLX library code for building libGL. This is used for
direct rendering drivers. It will dynamically load one of the direct rendering drivers. It will dynamically load one of the
xxx_dri.so drivers. xxx_dri.so drivers.
<li><b>glw</b> - Widgets for Xt/Motif.
<li><b>glew</b> - OpenGL Extension Wrangler library (used by demo programs)
</ul> </ul>
<li><b>progs</b> - OpenGL test and demonstration programs <li><b>progs</b> - OpenGL test and demonstration programs
<li><b>lib</b> - where the GL libraries are placed <li><b>lib</b> - where the GL libraries are placed