From: Brian Paul Date: Fri, 13 Nov 2015 15:01:29 +0000 (-0700) Subject: docs: add link to Coverity on developer utilities page X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a5efbf804eb848553b85f498bf4c4340d748c3d;p=mesa.git docs: add link to Coverity on developer utilities page Signed-off-by: Brian Paul --- diff --git a/docs/utilities.html b/docs/utilities.html index 9541d3082f7..5c0a4fdcd2e 100644 --- a/docs/utilities.html +++ b/docs/utilities.html @@ -30,6 +30,10 @@
Valgrind
is a very useful tool for tracking down memory-related problems in your code.
+ +
Coverity
+
provides static code analysis of Mesa. If you create an account + you can see the results and try to fix outstanding issues.