From d6638e89fdbe8680087d9e3bd22d192202cef7e6 Mon Sep 17 00:00:00 2001 From: Faith Ekstrand Date: Thu, 29 Feb 2024 09:07:26 -0600 Subject: [PATCH] docs/nvk: Update the NVK_DEBUG docs Part-of: --- docs/drivers/nvk.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/drivers/nvk.rst b/docs/drivers/nvk.rst index 5ea5937a91e..5f5ced2d4a4 100644 --- a/docs/drivers/nvk.rst +++ b/docs/drivers/nvk.rst @@ -30,13 +30,17 @@ specific to NVK: :envvar:`NVK_DEBUG`: a comma-separated list of named flags, which do various things: - ``push_dump`` + ``push`` Dumps all pusbufs to stderr on submit. This requires that ``push_sync`` also be set. ``push_sync`` Waits for submit to complete before continuing ``zero_memory`` Zeros all VkDeviceMemory objects upon creation + ``vm`` + Logs VM binds and unbinds + ``no_cbuf`` + Disables automatic promotion of UBOs to constant buffers :envvar:`NVK_I_WANT_A_BROKEN_VULKAN_DRIVER` If defined to ``1`` or ``true``, this will enable enumeration of all