summaryrefslogtreecommitdiffstats
path: root/docs/envvars.html
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2017-09-11 15:47:55 -0700
committerKenneth Graunke <[email protected]>2017-09-12 09:27:09 -0700
commite9cf458fa8c60878a17bee6a0f0b5b11f88272a4 (patch)
treeb8ececb1e2e680cac11f5e058bf6106c9bb2e1e3 /docs/envvars.html
parent85b66d20969685c26d3f7d22b6fc7b988872fa88 (diff)
docs: Document shader capturing environment variables.
Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'docs/envvars.html')
-rw-r--r--docs/envvars.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/envvars.html b/docs/envvars.html
index 51c930f013f..17d69dc4cd4 100644
--- a/docs/envvars.html
+++ b/docs/envvars.html
@@ -133,6 +133,8 @@ that variable is set), or else within .cache/mesa within the user's
home directory.
<li>MESA_GLSL - <a href="shading.html#envvars">shading language compiler options</a>
<li>MESA_NO_MINMAX_CACHE - when set, the minmax index cache is globally disabled.
+<li>MESA_SHADER_CAPTURE_PATH - see <a href="shading.html#capture">Capturing Shaders</a></li>
+<li>MESA_SHADER_DUMP_PATH and MESA_SHADER_READ_PATH - see <a href="shading.html#replacement">Experimenting with Shader Replacements</a></li>
</ul>