Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  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.   <h1>The Mesa 3D Graphics Library</h1>
  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="http://cgit.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="http://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. </dl>
  34.  
  35. </div>
  36. </body>
  37. </html>
  38.