diff options
author | Brian Paul <[email protected]> | 2009-06-19 18:11:18 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-06-19 18:11:18 -0600 |
commit | 54b03948e0a4b84405227fe61a3114b0155caaa1 (patch) | |
tree | 21eb9447aa73dc91dfde64cf5924b90599ccd895 /src/mesa/glapi/Makefile | |
parent | dd26899ca39111e0866afed9df94bfb1618dd363 (diff) |
glapi: add new information for GL_ARB_vertex_array_object
Diffstat (limited to 'src/mesa/glapi/Makefile')
-rw-r--r-- | src/mesa/glapi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/glapi/Makefile b/src/mesa/glapi/Makefile index 74cea533065..2178eacef5e 100644 --- a/src/mesa/glapi/Makefile +++ b/src/mesa/glapi/Makefile @@ -50,6 +50,7 @@ API_XML = gl_API.xml \ ARB_copy_buffer.xml \ ARB_framebuffer_object.xml \ ARB_map_buffer_range.xml \ + ARB_vertex_array_object.xml \ APPLE_vertex_array_object.xml \ EXT_provoking_vertex.xml |