Module: Mesa Branch: main Commit: 5e6c716173461ded6be665f59a33e312a9868f17 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e6c716173461ded6be665f59a33e312a9868f17
Author: Samuel Pitoiset <[email protected]> Date: Tue Apr 25 16:54:45 2023 +0200 docs: add missing ACO_DEBUG=force-waitdeps Signed-off-by: Samuel Pitoiset <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22688> --- docs/envvars.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/envvars.rst b/docs/envvars.rst index 785013d874a..9294dc1f9a0 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -1280,6 +1280,8 @@ RADV driver environment variables abort on some suboptimal code generation ``force-waitcnt`` force emitting waitcnt states if there is something to wait for + ``force-waitdeps`` + force emitting waitcnt dependencies for debugging hazards on GFX10+ ``novn`` disable value numbering ``noopt``
