blob: 12863876050d99527a41eea2a047f5e616e3a790 [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 Bollb5da52a2012-09-18 18:57:02 +020010<div class="header">
11 <h1>The Mesa 3D Graphics Library</h1>
12</div>
13
14<iframe src="contents.html"></iframe>
15<div class="content">
16
Andreas Bollecd5c7c2012-06-12 09:05:03 +020017<h1>Supported Systems and Drivers</h1>
Brian Paul0b27ace2003-03-08 17:38:57 +000018
19<p>
Brian Pauld01de082012-02-09 18:05:52 -070020Mesa is primarily developed and used on Linux systems.
21But there's also support for Windows, other flavors of Unix and other
22systems such as Haiku.
23We're actively developing and maintaining several hardware and
24software drivers.
Brian Paul0b27ace2003-03-08 17:38:57 +000025</p>
26
Brian Paulb7c727e2005-08-19 16:57:50 +000027<p>
Andreas Bollbf9e19d2013-01-30 22:35:51 +010028The primary API is OpenGL but there's also support for OpenGL ES 1, ES2
29and ES 3, OpenVG, OpenCL, VDPAU, XvMC and the EGL interface.
Brian Paulb7c727e2005-08-19 16:57:50 +000030</p>
31
32<p>
Brian Pauld01de082012-02-09 18:05:52 -070033Hardware drivers include:
Brian Paul0b27ace2003-03-08 17:38:57 +000034</p>
Brian Pauld01de082012-02-09 18:05:52 -070035<ul>
Andreas Boll398d8be2012-06-25 21:53:01 +020036 <li>Intel i965, i945, i915.
Brian Paulef3f00e2016-04-25 13:28:56 -060037 See <a href="https://01.org/linuxgraphics">Intel's website</a></li>
Andreas Boll398d8be2012-06-25 21:53:01 +020038 <li>AMD Radeon series.
Andreas Bolla73c59b2012-09-18 19:31:28 +020039 See <a href="http://www.x.org/wiki/RadeonFeature">RadeonFeature</a></li>
Andreas Boll398d8be2012-06-25 21:53:01 +020040 <li>NVIDIA GPUs.
Andreas Bolla73c59b2012-09-18 19:31:28 +020041 See <a href="http://nouveau.freedesktop.org">Nouveau Wiki</a></li>
42 <li><a href="http://www.x.org/wiki/vmware">VMware virtual GPU</a></li>
Brian Pauld01de082012-02-09 18:05:52 -070043</ul>
Brian Paul0b27ace2003-03-08 17:38:57 +000044
45<p>
Brian Pauld01de082012-02-09 18:05:52 -070046Software drivers include:
47</p>
48<ul>
49<li><a href="llvmpipe.html">llvmpipe</a> - uses LLVM for x86 JIT code
50 generation and is multi-threaded
51<li>softpipe - a reference Gallium driver
52<li>swrast - the legacy/original Mesa software rasterizer
53</ul>
54
55<p>
56Additional driver information:
Brian Paul0b27ace2003-03-08 17:38:57 +000057</p>
58
Andreas Boll210a27d2012-06-12 09:05:36 +020059<ul>
Andreas Bolla73c59b2012-09-18 19:31:28 +020060<li><a href="http://dri.freedesktop.org/"> DRI hardware
Brian Paulb6c41fd2009-01-22 09:58:52 -070061drivers</a> for the X Window System
Brian Pauld01de082012-02-09 18:05:52 -070062<li><a href="xlibdriver.html">Xlib / swrast driver</a> for the X Window System
Brian Paulb6c41fd2009-01-22 09:58:52 -070063and Unix-like operating systems
Brian Pauld01de082012-02-09 18:05:52 -070064<li><a href="README.WIN32">Microsoft Windows</a>
65<li><a href="vmware-guest.html">VMware</a> guest OS driver
Andreas Boll210a27d2012-06-12 09:05:36 +020066</ul>
Brian Paulb6c41fd2009-01-22 09:58:52 -070067
Brian Pauld01de082012-02-09 18:05:52 -070068
69<h1>
70Deprecated Systems and Drivers
71</h1>
72
73<p>
74In the past there were other drivers for older GPUs and operating
75systems.
76These have been removed from the Mesa source tree and distribution.
77If anyone's interested though, the code can be found in the git repo.
78The list includes:
79</p>
80
81<ul>
82<li>3dfx/glide
83<li>Matrox
84<li>ATI R128
85<li>Savage
86<li>VIA Unichrome
87<li>SIS
88<li>3Dlabs gamma
89<li>DOS
90<li>fbdev
91<li>DEC/VMS
Andreas Bolldf2be222012-06-12 09:05:22 +020092</ul>
Brian Pauld01de082012-02-09 18:05:52 -070093
Andreas Bollb5da52a2012-09-18 18:57:02 +020094</div>
Brian Paul0b27ace2003-03-08 17:38:57 +000095</body>
Adam Jacksond78834b2005-11-03 20:49:07 +000096</html>