~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to docs/utilities.rst

  • Committer: mmach
  • Date: 2022-09-22 19:56:13 UTC
  • Revision ID: netbit73@gmail.com-20220922195613-wtik9mmy20tmor0i
2022-09-22 21:17:09

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Development Utilities
2
 
=====================
3
 
 
4
 
`Mesa demos collection <https://gitlab.freedesktop.org/mesa/demos>`__
5
 
   includes several utility routines in the ``src/util/`` directory.
6
 
`Piglit <https://piglit.freedesktop.org>`__
7
 
   is an open-source test suite for OpenGL implementations.
8
 
`ApiTrace <https://github.com/apitrace/apitrace>`__
9
 
   is a project to trace, analyze and debug graphics api's.
10
 
`Valgrind <http://www.valgrind.org>`__
11
 
   is a very useful tool for tracking down memory-related problems in
12
 
   your code.
13
 
`Coverity <https://scan.coverity.com/projects/mesa>`__
14
 
   provides static code analysis of Mesa. If you create an account you
15
 
   can see the results and try to fix outstanding issues.