diff options
| author | Mel Henning <mhenning@darkrefraction.com> | 2025-10-10 20:24:21 -0400 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-10-29 20:08:39 +0000 |
| commit | 93d51a423acebf76b851d3b45092f9f17b054778 (patch) | |
| tree | 36e5bd5e76ad4d84e99c64dbbfdcb6b14e3a45e2 /docs | |
| parent | edd0cb6d56dbf9192814b6f3076bedfe513675fa (diff) | |
docs/nvk: Document NVK_DEBUG=trash_memory
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37828>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/drivers/nvk.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/drivers/nvk.rst b/docs/drivers/nvk.rst index 327a92e8e3a..5dffdc06066 100644 --- a/docs/drivers/nvk.rst +++ b/docs/drivers/nvk.rst @@ -61,6 +61,8 @@ specific to NVK: Waits for submit to complete before continuing ``zero_memory`` Zeros all VkDeviceMemory objects upon creation + ``trash_memory`` + Write repeating nonzero patterns to client memory allocations ``vm`` Logs VM binds and unbinds ``no_cbuf`` |