summaryrefslogtreecommitdiff
path: root/src/mesa/main/config.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-08-17 14:25:04 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-08-17 14:25:04 +0000
commit9dc90cd5f35e1b286cc70f95f0dfe20ea356eeca (patch)
treef9a532af9ebf68c2418740a55dd17380cd6f3732 /src/mesa/main/config.h
parent5928718475e85c4c28ef4ec0cea961442ed3bdca (diff)
added FEATURE_EXT_timer_query and tests
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r--src/mesa/main/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index 6d4c41398c..94014275fe 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -293,6 +293,7 @@
#define FEATURE_ARB_vertex_program _HAVE_FULL_GL
#define FEATURE_ARB_fragment_program _HAVE_FULL_GL
#define FEATURE_ARB_occlusion_query _HAVE_FULL_GL
+#define FEATURE_EXT_timer_query _HAVE_FULL_GL
#define FEATURE_EXT_pixel_buffer_object _HAVE_FULL_GL
#define FEATURE_MESA_program_debug _HAVE_FULL_GL
#define FEATURE_NV_fence _HAVE_FULL_GL