From ab079260572262163be5dfc96b5d47f3fb8c7128 Mon Sep 17 00:00:00 2001 From: Marcin Ślusarz Date: Wed, 2 Sep 2020 14:25:54 +0200 Subject: intel: add INTEL_DEBUG=shaders MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Ślusarz Reviewed-by: Lionel Landwerlin Part-of: --- src/intel/dev/gen_debug.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/intel') 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 } }; -- cgit v1.2.3