mesa: Remove support for BeOS
[mesa.git] / docs / systems.html
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>
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
17 <p>
18 The DRI hardware drivers for the X.org server and XFree86 provide
19 hardware accelerated rendering for chips from ATI, Intel, and NVIDIA
20 on Linux and FreeBSD.
21 </p>
22
23 <p>
24 Drivers for other assorted platforms include:
25 the Apple Macintosh and Windows.
26 </p>
27
28 <p>
29 Details about particular drivers follows:
30 </p>
31
32 <UL>
33 <li><a href="http://dri.freedesktop.org/" target="_parent"> DRI hardware
34 drivers</a> for the X Window System
35 <LI><a href="xlibdriver.html">Xlib software driver</a> for the X Window System
36 and Unix-like operating systems
37 <LI>Microsoft Windows <A HREF="README.WIN32">(README.WIN32)</A>
38 <LI>DEC VMS <A HREF="README.VMS">(README.VMS)</A>
39 </UL>
40
41
42 <h2>Deprecated Systems</h2>
43
44 <p>
45 These drivers have not been maintained and are being deprecated.
46 They can be saved if someone steps up to help.
47 </p>
48
49 <UL>
50 <LI>3dfx/Glide <A HREF="README.3DFX">(README.3DFX)</A>
51 <LI>GGI <A HREF="README.GGI">(README.GGI)</A>
52 <LI>Amiga Amiwin <A HREF="README.AMIWIN">(README.AMIWIN)</A>
53 <LI>Direct3D driver <A HREF="README.D3D">(README.D3D)</A>
54 <LI>DJGPP <A HREF="README.DJ">(README.DJ)</A>
55 <LI>LynxOS <A HREF="README.LYNXOS">(README.LYNXOS)</A>
56 <LI>Mingw32 <A HREF="README.MINGW32">(README.MINGW32)</A>
57 <LI>NeXT <A HREF="README.NeXT">(README.NeXT)</A>
58 <LI>OpenStep <A HREF="README.OpenStep">(README.OpenStep)</A>
59 <LI>OS/2 <A HREF="README.OS2">(README.OS2)</A>
60 <LI>WindML <A HREF="README.WINDML">(README.WINDML)</A>
61 </UL>
62
63 And for historical reference:
64 <UL>
65 <LI><a href="http://utah-glx.sourceforge.net/" target="_parent">Utah GLX drivers</a>
66 </UL>
67
68 </body>
69 </html>