From 9ccf5bffe360def72c8f96340a524fdd672354ec Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 25 Jun 2012 11:43:03 -0600 Subject: mesa: new MESA_LOG_FILE env var to log errors, warnings, etc., to a file Reviewed-by: Jose Fonseca --- docs/envvars.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/envvars.html') diff --git a/docs/envvars.html b/docs/envvars.html index fffb50a..102ea28 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -42,6 +42,8 @@ sometimes be useful for debugging end-user issues. printed to stderr.
If the value of MESA_DEBUG is 'FP' floating point arithmetic errors will generate exceptions. +
  • MESA_LOG_FILE - specifies a file name for logging all errors, warnings, +etc., rather than stderr
  • MESA_TEX_PROG - if set, implement conventional texture env modes with fragment programs (intended for developers only)
  • MESA_TNL_PROG - if set, implement conventional vertex transformation -- cgit v1.1