diff options
author | Samuel Pitoiset <[email protected]> | 2020-02-12 15:35:49 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-02-13 08:09:13 +0000 |
commit | b2531370c968373c24b0c9814610a686bd63f128 (patch) | |
tree | e82dc61371612c37b71ed079607da6febb74c713 /docs/envvars.html | |
parent | fa48e7edc23bd1148329a69d6e32ddf5acdb2926 (diff) |
radv: remove RADV_DEBUG=nosisched and RADV_PERFTEST=sisched
They are no longer useful.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3789>
Diffstat (limited to 'docs/envvars.html')
-rw-r--r-- | docs/envvars.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index d8d86503ee1..906e1ee25a3 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -589,8 +589,6 @@ Mesa EGL supports different sets of environment variables. See the <dd>disable out-of-order rasterization</dd> <dt><code>noshaderballot</code></dt> <dd>disable shader ballot</dd> - <dt><code>nosisched</code></dt> - <dd>disable LLVM sisched experimental scheduler</dd> <dt><code>nothreadllvm</code></dt> <dd>disable LLVM threaded compilation</dd> <dt><code>preoptir</code></dt> @@ -636,8 +634,6 @@ Mesa EGL supports different sets of environment variables. See the <dd>enable wave32 for pixel shaders (GFX10+)</dd> <dt><code>shader_ballot</code></dt> <dd>enable shader ballot</dd> - <dt><code>sisched</code></dt> - <dd>enable LLVM sisched experimental scheduler</dd> <dt><code>tccompatcmask</code></dt> <dd>enable TC-compat cmask for MSAA images</dd> </dl> |