Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 1 | <HTML> |
| 2 | |
| 3 | <TITLE>SGI GLU</TITLE> |
| 4 | |
Brian Paul | 36da045 | 2005-01-20 03:55:10 +0000 | [diff] [blame] | 5 | <link rel="stylesheet" type="text/css" href="mesa.css"></head> |
| 6 | |
| 7 | <BODY> |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 8 | |
| 9 | <H1>SGI SI GLU</H1> |
| 10 | |
| 11 | (Silicon Graphics, Inc. Sample Implementation of the OpenGL Utility library) |
| 12 | |
| 13 | <p> |
| 14 | SGI open-sourced their OpenGL Sample Implementation (SI) in January, 2000. |
| 15 | This includes the GLU library. |
| 16 | </p> |
| 17 | |
| 18 | <p> |
| 19 | The SI GLU library implements GLU version 1.3 whereas the original |
| 20 | Mesa GLU library only implemented version 1.2. |
| 21 | We recommend using the SI GLU library instead of Mesa's GLU library |
| 22 | since it's more up-to-date, complete and reliable. |
| 23 | We're no longer developing the original Mesa GLU library. |
| 24 | </p> |
| 25 | |
| 26 | <p> |
Brian Paul | b7c727e | 2005-08-19 16:57:50 +0000 | [diff] [blame] | 27 | The SI GLU library code is included in the Mesa distribution. |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 28 | You don't have to download it separately. |
| 29 | </p> |
| 30 | |
| 31 | |
| 32 | <p> |
| 33 | <b>Olivier Michel</b> has made Linux RPMs of GLU for i386 and PowerPC. |
| 34 | You can download them from the |
| 35 | <a href="http://www.sourceforge.net/project/showfiles.php?group_id=3" |
| 36 | target="_parent">download area</a> under <b>Miscellaneous</b>. |
| 37 | </p> |
| 38 | |
| 39 | <p> |
| 40 | Visit the <a href="http://oss.sgi.com/projects/ogl-sample/" target="_parent"> |
| 41 | OpenGL Sample Implementation home page</a> for more information about the SI. |
| 42 | </p> |
| 43 | |
| 44 | </body> |
| 45 | </html> |