projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e004815
)
mesa: plug in GL_ARB_vertex_array_object display list functions
author
Brian Paul
<brianp@vmware.com>
Fri, 27 May 2011 01:25:44 +0000
(19:25 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 27 May 2011 01:25:44 +0000
(19:25 -0600)
src/mesa/main/dlist.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/dlist.c
b/src/mesa/main/dlist.c
index c2cd96e5fa0d289fd74317242bb1a454838d38ee..5acbb7ace9d446d5d05dec08657c1d40ac8e90ed 100644
(file)
--- a/
src/mesa/main/dlist.c
+++ b/
src/mesa/main/dlist.c
@@
-10104,6
+10104,10
@@
_mesa_create_save_table(void)
SET_GenVertexArraysAPPLE(table, _mesa_GenVertexArraysAPPLE);
SET_IsVertexArrayAPPLE(table, _mesa_IsVertexArrayAPPLE);
+ /* GL_ARB_vertex_array_object */
+ SET_BindVertexArray(table, _mesa_BindVertexArray);
+ SET_GenVertexArrays(table, _mesa_GenVertexArrays);
+
/* ???. GL_EXT_depth_bounds_test */
SET_DepthBoundsEXT(table, save_DepthBoundsEXT);