diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-08-26 05:30:39 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-08-26 05:30:39 +0000 |
commit | 27c93456b58343162f7c4ad20ca6bea0c9a91646 (patch) | |
tree | 945c20b63e0b9975ee40f114c5312f8d8f1a2d0b /lib/mesa/src/intel/dev/gen_debug.h | |
parent | 875b83a3ee95e248388fbf72271acc80f6f97987 (diff) |
Import Mesa 20.1.6
Diffstat (limited to 'lib/mesa/src/intel/dev/gen_debug.h')
-rw-r--r-- | lib/mesa/src/intel/dev/gen_debug.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/mesa/src/intel/dev/gen_debug.h b/lib/mesa/src/intel/dev/gen_debug.h index edd3f8a66..aff96ae3f 100644 --- a/lib/mesa/src/intel/dev/gen_debug.h +++ b/lib/mesa/src/intel/dev/gen_debug.h @@ -87,6 +87,8 @@ extern uint64_t INTEL_DEBUG; #define DEBUG_TCS_EIGHT_PATCH (1ull << 43) #define DEBUG_BT (1ull << 44) #define DEBUG_PIPE_CONTROL (1ull << 45) +#define DEBUG_NO_FAST_CLEAR (1ull << 46) +#define DEBUG_NO32 (1ull << 47) /* These flags are not compatible with the disk shader cache */ #define DEBUG_DISK_CACHE_DISABLE_MASK DEBUG_SHADER_TIME @@ -95,7 +97,7 @@ extern uint64_t INTEL_DEBUG; #define DEBUG_DISK_CACHE_MASK \ (DEBUG_NO16 | DEBUG_NO_DUAL_OBJECT_GS | DEBUG_NO8 | DEBUG_SPILL_FS | \ DEBUG_SPILL_VEC4 | DEBUG_NO_COMPACTION | DEBUG_DO32 | DEBUG_SOFT64 | \ - DEBUG_TCS_EIGHT_PATCH) + DEBUG_TCS_EIGHT_PATCH | DEBUG_NO32) #ifdef HAVE_ANDROID_PLATFORM #define LOG_TAG "INTEL-MESA" |