diff options
author | Samuel Pitoiset <[email protected]> | 2020-01-31 14:35:54 +0100 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2020-02-11 07:56:55 +0100 |
commit | a8024aaaab9812d018cfa656d0dfce6ffedc123f (patch) | |
tree | fea24c424098780a7744b7c9300b8f4c49412522 /docs/envvars.html | |
parent | 5b335e1599e90dae9a7a1b4a1d9a4498f0d0cedd (diff) |
radv: make sure to not submit any IBs when RADV_FORCE_FAMILY is set
To prevent GPU hangs.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3654>
Diffstat (limited to 'docs/envvars.html')
-rw-r--r-- | docs/envvars.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index 124f42714cc..d8d86503ee1 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -583,6 +583,8 @@ Mesa EGL supports different sets of environment variables. See the <dd>disable memory shaders cache</dd> <dt><code>nongg</code></dt> <dd>disable NGG for GFX10+</dd> + <dt><code>noop</code></dt> + <dd>do not submit any IBs</dd> <dt><code>nooutoforder</code></dt> <dd>disable out-of-order rasterization</dd> <dt><code>noshaderballot</code></dt> |