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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user