Remove references to fallbacks from this directory

This commit is contained in:
Keith Whitwell 2007-08-09 16:06:16 +01:00
parent df338be6d7
commit 3bf25e5516
2 changed files with 0 additions and 4 deletions

View 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},

View 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: