From 0da8a6bfd5d4479736a9ee123f4abd06a72af663 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Wed, 5 Mar 2025 08:43:53 +0100 Subject: [PATCH] docs: adjust NGG culling options description NGG culling is also enabled by default on GFX10 now. Signed-off-by: Samuel Pitoiset Part-of: --- docs/envvars.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/envvars.rst b/docs/envvars.rst index 5e77b5a6579..7b9f5ea5277 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -1383,7 +1383,7 @@ RADV driver environment variables ``nongg`` disable NGG for GFX10 and GFX10.3 ``nonggc`` - disable NGG culling on GPUs where it's enabled by default (GFX10.3 only). + disable NGG culling for GFX10 and GFX10.3 ``nongg_gs`` disable NGG GS for GFX10 and GFX10.3 ``nort`` @@ -1476,7 +1476,7 @@ RADV driver environment variables ``localbos`` enable local BOs ``nggc`` - enable NGG culling on GPUs where it's not enabled by default (GFX10.1 only). + enable NGG culling for GFX11+ ``nircache`` cache per-stage NIR for graphics pipelines ``nosam``