mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 16:38:09 +02:00
docs/anv: Document ANV_SPARSE and ANV_SPARSE_USE_TRTT
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30593>
This commit is contained in:
parent
92f4008473
commit
2e4179b4a7
1 changed files with 13 additions and 0 deletions
|
|
@ -896,6 +896,19 @@ Anvil(ANV) driver environment variables
|
|||
If set to 1, true, or yes, then VK_EXT_graphics_pipeline_library
|
||||
will be disabled.
|
||||
|
||||
.. envvar:: ANV_SPARSE
|
||||
|
||||
By default, the sparse resources feature is enabled. However, if set to 0,
|
||||
false, or no, it will be disabled.
|
||||
Platforms older than Tiger Lake do not support this feature.
|
||||
|
||||
.. envvar:: ANV_SPARSE_USE_TRTT
|
||||
|
||||
On platforms supported by Xe KMD (Lunar Lake and newer) this parameter
|
||||
changes the implementation of sparse resources feature.
|
||||
For i915 there is no option, sparse resources is always implemented with
|
||||
TRTT.
|
||||
|
||||
DRI environment variables
|
||||
-------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue