Home | History | Annotate | Download | only in docs
      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 <dl>
     13   <dt><a href="http://cgit.freedesktop.org/mesa/demos"
     14     target="_parent">Mesa demos collection</a></dt>
     15   <dd>includes several utility routines in the <code>src/util/</code>
     16   directory.</dd>
     17 
     18   <dt><a href="http://piglit.freedesktop.org"
     19     target="_parent">Piglit</a></dt>
     20   <dd>is an open-source test suite for OpenGL implementations.</dd>
     21 
     22   <dt><a href="https://github.com/apitrace/apitrace"
     23     target="_parent">ApiTrace</a></dt>
     24   <dd>is a project to trace, analyze and debug graphics api's.</dd>
     25 
     26   <dt><a href="http://www.valgrind.org"
     27     target="_parent">Valgrind</a></dt>
     28   <dd>is a very useful tool for tracking down
     29   memory-related problems in your code.</dd>
     30 </dl>
     31 
     32 </body>
     33 </html>
     34