docs: fixup mistake in contents
[mesa.git] / docs / contents.html
1 <!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>Contents</title>
6 <link rel="stylesheet" type="text/css" href="mesa.css">
7
8 <!--Override a few values from the style sheet: -->
9 <style type="text/css">
10 <!--
11 body {
12 background-color: #cccccc;
13 color: black;
14 }
15 h2 {
16 font-size: inherit;
17 font-weight: bold;
18 }
19 a:link {
20 color: #000;
21 }
22 a:visited {
23 color: #000;
24 }
25 -->
26 </style>
27 </head>
28 <body>
29
30 <h2>Documentation</h2>
31 <ul>
32 <li><a href="intro.html" target="_parent">Introduction</a>
33 <li><a href="index.html" target="_parent">News</a>
34 <li><a href="developers.html" target="_parent">Developers</a>
35 <li><a href="systems.html" target="_parent">Platforms and Drivers</a>
36 <li><a href="license.html" target="_parent">License &amp; Copyright</a>
37 <li><a href="faq.html" target="_parent">FAQ</a>
38 <li><a href="relnotes.html" target="_parent">Release Notes</a>
39 <li><a href="thanks.html" target="_parent">Acknowledgements</a>
40 <li><a href="conform.html" target="_parent">Conformance Testing</a>
41 <li>more docs below...
42 </ul>
43
44 <h2>Download / Install</h2>
45 <ul>
46 <li><a href="download.html" target="_parent">Downloading / Unpacking</a>
47 <li><a href="install.html" target="_parent">Compiling / Installing</a>
48 <ul>
49 <li><a href="meson.html" target="_parent">Meson</a></li>
50 </ul>
51 </li>
52 <li><a href="precompiled.html" target="_parent">Precompiled Libraries</a>
53 </ul>
54
55 <h2>Need help?</h2>
56 <ul>
57 <li><a href="lists.html" target="_parent">Mailing Lists</a>
58 <li><a href="bugs.html" target="_parent">Report a bug</a>
59 <li><a href="webmaster.html" target="_parent">Webmaster</a>
60 <li><a href="https://dri.freedesktop.org/" target="_parent">Mesa/DRI Wiki</a>
61 </ul>
62
63 <h2>User Topics</h2>
64 <ul>
65 <li><a href="shading.html" target="_parent">Shading Language</a>
66 <li><a href="egl.html" target="_parent">EGL</a>
67 <li><a href="opengles.html" target="_parent">OpenGL ES</a>
68 <li><a href="envvars.html" target="_parent">Environment Variables</a>
69 <li><a href="osmesa.html" target="_parent">Off-Screen Rendering</a>
70 <li><a href="debugging.html" target="_parent">Debugging Tips</a>
71 <li><a href="perf.html" target="_parent">Performance Tips</a>
72 <li><a href="extensions.html" target="_parent">Mesa Extensions</a>
73 <li><a href="llvmpipe.html" target="_parent">Gallium llvmpipe driver</a>
74 <li><a href="vmware-guest.html" target="_parent">VMware SVGA3D guest driver</a>
75 <li><a href="postprocess.html" target="_parent">Gallium post-processing</a>
76 <li><a href="application-issues.html" target="_parent">Application Issues</a>
77 <li><a href="viewperf.html" target="_parent">Viewperf Issues</a>
78 </ul>
79
80 <h2>Developer Topics</h2>
81 <ul>
82 <li><a href="repository.html" target="_parent">Source Code Repository</a>
83 <li><a href="sourcetree.html" target="_parent">Source Code Tree</a>
84 <li><a href="utilities.html" target="_parent">Utilities</a>
85 <li><a href="helpwanted.html" target="_parent">Help Wanted</a>
86 <li><a href="devinfo.html" target="_parent">Development Notes</a>
87 <li><a href="codingstyle.html" target="_parent">Coding Style</a>
88 <li><a href="submittingpatches.html" target="_parent">Submitting patches</a>
89 <li><a href="releasing.html" target="_parent">Releasing process</a>
90 <li><a href="release-calendar.html" target="_parent">Release calendar</a>
91 <li><a href="sourcedocs.html" target="_parent">Source Documentation</a>
92 <li><a href="dispatch.html" target="_parent">GL Dispatch</a>
93 </ul>
94
95 <h2>Links</h2>
96 <ul>
97 <li><a href="https://www.opengl.org" target="_parent">OpenGL website</a>
98 <li><a href="https://dri.freedesktop.org" target="_parent">DRI website</a>
99 <li><a href="https://www.freedesktop.org" target="_parent">freedesktop.org</a>
100 <li><a href="https://planet.freedesktop.org" target="_parent">Developer blogs</a>
101 </ul>
102
103 <h2>Hosted by:</h2>
104 <dl>
105 <dd><a href="https://freedesktop.org" target="_parent">freedesktop.org</a>
106 </dl>
107
108 </body>
109 </html>