docs: fix RADV_DEBUG=nonggc description

NGG culling is only enabled by default on GFX10.3.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27518>
This commit is contained in:
Samuel Pitoiset 2024-02-08 10:27:59 +01:00 committed by Marge Bot
parent 932b9e6a23
commit 877d9678f5

View file

@ -1277,7 +1277,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 on GPUs where it's enabled by default (GFX10.3 only).
``nort``
skip executing vkCmdTraceRays and ray queries (RT extensions will still be
advertised)