blob: 7b1d3483a7ed43ad27056250a04855cedf9a012f [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>
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>
Brian Paul0b27ace2003-03-08 17:38:57 +000036
37<p>
Brian Pauld01de082012-02-09 18:05:52 -070038Software 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:
Brian Paul0b27ace2003-03-08 17:38:57 +000049</p>
50
51<UL>
Brian Paulb6c41fd2009-01-22 09:58:52 -070052<li><a href="http://dri.freedesktop.org/" target="_parent"> DRI hardware
53drivers</a> for the X Window System
Brian Pauld01de082012-02-09 18:05:52 -070054<li><a href="xlibdriver.html">Xlib / swrast driver</a> for the X Window System
Brian Paulb6c41fd2009-01-22 09:58:52 -070055and Unix-like operating systems
Brian Pauld01de082012-02-09 18:05:52 -070056<li><a href="README.WIN32">Microsoft Windows</a>
57<li><a href="vmware-guest.html">VMware</a> guest OS driver
Brian Paulb6c41fd2009-01-22 09:58:52 -070058</UL>
59
Brian Pauld01de082012-02-09 18:05:52 -070060
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
Andreas Bolldf2be222012-06-12 09:05:22 +020084</ul>
Brian Pauld01de082012-02-09 18:05:52 -070085
Brian Paul0b27ace2003-03-08 17:38:57 +000086</body>
Adam Jacksond78834b2005-11-03 20:49:07 +000087</html>