st/dri: Install ARB_vertex_array_object functions
authorNicolai Hähnle <nhaehnle@gmail.com>
Sat, 3 Oct 2009 00:11:02 +0000 (02:11 +0200)
committerNicolai Hähnle <nhaehnle@gmail.com>
Sat, 3 Oct 2009 09:45:19 +0000 (11:45 +0200)
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
src/gallium/state_trackers/dri/dri_extensions.c

index 4349a4d1d2fd82ab0c04772b6cfcb556c36a0f0f..8c5cef68d3572e73f7e46d0041d79263d6676b0e 100644 (file)
@@ -39,6 +39,7 @@
 #define need_GL_ARB_point_parameters
 #define need_GL_ARB_shader_objects
 #define need_GL_ARB_texture_compression
+#define need_GL_ARB_vertex_array_object
 #define need_GL_ARB_vertex_buffer_object
 #define need_GL_ARB_vertex_program
 #define need_GL_ARB_vertex_shader
@@ -79,6 +80,7 @@ const struct dri_extension card_extensions[] = {
    {"GL_ARB_texture_env_dot3", NULL},
    {"GL_ARB_texture_mirrored_repeat", NULL},
    {"GL_ARB_texture_rectangle", NULL},
+   {"GL_ARB_vertex_array_object", GL_ARB_vertex_array_object_functions},
    {"GL_ARB_vertex_buffer_object", GL_ARB_vertex_buffer_object_functions},
    {"GL_ARB_vertex_shader", GL_ARB_vertex_shader_functions},
    {"GL_ARB_vertex_program", GL_ARB_vertex_program_functions},