From 2acfd364798fcefe09acffabb106c9732d403e6c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 17 Nov 2016 07:20:32 -0700 Subject: [PATCH] docs: document MESA_DEBUG=context MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Nicolai Hähnle Reviewed-by: Eric Engestrom --- docs/envvars.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/envvars.html b/docs/envvars.html index af1a30c68ef..5dd7bab2c66 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -60,6 +60,8 @@ sometimes be useful for debugging end-user issues.
  • flush - flush after each drawing command
  • incomplete_tex - extra debug messages when a texture is incomplete
  • incomplete_fbo - extra debug messages when a fbo is incomplete
  • +
  • context - create a debug context (see GLX_CONTEXT_DEBUG_BIT_ARB) and + print error and performance messages to stderr (or MESA_LOG_FILE).
  • MESA_LOG_FILE - specifies a file name for logging all errors, warnings, etc., rather than stderr -- 2.30.2