diff options
author | Kenneth Graunke <[email protected]> | 2017-03-20 01:58:48 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-03-21 13:48:53 -0700 |
commit | 2b074bb7e57667788cde4dd0f5b01d1683aa71ce (patch) | |
tree | 636aa7d4514d060462e59a06d4765da576a87c7d /src/intel/common/gen_debug.h | |
parent | 1fa432741c45cf9cdbdd416cd0f7b424f2ffc7a5 (diff) |
intel: Add a INTEL_DEBUG=color option.
This will be used for color output in debug messages.
Reviewed-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/intel/common/gen_debug.h')
-rw-r--r-- | src/intel/common/gen_debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/common/gen_debug.h b/src/intel/common/gen_debug.h index d007aebf69d..e745ed7be10 100644 --- a/src/intel/common/gen_debug.h +++ b/src/intel/common/gen_debug.h @@ -79,6 +79,7 @@ extern uint64_t INTEL_DEBUG; #define DEBUG_DO32 (1ull << 37) #define DEBUG_NO_RBC (1ull << 38) #define DEBUG_NO_HIZ (1ull << 39) +#define DEBUG_COLOR (1ull << 40) #ifdef HAVE_ANDROID_PLATFORM #define LOG_TAG "INTEL-MESA" |