summaryrefslogtreecommitdiff
path: root/src/mesa/main/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r--src/mesa/main/config.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index ebbdeaa704..cb94a29f27 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -251,20 +251,16 @@
*/
#if _HAVE_FULL_GL
#define FEATURE_NV_vertex_program 1
-#define FEATURE_userclip 1
-#define FEATURE_texgen 1
-#define FEATURE_windowpos 1
-#endif
-
#define FEATURE_NV_fragment_program 1
-
#define FEATURE_ARB_vertex_buffer_object 1
-
#define FEATURE_ARB_vertex_program 1
-
#define FEATURE_ARB_fragment_program 1
-
#define FEATURE_ARB_occlusion_query 1
+#define FEATURE_NV_fence 1
+#define FEATURE_userclip 1
+#define FEATURE_texgen 1
+#define FEATURE_windowpos 1
+#endif
/*@}*/