diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2017-03-20 01:58:48 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2017-03-21 13:48:53 -0700 |
commit | 2b074bb7e57667788cde4dd0f5b01d1683aa71ce (patch) | |
tree | 636aa7d4514d060462e59a06d4765da576a87c7d /docs | |
parent | 1fa432741c45cf9cdbdd416cd0f7b424f2ffc7a5 (diff) |
intel: Add a INTEL_DEBUG=color option.
This will be used for color output in debug messages.
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/envvars.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index aa56cd1a9f..653736565e 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -160,6 +160,7 @@ See the <a href="xlibdriver.html">Xlib software driver page</a> for details. This is useful for debugging hangs, etc.</li> <li>INTEL_DEBUG - a comma-separated list of named flags, which do various things: <ul> + <li>color - use color in output</li> <li>tex - emit messages about textures.</li> <li>state - emit messages about state flag tracking</li> <li>blit - emit messages about blit operations</li> |