blob: 48ac017644329f82986011cdcaa6c32bb1eba632 [file] [log] [blame]
Brian Paul0b27ace2003-03-08 17:38:57 +00001<HTML>
2
3<TITLE>Supported Systems and Drivers</TITLE>
4
Brian Paul36da0452005-01-20 03:55:10 +00005<link rel="stylesheet" type="text/css" href="mesa.css"></head>
6
7<BODY>
Brian Paul0b27ace2003-03-08 17:38:57 +00008
9<H1>Supported Systems and Drivers</H1>
10
11<p>
12Mesa was originally designed for Unix/X11 systems and is still best
13supported on those systems. All you need is an ANSI C compiler and the
14X development environment to use Mesa.
15</p>
16
Brian Paulb7c727e2005-08-19 16:57:50 +000017<p>
18The DRI hardware drivers for the X.org server and XFree86 provide
19hardware accelerated rendering for chips from ATI, Intel, Matrox, 3dfx
20and others on Linux and FreeBSD.
21</p>
22
23<p>
24Drivers for other assorted platforms include:
25the Amiga, Apple Macintosh, BeOS, NeXT, OS/2, MS-DOS, VMS, Windows
Brian Paul0b27ace2003-03-08 17:38:57 +0000269x/NT, and Direct3D.
27</p>
28
29<p>
Brian Paulb7c727e2005-08-19 16:57:50 +000030Details about particular drivers follows.
31Be warned that some drivers may be out of date and no longer function.
Brian Paul0b27ace2003-03-08 17:38:57 +000032</p>
33
34<UL>
Brian Paulb7c727e2005-08-19 16:57:50 +000035<LI>Xlib driver for the X Window System <A HREF="README.X11">(README.X11)</A>
Adam Jacksond78834b2005-11-03 20:49:07 +000036<li><a href="http://dri.freedesktop.org/" target="_parent">
Brian Paulb7c727e2005-08-19 16:57:50 +000037DRI hardware drivers</a> for the X window system
38<LI>Microsoft Windows <A HREF="README.WIN32">(README.WIN32)</A>
39<LI>DEC VMS <A HREF="README.VMS">(README.VMS)</A>
40<LI>3dfx/Glide <A HREF="README.3DFX">(README.3DFX)</A>
41<LI>GGI <A HREF="README.GGI">(README.GGI)</A>
42<LI>Amiga Amiwin <A HREF="README.AMIWIN">(README.AMIWIN)</A>
43<LI>BeOS <A HREF="README.BEOS">(README.BEOS)</A>
44<LI>Direct3D driver <A HREF="README.D3D">(README.D3D)</A>
45<LI>DJGPP <A HREF="README.DJ">(README.DJ)</A>
46<LI>LynxOS <A HREF="README.LYNXOS">(README.LYNXOS)</A>
47<LI>Mingw32 <A HREF="README.MINGW32">(README.MINGW32)</A>
48<LI>NeXT <A HREF="README.NeXT">(README.NeXT)</A>
49<LI>OpenStep <A HREF="README.OpenStep">(README.OpenStep)</A>
50<LI>OS/2 <A HREF="README.OS2">(README.OS2)</A>
51<LI>WindML <A HREF="README.WINDML">(README.WINDML)</A>
52<LI><a href="http://utah-glx.sourceforge.net/" target="_parent">Utah GLX drivers</a>
Brian Paul0b27ace2003-03-08 17:38:57 +000053</UL>
54
Brian Paul0b27ace2003-03-08 17:38:57 +000055</body>
Adam Jacksond78834b2005-11-03 20:49:07 +000056</html>