blob: 171d12813225f4c78ac7dba5f93248e7e8f50e2e [file] [log] [blame]
Andreas Bollecd5c7c2012-06-12 09:05:03 +02001<!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>
Brian Paul0b27ace2003-03-08 17:38:57 +00009
Andreas Bollecd5c7c2012-06-12 09:05:03 +020010<h1>Supported Systems and Drivers</h1>
Brian Paul0b27ace2003-03-08 17:38:57 +000011
12<p>
Brian Pauld01de082012-02-09 18:05:52 -070013Mesa 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.
Brian Paul0b27ace2003-03-08 17:38:57 +000018</p>
19
Brian Paulb7c727e2005-08-19 16:57:50 +000020<p>
Brian Pauld01de082012-02-09 18:05:52 -070021The primary API is OpenGL but there's also support for OpenGL ES 1
22and ES 2, OpenVG and the EGL interface.
Brian Paulb7c727e2005-08-19 16:57:50 +000023</p>
24
25<p>
Brian Pauld01de082012-02-09 18:05:52 -070026Hardware drivers include:
Brian Paul0b27ace2003-03-08 17:38:57 +000027</p>
Brian Pauld01de082012-02-09 18:05:52 -070028<ul>
Andreas Boll398d8be2012-06-25 21:53:01 +020029 <li>Intel i965, i945, i915.
Brian Pauld01de082012-02-09 18:05:52 -070030 See <a href="http://intellinuxgraphics.org/index.html" target="_parent">
Andreas Boll398d8be2012-06-25 21:53:01 +020031 Intel's website</a></li>
32 <li>AMD Radeon series.
33 See <a href="http://www.x.org/wiki/RadeonFeature" target="_parent">RadeonFeature</a></li>
34 <li>NVIDIA GPUs.
35 See <a href="http://nouveau.freedesktop.org" target="_parent">Nouveau Wiki</a></li>
36 <li><a href="http://www.x.org/wiki/vmware" target="_parent">VMware virtual GPU</a></li>
Brian Pauld01de082012-02-09 18:05:52 -070037</ul>
Brian Paul0b27ace2003-03-08 17:38:57 +000038
39<p>
Brian Pauld01de082012-02-09 18:05:52 -070040Software drivers include:
41</p>
42<ul>
43<li><a href="llvmpipe.html">llvmpipe</a> - uses LLVM for x86 JIT code
44 generation and is multi-threaded
45<li>softpipe - a reference Gallium driver
46<li>swrast - the legacy/original Mesa software rasterizer
47</ul>
48
49<p>
50Additional driver information:
Brian Paul0b27ace2003-03-08 17:38:57 +000051</p>
52
Andreas Boll210a27d2012-06-12 09:05:36 +020053<ul>
Brian Paulb6c41fd2009-01-22 09:58:52 -070054<li><a href="http://dri.freedesktop.org/" target="_parent"> DRI hardware
55drivers</a> for the X Window System
Brian Pauld01de082012-02-09 18:05:52 -070056<li><a href="xlibdriver.html">Xlib / swrast driver</a> for the X Window System
Brian Paulb6c41fd2009-01-22 09:58:52 -070057and Unix-like operating systems
Brian Pauld01de082012-02-09 18:05:52 -070058<li><a href="README.WIN32">Microsoft Windows</a>
59<li><a href="vmware-guest.html">VMware</a> guest OS driver
Andreas Boll210a27d2012-06-12 09:05:36 +020060</ul>
Brian Paulb6c41fd2009-01-22 09:58:52 -070061
Brian Pauld01de082012-02-09 18:05:52 -070062
63<h1>
64Deprecated Systems and Drivers
65</h1>
66
67<p>
68In the past there were other drivers for older GPUs and operating
69systems.
70These have been removed from the Mesa source tree and distribution.
71If anyone's interested though, the code can be found in the git repo.
72The list includes:
73</p>
74
75<ul>
76<li>3dfx/glide
77<li>Matrox
78<li>ATI R128
79<li>Savage
80<li>VIA Unichrome
81<li>SIS
82<li>3Dlabs gamma
83<li>DOS
84<li>fbdev
85<li>DEC/VMS
Andreas Bolldf2be222012-06-12 09:05:22 +020086</ul>
Brian Pauld01de082012-02-09 18:05:52 -070087
Brian Paul0b27ace2003-03-08 17:38:57 +000088</body>
Adam Jacksond78834b2005-11-03 20:49:07 +000089</html>