diff options
author | Samuel Pitoiset <[email protected]> | 2020-02-17 14:45:47 +0100 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2020-02-26 08:09:46 +0100 |
commit | cd6ec2b1abbd96f4456e92613c2232c919bb9023 (patch) | |
tree | 70ad32d7829d37859c2a42322d863a17fee71cc0 /docs | |
parent | f280c00ba6cd3b0d3a01ae2fc3085de89ec867ec (diff) |
radv: implement a dummy winsys for creating devices without AMDGPU
To allow developers to test the compiler backends without having
any AMD GPUs. To create a null device, set eg.
RADV_FORCE_FAMILY=polaris10 in your environment.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3872>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3872>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/envvars.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index df4377209eb..eacd1b604bd 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -585,8 +585,6 @@ 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> |