Mesa (20.3): docs: document new zink-flag

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Dec 1 17:45:02 UTC 2020


Module: Mesa
Branch: 20.3
Commit: 25f01a7d4b7d4a1fb6ee50bcc24d240277d380b8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=25f01a7d4b7d4a1fb6ee50bcc24d240277d380b8

Author: Erik Faye-Lund <kusmabite at gmail.com>
Date:   Thu Nov 26 19:26:23 2020 +0100

docs: document new zink-flag

We forgot to document this previously, so let's add it now.

Fixes: feb9462bb19 ("zink: Added inbuilt debug logging from the VK_LAYER_LUNARG_standard_validation layer.")
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7802>
(cherry picked from commit 85647152535203aec5a5e77872e3ca501136244a)

---

 .pick_status.json     | 2 +-
 docs/drivers/zink.rst | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.pick_status.json b/.pick_status.json
index 416554b27f0..d077b93e3fd 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -1768,7 +1768,7 @@
         "description": "docs: document new zink-flag",
         "nominated": true,
         "nomination_type": 1,
-        "resolution": 0,
+        "resolution": 1,
         "master_sha": null,
         "because_sha": "feb9462bb19096ecfcc11b42d5474c6309594cd9"
     },
diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst
index e39ad3b1bba..f915bfee012 100644
--- a/docs/drivers/zink.rst
+++ b/docs/drivers/zink.rst
@@ -103,6 +103,8 @@ variable:
    current directory, and print a message with the filename to stderr.
 ``tgsi``
    Print the TGSI form of TGSI shaders to stderr.
+``validation``
+   Dump Validation layer output.
 
 Vulkan Validation Layers
 ^^^^^^^^^^^^^^^^^^^^^^^^



More information about the mesa-commit mailing list