From: Marcin Ślusarz Date: Wed, 2 Sep 2020 12:25:54 +0000 (+0200) Subject: intel: add INTEL_DEBUG=shaders X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ab079260572262163be5dfc96b5d47f3fb8c7128;p=mesa.git intel: add INTEL_DEBUG=shaders Signed-off-by: Marcin Ślusarz Reviewed-by: Lionel Landwerlin Part-of: --- 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 } };