Remove references to fallbacks from this directory
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 9 Aug 2007 15:06:16 +0000 (16:06 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 9 Aug 2007 15:44:22 +0000 (16:44 +0100)
src/mesa/drivers/dri/intel_winsys/intel_context.c
src/mesa/drivers/dri/intel_winsys/intel_context.h

index 4ba8394f88d3c5e1d9c245593597f4a7f23da3eb..054f2c842177ba195219cc8baa5ffe1a114022ef 100644 (file)
@@ -216,7 +216,6 @@ static const struct dri_debug_control debug_control[] = {
    {"ioctl", DEBUG_IOCTL},
    {"blit", DEBUG_BLIT},
    {"mip", DEBUG_MIPTREE},
-   {"fall", DEBUG_FALLBACKS},
    {"verb", DEBUG_VERBOSE},
    {"bat", DEBUG_BATCH},
    {"pix", DEBUG_PIXEL},
index 0e040f79225f1edec02ec5e98c9fe90a1b1abee0..e84f53d1dc603a5592aaa96c3496b669f2fa7223 100644 (file)
@@ -121,7 +121,6 @@ extern int INTEL_DEBUG;
 #define DEBUG_IOCTL    0x4
 #define DEBUG_BLIT     0x8
 #define DEBUG_MIPTREE   0x10
-#define DEBUG_FALLBACKS        0x20
 #define DEBUG_VERBOSE  0x40
 #define DEBUG_BATCH     0x80
 #define DEBUG_PIXEL     0x100
@@ -156,8 +155,6 @@ extern void intelGetLock(struct intel_context *intel, GLuint flags);
 extern void intelFinish(GLcontext * ctx);
 extern void intelFlush(GLcontext * ctx);
 
-#define FALLBACK( ctx, bit, mode ) 
-
 /*======================================================================
  * Inline conversion functions.  
  * These are better-typed than the macros used previously: