diff options
author | Brian Paul <[email protected]> | 2006-08-17 14:25:04 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-08-17 14:25:04 +0000 |
commit | 9dc90cd5f35e1b286cc70f95f0dfe20ea356eeca (patch) | |
tree | f9a532af9ebf68c2418740a55dd17380cd6f3732 /src/mesa/main/config.h | |
parent | 5928718475e85c4c28ef4ec0cea961442ed3bdca (diff) |
added FEATURE_EXT_timer_query and tests
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 6d4c41398c2..94014275fe6 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 |