diff --git a/src/intel/dev/gen_debug.c b/src/intel/dev/gen_debug.c index 9a0ff4ba45e..3671ba10a32 100644 --- a/src/intel/dev/gen_debug.c +++ b/src/intel/dev/gen_debug.c @@ -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 } };