From: Samuel Pitoiset Date: Thu, 31 Oct 2019 15:52:30 +0000 (+0100) Subject: radv: add a note about perftest/debug options X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=50b3ec35d2eba6087f5bb8c110a170575edb8a89;p=mesa.git 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 Reviewed-by: Bas Nieuwenhuizen --- 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,