From c18d12d1e36354ff32724c86ae25374d1a78607f Mon Sep 17 00:00:00 2001
From: marha Demo Program Options
@@ -219,12 +215,6 @@ libraries that will be built. More details on the specific GL libraries
can be found in the basic installation
instructions.
- The libGLU library will be built by default
-on all drivers. This can be disable with the option
-
-
-
-
--disable-glu
.
-4. Demo Program Options
diff --git a/mesalib/docs/contents.html b/mesalib/docs/contents.html
index e7a23a6bc..efd751919 100644
--- a/mesalib/docs/contents.html
+++ b/mesalib/docs/contents.html
@@ -74,7 +74,6 @@
+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/mesalib/docs/faq.html b/mesalib/docs/faq.html index fa90d5bfe..80f4a71dc 100644 --- a/mesalib/docs/faq.html +++ b/mesalib/docs/faq.html @@ -226,10 +226,6 @@ Basically you'll want the following:After installing XFree86/X.org and the DRI drivers, some of these files diff --git a/mesalib/docs/glu.html b/mesalib/docs/glu.html deleted file mode 100644 index 3d7cbe50a..000000000 --- a/mesalib/docs/glu.html +++ /dev/null @@ -1,46 +0,0 @@ - - -
- --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. -
- --Visit the -OpenGL Sample Implementation home page for more information about the SI. -
- - - diff --git a/mesalib/docs/install.html b/mesalib/docs/install.html index 948d147f1..c756c2fcd 100644 --- a/mesalib/docs/install.html +++ b/mesalib/docs/install.html @@ -151,9 +151,6 @@ You'll see a set of library files similar to this: lrwxrwxrwx 1 brian users 10 Mar 26 07:53 libGL.so -> libGL.so.1* lrwxrwxrwx 1 brian users 19 Mar 26 07:53 libGL.so.1 -> libGL.so.1.5.060100* -rwxr-xr-x 1 brian users 3375861 Mar 26 07:53 libGL.so.1.5.060100* -lrwxrwxrwx 1 brian users 11 Mar 26 07:53 libGLU.so -> libGLU.so.1* -lrwxrwxrwx 1 brian users 20 Mar 26 07:53 libGLU.so.1 -> libGLU.so.1.3.060100* --rwxr-xr-x 1 brian users 549269 Mar 26 07:53 libGLU.so.1.3.060100* 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* -rwxr-xr-x 1 brian users 23871 Mar 26 07:53 libOSMesa.so.6.1.060100* @@ -162,8 +159,6 @@ lrwxrwxrwx 1 brian users 23 Mar 26 07:53 libOSMesa.so.6 -> libOSM
libGL is the main OpenGL library (i.e. Mesa).
-libGLU is the OpenGL Utility library.
-
libOSMesa is the OSMesa (Off-Screen) interface library.
diff --git a/mesalib/docs/relnotes-9.0.html b/mesalib/docs/relnotes-9.0.html index 164c8e91d..ccc0dd587 100644 --- a/mesalib/docs/relnotes-9.0.html +++ b/mesalib/docs/relnotes-9.0.html @@ -37,10 +37,14 @@ Note: some of the new features are only available with certain drivers.
+
+libGLU has been moved into its own repository, found at http://cgit.freedesktop.org/mesa/glu/
diff --git a/mesalib/docs/sourcetree.html b/mesalib/docs/sourcetree.html index 42675d9bb..6a1f03983 100644 --- a/mesalib/docs/sourcetree.html +++ b/mesalib/docs/sourcetree.html @@ -146,11 +146,6 @@ each directory.