Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 1 | <HTML> |
| 2 | |
| 3 | <TITLE>Supported Systems and Drivers</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>Supported Systems and Drivers</H1> |
| 10 | |
| 11 | <p> |
| 12 | Mesa was originally designed for Unix/X11 systems and is still best |
| 13 | supported on those systems. All you need is an ANSI C compiler and the |
| 14 | X development environment to use Mesa. |
| 15 | </p> |
| 16 | |
Brian Paul | b7c727e | 2005-08-19 16:57:50 +0000 | [diff] [blame] | 17 | <p> |
| 18 | The DRI hardware drivers for the X.org server and XFree86 provide |
| 19 | hardware accelerated rendering for chips from ATI, Intel, Matrox, 3dfx |
| 20 | and others on Linux and FreeBSD. |
| 21 | </p> |
| 22 | |
| 23 | <p> |
| 24 | Drivers for other assorted platforms include: |
| 25 | the Amiga, Apple Macintosh, BeOS, NeXT, OS/2, MS-DOS, VMS, Windows |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 26 | 9x/NT, and Direct3D. |
| 27 | </p> |
| 28 | |
| 29 | <p> |
Brian Paul | b6c41fd | 2009-01-22 09:58:52 -0700 | [diff] [blame] | 30 | Details about particular drivers follows: |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 31 | </p> |
| 32 | |
| 33 | <UL> |
Brian Paul | b6c41fd | 2009-01-22 09:58:52 -0700 | [diff] [blame] | 34 | <li><a href="http://dri.freedesktop.org/" target="_parent"> DRI hardware |
| 35 | drivers</a> for the X Window System |
| 36 | <LI><a href="xlibdriver.html">Xlib software driver</a> for the X Window System |
| 37 | and Unix-like operating systems |
Brian Paul | b7c727e | 2005-08-19 16:57:50 +0000 | [diff] [blame] | 38 | <LI>Microsoft Windows <A HREF="README.WIN32">(README.WIN32)</A> |
| 39 | <LI>DEC VMS <A HREF="README.VMS">(README.VMS)</A> |
Brian Paul | b6c41fd | 2009-01-22 09:58:52 -0700 | [diff] [blame] | 40 | </UL> |
| 41 | |
| 42 | |
| 43 | <h2>Deprecated Systems</h2> |
| 44 | |
| 45 | <p> |
| 46 | These drivers have not been maintained and are being deprecated. |
| 47 | They can be saved if someone steps up to help. |
| 48 | </p> |
| 49 | |
| 50 | <UL> |
Brian Paul | b7c727e | 2005-08-19 16:57:50 +0000 | [diff] [blame] | 51 | <LI>3dfx/Glide <A HREF="README.3DFX">(README.3DFX)</A> |
| 52 | <LI>GGI <A HREF="README.GGI">(README.GGI)</A> |
| 53 | <LI>Amiga Amiwin <A HREF="README.AMIWIN">(README.AMIWIN)</A> |
| 54 | <LI>BeOS <A HREF="README.BEOS">(README.BEOS)</A> |
| 55 | <LI>Direct3D driver <A HREF="README.D3D">(README.D3D)</A> |
| 56 | <LI>DJGPP <A HREF="README.DJ">(README.DJ)</A> |
| 57 | <LI>LynxOS <A HREF="README.LYNXOS">(README.LYNXOS)</A> |
| 58 | <LI>Mingw32 <A HREF="README.MINGW32">(README.MINGW32)</A> |
| 59 | <LI>NeXT <A HREF="README.NeXT">(README.NeXT)</A> |
| 60 | <LI>OpenStep <A HREF="README.OpenStep">(README.OpenStep)</A> |
| 61 | <LI>OS/2 <A HREF="README.OS2">(README.OS2)</A> |
| 62 | <LI>WindML <A HREF="README.WINDML">(README.WINDML)</A> |
Brian Paul | b6c41fd | 2009-01-22 09:58:52 -0700 | [diff] [blame] | 63 | </UL> |
| 64 | |
| 65 | And for historical reference: |
| 66 | <UL> |
Brian Paul | b7c727e | 2005-08-19 16:57:50 +0000 | [diff] [blame] | 67 | <LI><a href="http://utah-glx.sourceforge.net/" target="_parent">Utah GLX drivers</a> |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 68 | </UL> |
| 69 | |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 70 | </body> |
Adam Jackson | d78834b | 2005-11-03 20:49:07 +0000 | [diff] [blame] | 71 | </html> |