llvmpipe: add support for ARB_indirect_parameters.
[mesa.git] / docs / utilities.html
index c748169443f16bb7c32435e0f340f30bf27f4309..32b98b26cdac5496ce9a315cb4befa84681d1811 100644 (file)
@@ -7,21 +7,35 @@
 </head>
 <body>
 
+<div class="header">
+  The Mesa 3D Graphics Library
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Development Utilities</h1>
 
-<ul>
+<dl>
+  <dt><a href="https://gitlab.freedesktop.org/mesa/demos">Mesa demos collection</a></dt>
+  <dd>includes several utility routines in the <code>src/util/</code>
+  directory.</dd>
 
-<li>The Mesa distribution includes several utility routines in the
-progs/util/ directory
+  <dt><a href="https://piglit.freedesktop.org">Piglit</a></dt>
+  <dd>is an open-source test suite for OpenGL implementations.</dd>
 
-<li>Allen Akin's <a href="http://glean.sourceforge.net/"
-target="_parent">glean</a> is a framework for OpenGL testing.
+  <dt><a href="https://github.com/apitrace/apitrace">ApiTrace</a></dt>
+  <dd>is a project to trace, analyze and debug graphics api's.</dd>
 
-<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.
+  <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>
 
-</ul>
+  <dt><a href="https://scan.coverity.com/projects/mesa">Coverity</a></dt>
+  <dd>provides static code analysis of Mesa.  If you create an account
+  you can see the results and try to fix outstanding issues.</dd>
+</dl>
 
+</div>
 </body>
 </html>