android: aco: add support for libmesa_aco
[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 and Copyright</a>
37 <li><a href="faq.html" target="_parent">Frequently Asked Questions</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 </ul>
42
43 <h2>Download and Install</h2>
44 <ul>
45 <li><a href="download.html" target="_parent">Downloading and Unpacking</a>
46 <li><a href="install.html" target="_parent">Compiling and Installing</a>
47 <ul>
48 <li><a href="meson.html" target="_parent">Meson</a></li>
49 </ul>
50 </li>
51 <li><a href="precompiled.html" target="_parent">Precompiled Libraries</a>
52 </ul>
53
54 <h2>Need help?</h2>
55 <ul>
56 <li><a href="lists.html" target="_parent">Mailing Lists</a>
57 <li><a href="bugs.html" target="_parent">Report a bug</a>
58 <li><a href="webmaster.html" target="_parent">Webmaster</a>
59 <li><a href="https://dri.freedesktop.org/" target="_parent">Mesa/DRI Wiki</a>
60 </ul>
61
62 <h2>User Topics</h2>
63 <ul>
64 <li><a href="shading.html" target="_parent">Shading Language</a>
65 <li><a href="egl.html" target="_parent">EGL</a>
66 <li><a href="opengles.html" target="_parent">OpenGL ES</a>
67 <li><a href="envvars.html" target="_parent">Environment Variables</a>
68 <li><a href="osmesa.html" target="_parent">Off-screen Rendering</a>
69 <li><a href="debugging.html" target="_parent">Debugging Tips</a>
70 <li><a href="perf.html" target="_parent">Performance Tips</a>
71 <li><a href="extensions.html" target="_parent">Mesa Extensions</a>
72 <li><a href="llvmpipe.html" target="_parent">Gallium LLVMpipe Driver</a>
73 <li><a href="vmware-guest.html" target="_parent">VMware SVGA3D Guest Driver</a>
74 <li><a href="postprocess.html" target="_parent">Gallium Post-processing</a>
75 <li><a href="application-issues.html" target="_parent">Application Issues</a>
76 <li><a href="viewperf.html" target="_parent">Viewperf Issues</a>
77 </ul>
78
79 <h2>Developer Topics</h2>
80 <ul>
81 <li><a href="repository.html" target="_parent">Source Code Repository</a>
82 <li><a href="sourcetree.html" target="_parent">Source Code Tree</a>
83 <li><a href="utilities.html" target="_parent">Utilities</a>
84 <li><a href="helpwanted.html" target="_parent">Help Wanted</a>
85 <li><a href="devinfo.html" target="_parent">Development Notes</a>
86 <li><a href="codingstyle.html" target="_parent">Coding Style</a>
87 <li><a href="submittingpatches.html" target="_parent">Submitting Patches</a>
88 <li><a href="releasing.html" target="_parent">Releasing Process</a>
89 <li><a href="release-calendar.html" target="_parent">Release Calendar</a>
90 <li><a href="sourcedocs.html" target="_parent">Source Documentation</a>
91 <li><a href="dispatch.html" target="_parent">GL Dispatch</a>
92 </ul>
93
94 <h2>Links</h2>
95 <ul>
96 <li><a href="https://www.opengl.org" target="_parent">OpenGL Website</a>
97 <li><a href="https://dri.freedesktop.org" target="_parent">DRI Website</a>
98 <li><a href="https://www.freedesktop.org" target="_parent">freedesktop.org</a>
99 <li><a href="https://planet.freedesktop.org" target="_parent">Developer Blogs</a>
100 </ul>
101
102 <h2>Hosted by:</h2>
103 <dl>
104 <dd><a href="https://www.freedesktop.org" target="_parent">freedesktop.org</a>
105 </dl>
106
107 </body>
108 </html>