blob: 62a6e0b52960a3ae40447a6d8f0edb4da195648a [file] [log] [blame]
Brian Paul0b27ace2003-03-08 17:38:57 +00001<HTML>
2
3<TITLE>Supported Systems and Drivers</TITLE>
4
Brian Paul36da0452005-01-20 03:55:10 +00005<link rel="stylesheet" type="text/css" href="mesa.css"></head>
6
7<BODY>
Brian Paul0b27ace2003-03-08 17:38:57 +00008
9<H1>Supported Systems and Drivers</H1>
10
11<p>
Brian Pauld01de082012-02-09 18:05:52 -070012Mesa is primarily developed and used on Linux systems.
13But there's also support for Windows, other flavors of Unix and other
14systems such as Haiku.
15We're actively developing and maintaining several hardware and
16software drivers.
Brian Paul0b27ace2003-03-08 17:38:57 +000017</p>
18
Brian Paulb7c727e2005-08-19 16:57:50 +000019<p>
Brian Pauld01de082012-02-09 18:05:52 -070020The primary API is OpenGL but there's also support for OpenGL ES 1
21and ES 2, OpenVG and the EGL interface.
Brian Paulb7c727e2005-08-19 16:57:50 +000022</p>
23
24<p>
Brian Pauld01de082012-02-09 18:05:52 -070025Hardware drivers include:
Brian Paul0b27ace2003-03-08 17:38:57 +000026</p>
Brian Pauld01de082012-02-09 18:05:52 -070027<ul>
28<li>Intel i965, i945, i915.
29 See <a href="http://intellinuxgraphics.org/index.html" target="_parent">
30 Intel's website</a>
31<li>AMD Radeon series
32<li>Some NVIDIA GPus.
33<li>VMware virtual GPU
34</ul>
Brian Paul0b27ace2003-03-08 17:38:57 +000035
36<p>
Brian Pauld01de082012-02-09 18:05:52 -070037Software drivers include:
38</p>
39<ul>
40<li><a href="llvmpipe.html">llvmpipe</a> - uses LLVM for x86 JIT code
41 generation and is multi-threaded
42<li>softpipe - a reference Gallium driver
43<li>swrast - the legacy/original Mesa software rasterizer
44</ul>
45
46<p>
47Additional driver information:
Brian Paul0b27ace2003-03-08 17:38:57 +000048</p>
49
50<UL>
Brian Paulb6c41fd2009-01-22 09:58:52 -070051<li><a href="http://dri.freedesktop.org/" target="_parent"> DRI hardware
52drivers</a> for the X Window System
Brian Pauld01de082012-02-09 18:05:52 -070053<li><a href="xlibdriver.html">Xlib / swrast driver</a> for the X Window System
Brian Paulb6c41fd2009-01-22 09:58:52 -070054and Unix-like operating systems
Brian Pauld01de082012-02-09 18:05:52 -070055<li><a href="README.WIN32">Microsoft Windows</a>
56<li><a href="vmware-guest.html">VMware</a> guest OS driver
Brian Paulb6c41fd2009-01-22 09:58:52 -070057</UL>
58
Brian Pauld01de082012-02-09 18:05:52 -070059
60<h1>
61Deprecated Systems and Drivers
62</h1>
63
64<p>
65In the past there were other drivers for older GPUs and operating
66systems.
67These have been removed from the Mesa source tree and distribution.
68If anyone's interested though, the code can be found in the git repo.
69The list includes:
70</p>
71
72<ul>
73<li>3dfx/glide
74<li>Matrox
75<li>ATI R128
76<li>Savage
77<li>VIA Unichrome
78<li>SIS
79<li>3Dlabs gamma
80<li>DOS
81<li>fbdev
82<li>DEC/VMS
83<ul>
84
Brian Paul0b27ace2003-03-08 17:38:57 +000085</body>
Adam Jacksond78834b2005-11-03 20:49:07 +000086</html>