docs: assorted updates, link fixes
[mesa.git] / docs / contents.html
1 <html>
2
3 <title>Contents</title>
4
5 <link rel="stylesheet" type="text/css" href="mesa.css"></head>
6
7 <!--Override a few values from the style sheet: -->
8 <style>
9 <!--
10 body {
11 background-color: #cccccc;
12 color: black;
13 }
14 a:link {
15 color: #000;
16 }
17 a:visited {
18 color: #000;
19 }
20 -->
21 </style>
22
23
24 <b>Documentation</b>
25 <ul>
26 <li><a href="intro.html" target="MainFrame">Introduction</a>
27 <li><a href="news.html" target="MainFrame">News</a>
28 <LI><A HREF="developers.html" target="MainFrame">Developers</A>
29 <li><a href="systems.html" target="MainFrame">Platforms and Drivers</a>
30 <li><a href="license.html" target="MainFrame">License & Copyright</a>
31 <li><a href="faq.html" target="MainFrame">FAQ</a>
32 <li><a href="relnotes.html" target="MainFrame">Release Notes</a>
33 <li><a href="thanks.html" target="MainFrame">Acknowledgements</a>
34 <li><a href="conform.html" target="MainFrame">Conformance Testing</a>
35 <li>more docs below...
36 </ul>
37
38 <b>Download / Install</b>
39 <ul>
40 <li><a href="download.html" target="MainFrame">Downloading / Unpacking</a>
41 <li><a href="install.html" target="MainFrame">Compiling / Installing</a>
42 <li><a href="glu.html" target="MainFrame">SGI's GLU</a>
43 <li><a href="precompiled.html" target="MainFrame">Precompiled Libraries</a>
44 </ul>
45
46 <b>Resources</b>
47 <ul>
48 <li><a href="lists.html" target="MainFrame">Mailing Lists</a>
49 <li><a href="bugs.html" target="MainFrame">Bug Database</a>
50 <li><a href="webmaster.html" target="MainFrame">Webmaster</a>
51 <li><a href="http://dri.freedesktop.org/" target="_parent">Mesa/DRI Wiki</a>
52 </ul>
53
54 <b>User Topics</b>
55 <ul>
56 <LI><A HREF="envvars.html" target="MainFrame">Environment Variables</A>
57 <LI><A HREF="osmesa.html" target="MainFrame">Off-Screen Rendering</A>
58 <LI><A HREF="pbuffers.html" target="MainFrame">Pbuffer Rendering</A>
59 <LI><A HREF="debugging.html" target="MainFrame">Debugging Tips</A>
60 <LI><A HREF="perf.html" target="MainFrame">Performance Tips</A>
61 <LI><A HREF="extensions.html" target="MainFrame">Mesa Extensions</A>
62 <LI><A HREF="mangling.html" target="MainFrame">Function Name Mangling</A>
63 </ul>
64
65 <b>Developer Topics</b>
66 <ul>
67 <li><a href="http://sourceforge.net/projects/mesa3d" target="_parent">SourceForge homepage</a>
68 <li><a href="repository.html" target="MainFrame">Source Code Repository</a>
69 <li><a href="memory.html" target="MainFrame">DRI Memory Management</a>
70 <li><a href="shading.html" target="MainFrame">Shading Language</a>
71 <li><a href="utilities.html" target="MainFrame">Utilities</a>
72 <li><a href="helpwanted.html" target="MainFrame">Help Wanted</a>
73 <li><a href="devinfo.html" target="MainFrame">Development Notes</a>
74 <li><a href="sourcedocs.html" target="MainFrame">Source Documentation</a>
75 <li><a href="fbdev-dri.html" target="MainFrame">fbdev/DRI Environment</a>
76 <li><a href="subset.html" target="MainFrame">Mesa Subset Driver</a>
77 <li><a href="glfbdev-driver.html" target="MainFrame">glFBDev Driver</a>
78 <LI><A HREF="dispatch.html" target="MainFrame">GL Dispatch</A>
79 <li><a href="cell.html" target="MainFrame">Cell Driver</A>
80 </ul>
81
82 <b>Links</b>
83 <ul>
84 <li><a href="http://www.opengl.org" target="_parent">OpenGL website</a>
85 <li><a href="http://dri.freedesktop.org" target="_parent">DRI website</a>
86 <li><a href="http://www.freedesktop.org" target="_parent">freedesktop.org</a>
87 <li><a href="games.html" target="MainFrame">Games and Entertainment</a>
88 <li><a href="libraries.html" target="MainFrame">Libraries and Toolkits</a>
89 <li><a href="modelers.html" target="MainFrame">Modeling and Rendering</a>
90 <li><a href="science.html" target="MainFrame">Science and Technical</a>
91 <li><a href="utility.html" target="MainFrame">Utilities</a>
92 <li><a href="demos.html" target="MainFrame">Demos / other</a>
93 </ul>
94
95 <b>Hosted by:</b>
96 <br>
97 <blockquote>
98 <A HREF="http://sourceforge.net"
99 target="_parent"><IMG SRC="http://sourceforge.net/sflogo.php?group_id=3&type=1"
100 WIDTH="88" HEIGHT="31" ALIGN="BOTTOM" ALT="Sourceforge.net" BORDER="0"></A>
101 </blockquote>
102
103 </body>
104 </html>