blob: 4693639b8a6f5cf723f79ee180352051491b7297 [file] [log] [blame]
Brian Paul0b27ace2003-03-08 17:38:57 +00001<HTML>
2
3<TITLE>Development Utilities</TITLE>
4
Brian Paul36da0452005-01-20 03:55:10 +00005<link rel="stylesheet" type="text/css" href="mesa.css"></head>
6
7<BODY>
Brian Paul0b27ace2003-03-08 17:38:57 +00008
9<H1>Development Utilities</H1>
10
11<ul>
12
13<li>The Mesa distribution includes several utility routines in the
Brian Paul6c57b372003-09-05 14:53:25 +000014progs/util/ directory
Brian Paul0b27ace2003-03-08 17:38:57 +000015
16<li>Allen Akin's <a href="http://glean.sourceforge.net/"
17target="_parent">glean</a> is a framework for OpenGL testing.
18
Brian Paul6c57b372003-09-05 14:53:25 +000019<li><a href="http://developer.kde.org/~sewardj/"
20target="_parent">Valgrind</a> is a very useful tool for tracking down
21memory-related problems in your code.
22
Brian Paul0b27ace2003-03-08 17:38:57 +000023</ul>
24
25</body>
26</html>