diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-07-19 14:59:33 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-07-19 14:59:33 +0000 |
commit | 91e07e6b270001f980a00cbb1bd42a67aafc1829 (patch) | |
tree | 1275fa7c1468c039832f8a8463eadea35721f4c0 | |
parent | abfd41b673605a978808c977cfb4d944e12fec69 (diff) |
updated release notes
-rw-r--r-- | docs/RELNOTES-3.2.1 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/RELNOTES-3.2.1 b/docs/RELNOTES-3.2.1 index 3506065de2..4b9c3c11b0 100644 --- a/docs/RELNOTES-3.2.1 +++ b/docs/RELNOTES-3.2.1 @@ -4,16 +4,21 @@ PLEASE READ!!!! -Mesa 3.2.1 adds a number of bug fixes since the Mesa 3.2 release. + +The Mesa 3.2.1 release mainly just fixes bugs since the 3.2 release. See the VERSIONS file for the exact list. + +GLU Polygon Tessellator +----------------------- + The GLU tessellator has been reverted back to the version included with Mesa 3.0 since it's more stable. The Mesa 3.1/3.2 tessellator implemented the GLU 1.3 specification but suffered from a number of bugs. -Mesa's implements GLU 1.1. +Mesa implements GLU 1.1. Ideally, people should use the GLU 1.3 library included in SGI's OpenGL Sample Implementation (SI) available from @@ -24,4 +29,4 @@ GLU library. ---------------------------------------------------------------------- -$Id: RELNOTES-3.2.1,v 1.1.2.2 2000/07/11 01:49:01 brianp Exp $ +$Id: RELNOTES-3.2.1,v 1.1.2.3 2000/07/19 14:59:33 brianp Exp $ |