intel: add INTEL_DEBUG=shaders
[mesa.git] / src / intel / dev / gen_debug.c
index 9a0ff4ba45e014989013267e1daa526dbc7f1c60..3671ba10a321aad7526eb3e3bd282342ad8b69b9 100644 (file)
@@ -94,6 +94,8 @@ static const struct debug_control debug_control[] = {
    { "pc",          DEBUG_PIPE_CONTROL },
    { "nofc",        DEBUG_NO_FAST_CLEAR },
    { "no32",        DEBUG_NO32 },
+   { "shaders",     DEBUG_WM | DEBUG_VS | DEBUG_TCS |
+                    DEBUG_TES | DEBUG_GS | DEBUG_CS },
    { NULL,    0 }
 };