util/vbuf: fix multidraw unrolling
[platform/upstream/mesa.git] / docs / utilities.rst
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 APIs.
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.