OSDN Git Service

i965: remove unused DEBUG_IOCTL
authorChris Forbes <chrisf@ijw.co.nz>
Sun, 24 Nov 2013 04:57:53 +0000 (17:57 +1300)
committerChris Forbes <chrisf@ijw.co.nz>
Mon, 25 Nov 2013 08:18:33 +0000 (21:18 +1300)
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/intel_debug.c
src/mesa/drivers/dri/i965/intel_debug.h

index 0c45c99..7180e18 100644 (file)
@@ -38,7 +38,6 @@ int INTEL_DEBUG = 0;
 static const struct dri_debug_control debug_control[] = {
    { "tex",   DEBUG_TEXTURE},
    { "state", DEBUG_STATE},
-   { "ioctl", DEBUG_IOCTL},
    { "blit",  DEBUG_BLIT},
    { "mip",   DEBUG_MIPTREE},
    { "fall",  DEBUG_PERF},
index bf843a2..1d28a25 100644 (file)
@@ -35,7 +35,6 @@ extern int INTEL_DEBUG;
 
 #define DEBUG_TEXTURE    0x1
 #define DEBUG_STATE      0x2
-#define DEBUG_IOCTL      0x4
 #define DEBUG_BLIT       0x8
 #define DEBUG_MIPTREE     0x10
 #define DEBUG_PERF       0x20