added SI GLU info
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 17 Mar 2001 00:47:19 +0000 (00:47 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 17 Mar 2001 00:47:19 +0000 (00:47 +0000)
docs/RELNOTES-3.5
docs/VERSIONS

index 1ff3d24..33c6ce1 100644 (file)
@@ -1,7 +1,7 @@
 
                          Mesa 3.5 release notes
 
-                             Month ??, 2000
+                             Month ??, 2001
 
                              PLEASE READ!!!!
 
@@ -21,6 +21,18 @@ such as T&L hardware in which much of core Mesa isn't needed.
 Details to come...
 
 
+GLU 1.3
+-------
+
+Mesa 3.5 includes the SGI Sample Implementation (SI) GLU library.
+This version of GLU supports the GLU 1.3 specification.  The old
+Mesa GLU library implemented the 1.1 specification.  The SI GLU
+library should work much better.
+
+You'll need a C++ compiler to compile the SI GLU library.  This may
+be a problem on some systems.
+
+
 
 New Extensions
 --------------
@@ -156,4 +168,4 @@ interface structures like __GLimports and __GLexports.
 
 
 ----------------------------------------------------------------------
-$Id: RELNOTES-3.5,v 1.8 2000/10/30 16:00:42 keithw Exp $
+$Id: RELNOTES-3.5,v 1.9 2001/03/17 00:47:19 brianp Exp $
index 0669798..b6ea9b1 100644 (file)
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.50 2001/02/20 17:08:55 brianp Exp $
+$Id: VERSIONS,v 1.51 2001/03/17 00:47:19 brianp Exp $
 
 
 Mesa Version History
@@ -829,4 +829,4 @@ Mesa Version History
     Bug Fixes:
        - fbiRev and tmuRev were unitialized when using Glide3
     Changes:
-       - ?? SGI SI GLU ??
+       - SGI's Sample Implementation (SI) 1.3 GLU library replaces Mesa GLU