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