summaryrefslogtreecommitdiff
path: root/src/mesa/pipe
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-10-31 16:01:18 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-10-31 16:01:18 -0600
commit1e3651569b3395d38e1d343f894844c043a66a6f (patch)
treef45fca6722c854e87f29c5cbe2da09297f680aef /src/mesa/pipe
parent3feca9b5fc0577fc81eef822c5e4e8ee500203af (diff)
remove some extension #defines
Diffstat (limited to 'src/mesa/pipe')
-rw-r--r--src/mesa/pipe/xlib/xmesaP.h11
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;