summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_exec.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-06-26 17:49:14 -0600
committerBrian Paul <brianp@vmware.com>2009-06-26 17:49:14 -0600
commitf57280cc7360d0eee40df6d34befbfad2288d297 (patch)
treead561c76156356cfc377e57f0689348296828754 /src/mesa/main/api_exec.c
parenta18e209edb5348eb167e9d7184597031bbbbe622 (diff)
parentb2a1ca4fcf1cd16f85404fc582cec14e28b79e07 (diff)
Merge branch 'arb_vertex_array_object'
Diffstat (limited to 'src/mesa/main/api_exec.c')
-rw-r--r--src/mesa/main/api_exec.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/api_exec.c b/src/mesa/main/api_exec.c
index 534fef00df..e49cd041a6 100644
--- a/src/mesa/main/api_exec.c
+++ b/src/mesa/main/api_exec.c
@@ -904,4 +904,8 @@ _mesa_init_exec_table(struct _glapi_table *exec)
/* GL_ARB_copy_buffer */
SET_CopyBufferSubData(exec, _mesa_CopyBufferSubData);
+
+ /* GL_ARB_vertex_array_object */
+ SET_BindVertexArray(exec, _mesa_BindVertexArray);
+ SET_GenVertexArrays(exec, _mesa_GenVertexArrays);
}