mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
i965: Expand INTEL_DEBUG to uint64_t.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
58db339599
commit
ad48a9a319
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue