mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
Remove references to fallbacks from this directory
This commit is contained in:
parent
df338be6d7
commit
3bf25e5516
2 changed files with 0 additions and 4 deletions
|
|
@ -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},
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue