progs/egl: Add an OpenGL ES demo for EGL_OES_image_pixmap.
[mesa.git] / docs / utilities.html
1 <HTML>
2
3 <TITLE>Development Utilities</TITLE>
4
5 <link rel="stylesheet" type="text/css" href="mesa.css"></head>
6
7 <BODY>
8
9 <H1>Development Utilities</H1>
10
11 <ul>
12
13 <li>The Mesa distribution includes several utility routines in the
14 progs/util/ directory
15
16 <li>Allen Akin's <a href="http://glean.sourceforge.net/"
17 target="_parent">glean</a> is a framework for OpenGL testing.
18
19 <li><a href="http://developer.kde.org/~sewardj/"
20 target="_parent">Valgrind</a> is a very useful tool for tracking down
21 memory-related problems in your code.
22
23 </ul>
24
25 </body>
26 </html>