diff options
author | Paul Berry <[email protected]> | 2013-03-16 10:32:21 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2013-03-18 09:27:25 -0700 |
commit | 5a13e051d9043c2b95333cf778b242ce94be70d5 (patch) | |
tree | 74efe51447ea22ef09b2fc8f5bc783cc21e895d8 /src/mesa/drivers/dri/intel/intel_context.h | |
parent | 2da8ee16a8b126d15f34552916c77b203be326db (diff) |
i965/blorp: Add INTEL_DEBUG=blorp flag.
This debug flag prints out the native GEN assembly for a blitting
shader produced using BLORP. Hopefully this should be useful in
developing additional BLORP features.
Reviewed-by: Matt Turner <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Anuj Phogat <[email protected]>
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_context.h')
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_context.h b/src/mesa/drivers/dri/intel/intel_context.h index 5a496039c5d..2df15d4f3df 100644 --- a/src/mesa/drivers/dri/intel/intel_context.h +++ b/src/mesa/drivers/dri/intel/intel_context.h @@ -438,6 +438,7 @@ extern int INTEL_DEBUG; #define DEBUG_CLIP 0x2000000 #define DEBUG_AUB 0x4000000 #define DEBUG_SHADER_TIME 0x8000000 +#define DEBUG_BLORP 0x10000000 #define DEBUG_NO16 0x20000000 #ifdef HAVE_ANDROID_PLATFORM |