_mesa_create_exec_table(): deprecate ProgramStringARB.
[mesa.git] / docs / utilities.html
index 8dd1df08ee0fb1239d3eeb6efc90e94ba9a86245..9541d3082f794d1987299c3cdca524e29d9cd309 100644 (file)
@@ -7,21 +7,31 @@
 </head>
 <body>
 
-<h1>Development Utilities</h1>
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
 
-<ul>
+<h1>Development Utilities</h1>
 
-<li>The Mesa distribution includes several utility routines in the
-progs/util/ directory
+<dl>
+  <dt><a href="http://cgit.freedesktop.org/mesa/demos">Mesa demos collection</a></dt>
+  <dd>includes several utility routines in the <code>src/util/</code>
+  directory.</dd>
 
-<li>Allen Akin's <a href="http://glean.sourceforge.net/"
-target="_parent">glean</a> is a framework for OpenGL testing.
+  <dt><a href="http://piglit.freedesktop.org">Piglit</a></dt>
+  <dd>is an open-source test suite for OpenGL implementations.</dd>
 
-<li><a href="http://www.valgrind.org"
-target="_parent">Valgrind</a> is a very useful tool for tracking down
-memory-related problems in your code.
+  <dt><a href="https://github.com/apitrace/apitrace">ApiTrace</a></dt>
+  <dd>is a project to trace, analyze and debug graphics api's.</dd>
 
-</ul>
+  <dt><a href="http://www.valgrind.org">Valgrind</a></dt>
+  <dd>is a very useful tool for tracking down
+  memory-related problems in your code.</dd>
+</dl>
 
+</div>
 </body>
 </html>