sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
15
lib/mesa/docs/utilities.rst
Normal file
15
lib/mesa/docs/utilities.rst
Normal file
|
@ -0,0 +1,15 @@
|
|||
Development Utilities
|
||||
=====================
|
||||
|
||||
`Mesa demos collection <https://gitlab.freedesktop.org/mesa/demos>`__
|
||||
includes several utility routines in the ``src/util/`` directory.
|
||||
`Piglit <https://piglit.freedesktop.org>`__
|
||||
is an open-source test suite for OpenGL implementations.
|
||||
`ApiTrace <https://github.com/apitrace/apitrace>`__
|
||||
is a project to trace, analyze and debug graphics APIs.
|
||||
`Valgrind <http://www.valgrind.org>`__
|
||||
is a very useful tool for tracking down memory-related problems in
|
||||
your code.
|
||||
`Coverity <https://scan.coverity.com/projects/mesa>`__
|
||||
provides static code analysis of Mesa. If you create an account you
|
||||
can see the results and try to fix outstanding issues.
|
Loading…
Add table
Add a link
Reference in a new issue