gtest: Fix up import of gtest 1.6.0
[mesa.git] / docs / systems.html
1 <HTML>
2
3 <TITLE>Supported Systems and Drivers</TITLE>
4
5 <link rel="stylesheet" type="text/css" href="mesa.css"></head>
6
7 <BODY>
8
9 <H1>Supported Systems and Drivers</H1>
10
11 <p>
12 Mesa is primarily developed and used on Linux systems.
13 But there's also support for Windows, other flavors of Unix and other
14 systems such as Haiku.
15 We're actively developing and maintaining several hardware and
16 software drivers.
17 </p>
18
19 <p>
20 The primary API is OpenGL but there's also support for OpenGL ES 1
21 and ES 2, OpenVG and the EGL interface.
22 </p>
23
24 <p>
25 Hardware drivers include:
26 </p>
27 <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>
35
36 <p>
37 Software 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>
47 Additional driver information:
48 </p>
49
50 <UL>
51 <li><a href="http://dri.freedesktop.org/" target="_parent"> DRI hardware
52 drivers</a> for the X Window System
53 <li><a href="xlibdriver.html">Xlib / swrast driver</a> for the X Window System
54 and Unix-like operating systems
55 <li><a href="README.WIN32">Microsoft Windows</a>
56 <li><a href="vmware-guest.html">VMware</a> guest OS driver
57 </UL>
58
59
60 <h1>
61 Deprecated Systems and Drivers
62 </h1>
63
64 <p>
65 In the past there were other drivers for older GPUs and operating
66 systems.
67 These have been removed from the Mesa source tree and distribution.
68 If anyone's interested though, the code can be found in the git repo.
69 The 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
85 </body>
86 </html>