summaryrefslogtreecommitdiff
path: root/src/intel
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel')
-rw-r--r--src/intel/dev/gen_debug.c2
1 files changed, 2 insertions, 0 deletions
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 }
};