From: Brian Paul Date: Thu, 17 Nov 2016 14:20:32 +0000 (-0700) Subject: docs: document MESA_DEBUG=context X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2acfd364798fcefe09acffabb106c9732d403e6c;p=mesa.git docs: document MESA_DEBUG=context Reviewed-by: Nicolai Hähnle Reviewed-by: Eric Engestrom --- 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