mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
docs/envvars: update the ANV_DEBUG documentation
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:
parent
0e81aac260
commit
439c1123b0
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue