radeon: reverse DBG_NO_HYPERZ logic
[mesa.git] / src / gallium / drivers / radeon / r600_pipe_common.c
index 7af8124eb345dcba07a9472f99bf90070204c74c..dbca157f04a5d9b76f97c1b873c720c5d1736e92 100644 (file)
@@ -137,7 +137,7 @@ static const struct debug_named_value common_debug_options[] = {
        { "ps", DBG_PS, "Print pixel shaders" },
        { "cs", DBG_CS, "Print compute shaders" },
 
-       { "nohyperz", DBG_NO_HYPERZ, "Disable Hyper-Z" },
+       { "hyperz", DBG_HYPERZ, "Enable Hyper-Z" },
        /* GL uses the word INVALIDATE, gallium uses the word DISCARD */
        { "noinvalrange", DBG_NO_DISCARD_RANGE, "Disable handling of INVALIDATE_RANGE map flags" },