diff options
author | Matt Turner <[email protected]> | 2014-11-13 10:40:01 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-10 10:19:16 -0800 |
commit | 47aaabda4771524755c9b3246d967afeb300a3ca (patch) | |
tree | e15fe37475a70615cf1d8394ca0ea78d854b4acc /src/mesa/drivers/dri/i965/intel_debug.h | |
parent | 1a2de7dce8fcff807a2b42b7197d11b28192fa3e (diff) |
i965: Replace 'noann' debug flag with 'ann'.
Reviewed-by: Ben Widawsky <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_debug.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/intel_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_debug.h b/src/mesa/drivers/dri/i965/intel_debug.h index e693e9c600d..df2c86345ef 100644 --- a/src/mesa/drivers/dri/i965/intel_debug.h +++ b/src/mesa/drivers/dri/i965/intel_debug.h @@ -61,7 +61,7 @@ extern uint64_t INTEL_DEBUG; #define DEBUG_VUE (1 << 25) #define DEBUG_NO_DUAL_OBJECT_GS (1 << 26) #define DEBUG_OPTIMIZER (1 << 27) -#define DEBUG_NO_ANNOTATION (1 << 28) +#define DEBUG_ANNOTATION (1 << 28) #define DEBUG_NO8 (1 << 29) #ifdef HAVE_ANDROID_PLATFORM |