i965: Expand INTEL_DEBUG to uint64_t.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
@@ -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},
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user