added SI GLU info

This commit is contained in:
Brian Paul 2001-03-17 00:47:19 +00:00
parent 47cbbcc1b6
commit eb11fa73ec
2 changed files with 16 additions and 4 deletions

View 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 $

View 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