diff options
author | Chris Forbes <[email protected]> | 2013-08-04 19:38:37 +1200 |
---|---|---|
committer | Chris Forbes <[email protected]> | 2013-08-10 20:28:45 +1200 |
commit | e114b13dae28abfe39fb610c05db7acd7457cbcf (patch) | |
tree | 161ee3410399f8009bf3cdbccff8dbb3493f9275 /src/mesa/drivers/dri/i965/intel_context.h | |
parent | 58948981480c1fe93a171373c7676761e4d0b41e (diff) |
i965: Add a new debug mode for the VUE map
INTEL_DEBUG=vue now emits a listing of each slot in the VUE map,
and the corresponding interpolation mode.
V2: Fix whitespace issues.
Signed-off-by: Chris Forbes <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/intel_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_context.h b/src/mesa/drivers/dri/i965/intel_context.h index 188ac895a5f..734c57cdc03 100644 --- a/src/mesa/drivers/dri/i965/intel_context.h +++ b/src/mesa/drivers/dri/i965/intel_context.h @@ -190,6 +190,7 @@ extern int INTEL_DEBUG; #define DEBUG_SHADER_TIME 0x8000000 #define DEBUG_BLORP 0x10000000 #define DEBUG_NO16 0x20000000 +#define DEBUG_VUE 0x40000000 #ifdef HAVE_ANDROID_PLATFORM #define LOG_TAG "INTEL-MESA" |