diff options
| author | Faith Ekstrand <faith.ekstrand@collabora.com> | 2025-10-29 09:49:13 -0400 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-10-30 15:11:23 +0000 |
| commit | 5a5862c0251a33add7d9379f7bad8d81faa0819b (patch) | |
| tree | 7048acfd7ecd45e0eba857b6e9ccb7e145e36539 /docs | |
| parent | 2f6b3b6b91f25c3f9d3abdcb3fdfb7f47a0196d9 (diff) | |
nvk: Document some environment variables
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38163>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/drivers/nvk.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/drivers/nvk.rst b/docs/drivers/nvk.rst index 5dffdc06066..e26202a6909 100644 --- a/docs/drivers/nvk.rst +++ b/docs/drivers/nvk.rst @@ -67,6 +67,11 @@ specific to NVK: Logs VM binds and unbinds ``no_cbuf`` Disables automatic promotion of UBOs to constant buffers + ``edb_bview`` + Forces the driver to use the VK_EXT_descriptor_buffer path for buffer + views. + ``gart`` + Forces all memory to be allocated from system RAM (GART) .. envvar:: NVK_I_WANT_A_BROKEN_VULKAN_DRIVER |