blob: 062cdc5c1a8f4289414cdd048f183fdc552b4376 [file] [log] [blame]
Andreas Bollecd5c7c2012-06-12 09:05:03 +02001<!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>
Brian Paul0b27ace2003-03-08 17:38:57 +00009
Andreas Bollecd5c7c2012-06-12 09:05:03 +020010<h1>Development Utilities</h1>
Brian Paul0b27ace2003-03-08 17:38:57 +000011
Andreas Boll6eaccbf2012-08-28 17:31:52 +020012<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>
Brian Paul0b27ace2003-03-08 17:38:57 +000017
Andreas Boll6eaccbf2012-08-28 17:31:52 +020018 <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>
Brian Paul0b27ace2003-03-08 17:38:57 +000021
Andreas Boll6eaccbf2012-08-28 17:31:52 +020022 <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>
Brian Paul0b27ace2003-03-08 17:38:57 +000025
Andreas Boll6eaccbf2012-08-28 17:31:52 +020026 <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>
Brian Paul0b27ace2003-03-08 17:38:57 +000031
32</body>
Andreas Bollecd5c7c2012-06-12 09:05:03 +020033</html>