blob: a8c609d33c94f5f33d362fdea546032c774e4d62 [file] [log] [blame]
Erik Faye-Lund4d066832020-06-12 20:09:42 +02001Development 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.