docs: add release notes for 19.1.7
[mesa.git] / docs / utilities.html
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 <div class="header">
11 The Mesa 3D Graphics Library
12 </div>
13
14 <iframe src="contents.html"></iframe>
15 <div class="content">
16
17 <h1>Development Utilities</h1>
18
19 <dl>
20 <dt><a href="https://gitlab.freedesktop.org/mesa/demos">Mesa demos collection</a></dt>
21 <dd>includes several utility routines in the <code>src/util/</code>
22 directory.</dd>
23
24 <dt><a href="https://piglit.freedesktop.org">Piglit</a></dt>
25 <dd>is an open-source test suite for OpenGL implementations.</dd>
26
27 <dt><a href="https://github.com/apitrace/apitrace">ApiTrace</a></dt>
28 <dd>is a project to trace, analyze and debug graphics api's.</dd>
29
30 <dt><a href="http://www.valgrind.org">Valgrind</a></dt>
31 <dd>is a very useful tool for tracking down
32 memory-related problems in your code.</dd>
33
34 <dt><a href="https://scan.coverity.com/projects/mesa">Coverity</a></dt>
35 <dd>provides static code analysis of Mesa. If you create an account
36 you can see the results and try to fix outstanding issues.</dd>
37 </dl>
38
39 </div>
40 </body>
41 </html>