Mesa (master): mesa: plug in GL_ARB_vertex_array_object display list functions

Brian Paul brianp at kemper.freedesktop.org
Fri May 27 01:26:12 UTC 2011


Module: Mesa
Branch: master
Commit: 6126d50e75f1d8ef2e65c5df844e50a1b7f415f9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6126d50e75f1d8ef2e65c5df844e50a1b7f415f9

Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 26 19:25:44 2011 -0600

mesa: plug in GL_ARB_vertex_array_object display list functions

---

 src/mesa/main/dlist.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index c2cd96e..5acbb7a 100644
--- 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);
 




More information about the mesa-commit mailing list