dri: Rework planar image interface
[mesa.git] / docs / glu.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html lang="en">
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
5 <title>SGI GLU</title>
6 <link rel="stylesheet" type="text/css" href="mesa.css">
7 </head>
8 <body>
9
10 <h1>SGI SI GLU</h1>
11
12 (Silicon Graphics, Inc. Sample Implementation of the OpenGL Utility library)
13
14 <p>
15 SGI open-sourced their OpenGL Sample Implementation (SI) in January, 2000.
16 This includes the GLU library.
17 </p>
18
19 <p>
20 The SI GLU library implements GLU version 1.3 whereas the original
21 Mesa GLU library only implemented version 1.2.
22 We recommend using the SI GLU library instead of Mesa's GLU library
23 since it's more up-to-date, complete and reliable.
24 We're no longer developing the original Mesa GLU library.
25 </p>
26
27 <p>
28 The SI GLU library code is included in the Mesa distribution.
29 You don't have to download it separately.
30 </p>
31
32
33 <p>
34 <b>Olivier Michel</b> has made Linux RPMs of GLU for i386 and PowerPC.
35 You can download them from the
36 <a href="http://www.sourceforge.net/project/showfiles.php?group_id=3"
37 target="_parent">download area</a> under <b>Miscellaneous</b>.
38 </p>
39
40 <p>
41 Visit the <a href="http://oss.sgi.com/projects/ogl-sample/" target="_parent">
42 OpenGL Sample Implementation home page</a> for more information about the SI.
43 </p>
44
45 </body>
46 </html>