OSDN Git Service

i965: Expand INTEL_DEBUG to uint64_t.
authorMatt Turner <mattst88@gmail.com>
Sat, 12 Apr 2014 05:27:31 +0000 (22:27 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 15 Apr 2014 17:29:00 +0000 (10:29 -0700)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/intel_debug.c
src/mesa/drivers/dri/i965/intel_debug.h

index 77f410a..dc74202 100644 (file)
@@ -33,7 +33,7 @@
 #include "intel_debug.h"
 #include "utils.h"
 
-int INTEL_DEBUG = 0;
+uint64_t INTEL_DEBUG = 0;
 
 static const struct dri_debug_control debug_control[] = {
    { "tex",   DEBUG_TEXTURE},
index c01fbb3..d4f1666 100644 (file)
@@ -31,7 +31,7 @@
  * list of debugging flags, as well as some macros for handling them.
  */
 
-extern int INTEL_DEBUG;
+extern uint64_t INTEL_DEBUG;
 
 #define DEBUG_TEXTURE    0x1
 #define DEBUG_STATE      0x2