Module: Mesa Branch: main Commit: b0b55dc602be52d5757f89b3302b6170ce4ecf8f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0b55dc602be52d5757f89b3302b6170ce4ecf8f
Author: Samuel Pitoiset <[email protected]> Date: Tue Apr 25 16:52:06 2023 +0200 docs: rename ACO_DEBUG=noscheduling to ACO_DEBUG=nosched 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, 1 insertion(+), 1 deletion(-) diff --git a/docs/envvars.rst b/docs/envvars.rst index ae1ba9ac207..785013d874a 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -1284,7 +1284,7 @@ RADV driver environment variables disable value numbering ``noopt`` disable various optimizations - ``noscheduling`` + ``nosched`` disable instructions scheduling ``perfinfo`` print information used to calculate some pipeline statistics
