intel: add INTEL_DEBUG=shaders

Signed-off-by: Marcin Ślusarz <marcin.slusarz@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6559>
This commit is contained in:
Marcin Ślusarz 2020-09-02 14:25:54 +02:00 committed by Marge Bot
parent 7acc7ec33b
commit ab07926057
1 changed files with 2 additions and 0 deletions

View 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 }
};