Mesa (master): radv: add a note about perftest/debug options

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Nov 6 06:56:07 UTC 2019


Module: Mesa
Branch: master
Commit: 50b3ec35d2eba6087f5bb8c110a170575edb8a89
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=50b3ec35d2eba6087f5bb8c110a170575edb8a89

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Thu Oct 31 16:52:30 2019 +0100

radv: add a note about perftest/debug options

Now that all environment variables are documented, it would be
appreciated if we can keep this up-to-date.

[skip ci]

Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>

---

 src/amd/vulkan/radv_debug.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/amd/vulkan/radv_debug.h b/src/amd/vulkan/radv_debug.h
index 54da0640ba4..435b0dfaec8 100644
--- a/src/amd/vulkan/radv_debug.h
+++ b/src/amd/vulkan/radv_debug.h
@@ -26,6 +26,7 @@
 
 #include "radv_private.h"
 
+/* Please keep docs/envvars.html up-to-date when you add/remove options. */
 enum {
 	RADV_DEBUG_NO_FAST_CLEARS    =   0x1,
 	RADV_DEBUG_NO_DCC            =   0x2,




More information about the mesa-commit mailing list