About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2025-10-27 15:29:04 +0100
committerMarge Bot <marge-bot@fdo.invalid>2025-10-30 07:16:23 +0000
commit0dcb800a07accecb8fbf243f0cf17e56d6e491da (patch)
tree7afd4da2d954b03719a6b003c2bed9cf62802d47 /docs
parent48d6459701a02089f31d6e21d9ece9e9a29dda9e (diff)
radv: remove some RADV_DEBUG deprecated options
They have been marked as deprecated in 25.3, so one release cycle before they are removed completely. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38085>
Diffstat (limited to 'docs')
-rw-r--r--docs/envvars.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/envvars.rst b/docs/envvars.rst
index ad37e191579..6fbf8e6bc03 100644
--- a/docs/envvars.rst
+++ b/docs/envvars.rst
@@ -1395,9 +1395,6 @@ RADV driver environment variables
Print image info
``info``
show GPU-related information
- ``invariantgeom``
- Mark geometry-affecting outputs as invariant. This works around a common
- class of application bugs appearing as flickering. (deprecated)
``metashaders``
dump internal meta shaders
``noatocdithering``
@@ -1414,8 +1411,6 @@ RADV driver environment variables
disable Delta Color Compression (DCC) on images
``nodisplaydcc``
disable Delta Color Compression (DCC) on displayable images
- ``nodynamicbounds``
- do not check OOB access for dynamic descriptors (deprecated)
``noeso``
disable VK_EXT_shader_object
``nofastclears``
@@ -1434,8 +1429,6 @@ RADV driver environment variables
disable NGG for GFX10 and GFX10.3
``nonggc``
disable NGG culling for GFX10 and GFX10.3
- ``nongg_gs``
- disable NGG GS for GFX10 and GFX10.3 (deprecated)
``nort``
skip executing vkCmdTraceRays and ray queries (RT extensions will still be
advertised)
@@ -1465,9 +1458,6 @@ RADV driver environment variables
enable register shadowing
``spirv``
dump SPIR-V
- ``splitfma``
- split application-provided fused multiply-add in geometry stages
- (deprecated)
``startup``
display info at startup
``syncshaders``