i965: Expand INTEL_DEBUG to uint64_t.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Matt Turner 2014-04-11 22:27:31 -07:00
parent 58db339599
commit ad48a9a319
2 changed files with 2 additions and 2 deletions

View 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},

View 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