spirv: Rewrite CFG construction
[mesa.git] / docs / utilities.html
index f8dbc977fdd3cad9ea3b886232c20c27eb63cb5d..32b98b26cdac5496ce9a315cb4befa84681d1811 100644 (file)
@@ -1,20 +1,41 @@
-<HTML>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="en">
+<head>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8">
+  <title>Development Utilities</title>
+  <link rel="stylesheet" type="text/css" href="mesa.css">
+</head>
+<body>
 
-<TITLE>Development Utilities</TITLE>
+<div class="header">
+  The Mesa 3D Graphics Library
+</div>
 
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<iframe src="contents.html"></iframe>
+<div class="content">
 
-<H1>Development Utilities</H1>
+<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
-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>
 
-</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>
 
+  <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>
\ No newline at end of file
+</html>