blob: f84792863171e8ab304fdc4cb62647293dc5f286 [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.
Andreas Bolla73c59b2012-09-18 19:31:28 +020037 See <a href="http://intellinuxgraphics.org/index.html">
Andreas Boll398d8be2012-06-25 21:53:01 +020038 Intel's website</a></li>
39 <li>AMD Radeon series.
Andreas Bolla73c59b2012-09-18 19:31:28 +020040 See <a href="http://www.x.org/wiki/RadeonFeature">RadeonFeature</a></li>
Andreas Boll398d8be2012-06-25 21:53:01 +020041 <li>NVIDIA GPUs.
Andreas Bolla73c59b2012-09-18 19:31:28 +020042 See <a href="http://nouveau.freedesktop.org">Nouveau Wiki</a></li>
43 <li><a href="http://www.x.org/wiki/vmware">VMware virtual GPU</a></li>
Brian Pauld01de082012-02-09 18:05:52 -070044</ul>
Brian Paul0b27ace2003-03-08 17:38:57 +000045
46<p>
Brian Pauld01de082012-02-09 18:05:52 -070047Software drivers include:
48</p>
49<ul>
50<li><a href="llvmpipe.html">llvmpipe</a> - uses LLVM for x86 JIT code
51 generation and is multi-threaded
52<li>softpipe - a reference Gallium driver
53<li>swrast - the legacy/original Mesa software rasterizer
54</ul>
55
56<p>
57Additional driver information:
Brian Paul0b27ace2003-03-08 17:38:57 +000058</p>
59
Andreas Boll210a27d2012-06-12 09:05:36 +020060<ul>
Andreas Bolla73c59b2012-09-18 19:31:28 +020061<li><a href="http://dri.freedesktop.org/"> DRI hardware
Brian Paulb6c41fd2009-01-22 09:58:52 -070062drivers</a> for the X Window System
Brian Pauld01de082012-02-09 18:05:52 -070063<li><a href="xlibdriver.html">Xlib / swrast driver</a> for the X Window System
Brian Paulb6c41fd2009-01-22 09:58:52 -070064and Unix-like operating systems
Brian Pauld01de082012-02-09 18:05:52 -070065<li><a href="README.WIN32">Microsoft Windows</a>
66<li><a href="vmware-guest.html">VMware</a> guest OS driver
Andreas Boll210a27d2012-06-12 09:05:36 +020067</ul>
Brian Paulb6c41fd2009-01-22 09:58:52 -070068
Brian Pauld01de082012-02-09 18:05:52 -070069
70<h1>
71Deprecated Systems and Drivers
72</h1>
73
74<p>
75In the past there were other drivers for older GPUs and operating
76systems.
77These have been removed from the Mesa source tree and distribution.
78If anyone's interested though, the code can be found in the git repo.
79The list includes:
80</p>
81
82<ul>
83<li>3dfx/glide
84<li>Matrox
85<li>ATI R128
86<li>Savage
87<li>VIA Unichrome
88<li>SIS
89<li>3Dlabs gamma
90<li>DOS
91<li>fbdev
92<li>DEC/VMS
Andreas Bolldf2be222012-06-12 09:05:22 +020093</ul>
Brian Pauld01de082012-02-09 18:05:52 -070094
Andreas Bollb5da52a2012-09-18 18:57:02 +020095</div>
Brian Paul0b27ace2003-03-08 17:38:57 +000096</body>
Adam Jacksond78834b2005-11-03 20:49:07 +000097</html>