docs/envvars: update the ANV_DEBUG documentation
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Synchronize it with the values it actually accepts right now.

v2: Other values were added by other patches after I wrote this one.

Acked-by: Tapani Pälli <tapani.palli@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41277>
This commit is contained in:
Paulo Zanoni 2026-04-29 15:07:47 -07:00 committed by Marge Bot
parent 0e81aac260
commit 439c1123b0

View file

@ -940,8 +940,6 @@ Anvil(ANV) driver environment variables
Enable experimental features
``no-gpl``
Disables `VK_KHR_graphics_pipeline_library` support
``no-secondary-call``
Disables secondary command buffer calls
``no-sparse``
Disables sparse support
``sparse-trtt``
@ -954,6 +952,9 @@ Anvil(ANV) driver environment variables
Emits dummy (MI_STORE_DATA_IMM) instructions containing the shader
source hash, preceding shader programming instructions (internal
shaders & ray-tracing shaders are omitted)
``no-slab``
Disables the slab subsystem, which optimizes memory usage by allowing
application buffers to share GEM buffers.
``shader-print``
Allow developer print traces added by `brw_nir_printf` to be
printed out on the console