mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
docs: adjust NGG culling options description
NGG culling is also enabled by default on GFX10 now. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33868>
This commit is contained in:
parent
ab4d2d447a
commit
0da8a6bfd5
1 changed files with 2 additions and 2 deletions
|
|
@ -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``
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue