~ubuntu-branches/ubuntu/quantal/mesa-glw/quantal

« back to all changes in this revision

Viewing changes to docs/systems.html

  • Committer: Bazaar Package Importer
  • Author(s): Morten Kjeldgaard
  • Date: 2008-05-06 16:19:15 UTC
  • Revision ID: james.westby@ubuntu.com-20080506161915-uynz7nftmfixu6bq
Tags: upstream-7.0.3
ImportĀ upstreamĀ versionĀ 7.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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, 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
 
26
9x/NT, and Direct3D.
 
27
</p>
 
28
 
 
29
<p>
 
30
Details about particular drivers follows.
 
31
Be warned that some drivers may be out of date and no longer function.
 
32
</p>
 
33
 
 
34
<UL>
 
35
<LI><a href="xlibdriver.html">Xlib driver</a> for the X Window System
 
36
<li><a href="http://dri.freedesktop.org/" target="_parent">
 
37
DRI 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>
 
53
</UL>
 
54
 
 
55
</body>
 
56
</html>