diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-10-31 16:01:18 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-10-31 16:01:18 -0600 |
commit | 1e3651569b3395d38e1d343f894844c043a66a6f (patch) | |
tree | f45fca6722c854e87f29c5cbe2da09297f680aef /src | |
parent | 3feca9b5fc0577fc81eef822c5e4e8ee500203af (diff) |
remove some extension #defines
Diffstat (limited to 'src')
-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; |