i965: remove unused DEBUG_IOCTL
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
@@ -38,7 +38,6 @@ int INTEL_DEBUG = 0;
|
|||||||
static const struct dri_debug_control debug_control[] = {
|
static const struct dri_debug_control debug_control[] = {
|
||||||
{ "tex", DEBUG_TEXTURE},
|
{ "tex", DEBUG_TEXTURE},
|
||||||
{ "state", DEBUG_STATE},
|
{ "state", DEBUG_STATE},
|
||||||
{ "ioctl", DEBUG_IOCTL},
|
|
||||||
{ "blit", DEBUG_BLIT},
|
{ "blit", DEBUG_BLIT},
|
||||||
{ "mip", DEBUG_MIPTREE},
|
{ "mip", DEBUG_MIPTREE},
|
||||||
{ "fall", DEBUG_PERF},
|
{ "fall", DEBUG_PERF},
|
||||||
|
@@ -35,7 +35,6 @@ extern int INTEL_DEBUG;
|
|||||||
|
|
||||||
#define DEBUG_TEXTURE 0x1
|
#define DEBUG_TEXTURE 0x1
|
||||||
#define DEBUG_STATE 0x2
|
#define DEBUG_STATE 0x2
|
||||||
#define DEBUG_IOCTL 0x4
|
|
||||||
#define DEBUG_BLIT 0x8
|
#define DEBUG_BLIT 0x8
|
||||||
#define DEBUG_MIPTREE 0x10
|
#define DEBUG_MIPTREE 0x10
|
||||||
#define DEBUG_PERF 0x20
|
#define DEBUG_PERF 0x20
|
||||||
|
Reference in New Issue
Block a user