blob: db2febae8e9ddb9dee41e819d26643487f083bfb [file] [log] [blame]
Brian Paul0b27ace2003-03-08 17:38:57 +00001<HTML>
2
3<TITLE>Development Utilities</TITLE>
4
5<BODY text="#000000" bgcolor="#55bbff" link="#111188">
6
7<H1>Development Utilities</H1>
8
9<ul>
10
11<li>The Mesa distribution includes several utility routines in the
Brian Paul6c57b372003-09-05 14:53:25 +000012progs/util/ directory
Brian Paul0b27ace2003-03-08 17:38:57 +000013
14<li>Allen Akin's <a href="http://glean.sourceforge.net/"
15target="_parent">glean</a> is a framework for OpenGL testing.
16
Brian Paul6c57b372003-09-05 14:53:25 +000017<li><a href="http://developer.kde.org/~sewardj/"
18target="_parent">Valgrind</a> is a very useful tool for tracking down
19memory-related problems in your code.
20
Brian Paul0b27ace2003-03-08 17:38:57 +000021</ul>
22
23</body>
24</html>