diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-09-05 14:53:25 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-09-05 14:53:25 +0000 |
commit | 6c57b379a41615d148ba20b4f3ce083882475730 (patch) | |
tree | 8bf53725ef618daf9a80304ced8b287d1781467e /docs/utilities.html | |
parent | 1ac73bc993ea4dd90929b6fdf3647fd7a8385fe5 (diff) |
misc updates
Diffstat (limited to 'docs/utilities.html')
-rw-r--r-- | docs/utilities.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/utilities.html b/docs/utilities.html index f8dbc977fd..db2febae8e 100644 --- a/docs/utilities.html +++ b/docs/utilities.html @@ -9,11 +9,15 @@ <ul> <li>The Mesa distribution includes several utility routines in the -util/ directory +progs/util/ directory <li>Allen Akin's <a href="http://glean.sourceforge.net/" target="_parent">glean</a> is a framework for OpenGL testing. +<li><a href="http://developer.kde.org/~sewardj/" +target="_parent">Valgrind</a> is a very useful tool for tracking down +memory-related problems in your code. + </ul> </body> |