docs: consolidate html header and footer
[mesa.git] / docs / utilities.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>Development Utilities</title>
6 <link rel="stylesheet" type="text/css" href="mesa.css">
7 </head>
8 <body>
9
10 <h1>Development Utilities</h1>
11
12 <ul>
13
14 <li>The Mesa distribution includes several utility routines in the
15 progs/util/ directory
16
17 <li>Allen Akin's <a href="http://glean.sourceforge.net/"
18 target="_parent">glean</a> is a framework for OpenGL testing.
19
20 <li><a href="http://developer.kde.org/~sewardj/"
21 target="_parent">Valgrind</a> is a very useful tool for tracking down
22 memory-related problems in your code.
23
24 </ul>
25
26 </body>
27 </html>