scons: Unbreak mingw build.
[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 </body>
42 </html>