systems.html revision 210a27d8c33634c6b676a8a1d35d5fec98213181
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html lang="en">
3<head>
4  <meta http-equiv="content-type" content="text/html; charset=utf-8">
5  <title>Supported Systems and Drivers</title>
6  <link rel="stylesheet" type="text/css" href="mesa.css">
7</head>
8<body>
9
10<h1>Supported Systems and Drivers</h1>
11
12<p>
13Mesa is primarily developed and used on Linux systems.
14But there's also support for Windows, other flavors of Unix and other
15systems such as Haiku.
16We're actively developing and maintaining several hardware and
17software drivers.
18</p>
19
20<p>
21The primary API is OpenGL but there's also support for OpenGL ES 1
22and ES 2, OpenVG and the EGL interface.
23</p>
24
25<p>
26Hardware drivers include:
27</p>
28<ul>
29<li>Intel i965, i945, i915.
30    See <a href="http://intellinuxgraphics.org/index.html" target="_parent">
31    Intel's website</a>
32<li>AMD Radeon series
33<li>Some NVIDIA GPus.
34<li>VMware virtual GPU
35</ul>
36
37<p>
38Software drivers include:
39</p>
40<ul>
41<li><a href="llvmpipe.html">llvmpipe</a> - uses LLVM for x86 JIT code
42    generation and is multi-threaded
43<li>softpipe - a reference Gallium driver
44<li>swrast - the legacy/original Mesa software rasterizer
45</ul>
46
47<p>
48Additional driver information:
49</p>
50
51<ul>
52<li><a href="http://dri.freedesktop.org/" target="_parent"> DRI hardware
53drivers</a> for the X Window System
54<li><a href="xlibdriver.html">Xlib / swrast driver</a> for the X Window System
55and Unix-like operating systems
56<li><a href="README.WIN32">Microsoft Windows</a>
57<li><a href="vmware-guest.html">VMware</a> guest OS driver
58</ul>
59
60
61<h1>
62Deprecated Systems and Drivers
63</h1>
64
65<p>
66In the past there were other drivers for older GPUs and operating
67systems.
68These have been removed from the Mesa source tree and distribution.
69If anyone's interested though, the code can be found in the git repo.
70The list includes:
71</p>
72
73<ul>
74<li>3dfx/glide
75<li>Matrox
76<li>ATI R128
77<li>Savage
78<li>VIA Unichrome
79<li>SIS
80<li>3Dlabs gamma
81<li>DOS
82<li>fbdev
83<li>DEC/VMS
84</ul>
85
86</body>
87</html>
88