systems.html revision b6c41fd9335eade8fdfc66d43a32fbf9994e4983
1<HTML>
2
3<TITLE>Supported Systems and Drivers</TITLE>
4
5<link rel="stylesheet" type="text/css" href="mesa.css"></head>
6
7<BODY>
8
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
17<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
269x/NT, and Direct3D.
27</p>
28
29<p>
30Details about particular drivers follows:
31</p>
32
33<UL>
34<li><a href="http://dri.freedesktop.org/" target="_parent"> DRI hardware
35drivers</a> for the X Window System
36<LI><a href="xlibdriver.html">Xlib software driver</a> for the X Window System
37and Unix-like operating systems
38<LI>Microsoft Windows <A HREF="README.WIN32">(README.WIN32)</A>
39<LI>DEC VMS <A HREF="README.VMS">(README.VMS)</A>
40</UL>
41
42
43<h2>Deprecated Systems</h2>
44
45<p>
46These drivers have not been maintained and are being deprecated.
47They can be saved if someone steps up to help.
48</p>
49
50<UL>
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>
63</UL>
64
65And for historical reference:
66<UL>
67<LI><a href="http://utah-glx.sourceforge.net/" target="_parent">Utah GLX drivers</a>
68</UL>
69
70</body>
71</html>
72