Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

utilities.html 530B

123456789101112131415161718192021222324
  1. <HTML>
  2. <TITLE>Development Utilities</TITLE>
  3. <BODY text="#000000" bgcolor="#55bbff" link="#111188">
  4. <H1>Development Utilities</H1>
  5. <ul>
  6. <li>The Mesa distribution includes several utility routines in the
  7. progs/util/ directory
  8. <li>Allen Akin's <a href="http://glean.sourceforge.net/"
  9. target="_parent">glean</a> is a framework for OpenGL testing.
  10. <li><a href="http://developer.kde.org/~sewardj/"
  11. target="_parent">Valgrind</a> is a very useful tool for tracking down
  12. memory-related problems in your code.
  13. </ul>
  14. </body>
  15. </html>