diff options
-rw-r--r-- | src/mesa/pipe/xlib/xmesaP.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mesa/pipe/xlib/xmesaP.h b/src/mesa/pipe/xlib/xmesaP.h index c4c78be864..d0e8f32430 100644 --- a/src/mesa/pipe/xlib/xmesaP.h +++ b/src/mesa/pipe/xlib/xmesaP.h @@ -526,17 +526,6 @@ XMESA_BUFFER(GLframebuffer *b) -#define ENABLE_EXT_texure_compression_s3tc 0 /* SW texture compression */ - -#ifdef XFree86Server -#define ENABLE_EXT_timer_query 0 -#elif defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -#define ENABLE_EXT_timer_query 1 /* should have 64-bit GLuint64EXT */ -#else -#define ENABLE_EXT_timer_query 0 /* may not have 64-bit GLuint64EXT */ -#endif - - struct pipe_surface; struct pipe_context; |