radv: Add forcecompress debug flag.
[mesa.git] / src / amd / vulkan / radv_device.c
index 799f291f0aeed67a03cc50b040b53383dcb947a8..275bbe525533c5605469b14876c6170b2e44ac09 100644 (file)
@@ -523,6 +523,7 @@ static const struct debug_control radv_debug_options[] = {
        {"metashaders", RADV_DEBUG_DUMP_META_SHADERS},
        {"nomemorycache", RADV_DEBUG_NO_MEMORY_CACHE},
        {"llvm", RADV_DEBUG_LLVM},
+       {"forcecompress", RADV_DEBUG_FORCE_COMPRESS},
        {NULL, 0}
 };