summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2016-11-17 07:20:32 -0700
committerBrian Paul <[email protected]>2016-11-19 08:44:03 -0700
commit2acfd364798fcefe09acffabb106c9732d403e6c (patch)
tree35fafa9f9aee0777ff8fbedce56551c78e7542af /docs
parentea276512a0c4c95f004e314f12e977786656f015 (diff)
docs: document MESA_DEBUG=context
Reviewed-by: Nicolai Hähnle <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/envvars.html2
1 files changed, 2 insertions, 0 deletions
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.
<li>flush - flush after each drawing command</li>
<li>incomplete_tex - extra debug messages when a texture is incomplete</li>
<li>incomplete_fbo - extra debug messages when a fbo is incomplete</li>
+ <li>context - create a debug context (see GLX_CONTEXT_DEBUG_BIT_ARB) and
+ print error and performance messages to stderr (or MESA_LOG_FILE).</li>
</ul>
<li>MESA_LOG_FILE - specifies a file name for logging all errors, warnings,
etc., rather than stderr