Module: Mesa Branch: master Commit: 6c2e0527ea7a387d3e19e87f96a9ba3a8421d7f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c2e0527ea7a387d3e19e87f96a9ba3a8421d7f6
Author: Eric Engestrom <[email protected]> Date: Thu Sep 7 11:10:55 2017 +0100 docs: update envvar docs to reflect MESA_NO_ERROR change I changed the behaviour earlier today, but forgot to update the corresponding docs. Fixes: 77713a0acb09f475d29f "mesa: allow user to set MESA_NO_ERROR=0" Suggested-by: Emil Velikov <[email protected]> Signed-off-by: Eric Engestrom <[email protected]> --- docs/envvars.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/envvars.html b/docs/envvars.html index 9e2f816364..ca553e5397 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -46,7 +46,7 @@ sometimes be useful for debugging end-user issues. <li>MESA_NO_MMX - if set, disables Intel MMX optimizations <li>MESA_NO_3DNOW - if set, disables AMD 3DNow! optimizations <li>MESA_NO_SSE - if set, disables Intel SSE optimizations -<li>MESA_NO_ERROR - if set error checking is disabled as per KHR_no_error. +<li>MESA_NO_ERROR - if set to 1, error checking is disabled as per KHR_no_error. This will result in undefined behaviour for invalid use of the api, but can reduce CPU use for apps that are known to be error free.</li> <li>MESA_DEBUG - if set, error messages are printed to stderr. For example, _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
