radv: Increase NGG culling PS param limit to 12 on GFX10.

Helps performance in Baldur's Gate 3 on Navi 10
when NGG culling is enabled.

Also fix the description of the RADV_PERFTEST=nggc env var.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31971>
This commit is contained in:
Timur Kristóf
2024-11-05 01:30:48 +01:00
committed by Marge Bot
parent 5068a6b4ce
commit 6bf19b2d70
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1663,7 +1663,7 @@ RadeonSI driver environment variables
``nongg``
Disable NGG and use the legacy pipeline.
``nggc``
Always use NGG culling even when it can hurt.
Always use NGG culling even on GPUs where it is disabled by default.
``nonggc``
Disable NGG culling.
``switch_on_eop``