intel: Add INTEL_DEBUG=task,mesh

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13661>
This commit is contained in:
Caio Oliveira
2021-02-09 20:07:22 -08:00
committed by Marge Bot
parent ea8fa10edd
commit 76f55d7556
2 changed files with 8 additions and 1 deletions
+2
View File
@@ -94,6 +94,8 @@ extern uint64_t intel_debug;
#define DEBUG_NO_FAST_CLEAR (1ull << 46)
#define DEBUG_NO32 (1ull << 47)
#define DEBUG_RT (1ull << 48)
#define DEBUG_TASK (1ull << 49)
#define DEBUG_MESH (1ull << 50)
#define DEBUG_ANY (~0ull)