blob: d34efcc8673bd31384581f9acbe5048d219b6638 [file] [log] [blame]
Brian Paul14adbf42000-07-21 16:32:33 +00001
2 Mesa 3.2.1 release notes
3
4 PLEASE READ!!!!
5
6
7
8The Mesa 3.2.1 release mainly just fixes bugs since the 3.2 release.
9See the VERSIONS file for the exact list.
10
11
12
13GLU Polygon Tessellator
14-----------------------
15
16The GLU tessellator has been reverted back to the version included
17with Mesa 3.0 since it's more stable. The Mesa 3.1/3.2 tessellator
18implemented the GLU 1.3 specification but suffered from a number of
19bugs.
20
21Mesa implements GLU 1.1.
22
23Ideally, people should use the GLU 1.3 library included in SGI's
24OpenGL Sample Implementation (SI) available from
25http://oss.sgi.com/projects/ogl-sample/
26People are working to make easy-to-install Linux RPMs of the
27GLU library.
28
29
30
31----------------------------------------------------------------------