diff options
author | Samuel Pitoiset <[email protected]> | 2019-10-31 16:52:30 +0100 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2019-11-06 07:58:33 +0100 |
commit | 50b3ec35d2eba6087f5bb8c110a170575edb8a89 (patch) | |
tree | daec945b428882370f7ca3a663fccb1f623465ce | |
parent | cc66976d0ac41a91c357f3ff7641088a048ab695 (diff) |
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 <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
-rw-r--r-- | src/amd/vulkan/radv_debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |