summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2023-01-04 12:21:50 +0100
committerMarge Bot <emma+marge@anholt.net>2023-01-06 08:11:17 +0000
commit21e52a612d1bd030b489a4ed99e47f32f2c812fb (patch)
treebfde08e1e82c2060d662f98c47afa8b1c713163b /docs
parent39c6f6454cf408f6d8d220f49cfcc3a062d88e29 (diff)
radv: remove enabling out-of-order rasterization internally
This was added ~4 years ago for very little performance improvements (likely < 1%) and this is only supported on GFX8 and GFX9. Since, the number of dynamic states increased and this is likely disabled most of the time, and given the maintainability cost, it looks like it's time to remove it completely. Applications can still enable it with VK_AMD_rasterization_order. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20514>
Diffstat (limited to 'docs')
-rw-r--r--docs/envvars.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/envvars.rst b/docs/envvars.rst
index f2b246a15cc..a0c6f6f52a9 100644
--- a/docs/envvars.rst
+++ b/docs/envvars.rst
@@ -941,8 +941,6 @@ RADV driver environment variables
disable NGG for GFX10 and GFX10.3
``nonggc``
disable NGG culling on GPUs where it's enabled by default (GFX10.3+ only).
- ``nooutoforder``
- disable out-of-order rasterization
``notccompatcmask``
disable TC-compat CMASK for MSAA surfaces
``noumr``