diff options
author | Eric Anholt <[email protected]> | 2009-08-27 09:36:34 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2009-09-08 14:48:47 -0700 |
commit | ec9e7295800aff0f04815de736127101f770033f (patch) | |
tree | 8aec0a6d1f7d4f2d544a36b63810424e735a3ee7 /src/mesa/glapi/gl_API.xml | |
parent | b11a8ea863612827fe04b636f1c2eae9e1536fbd (diff) |
glapi: Add ARB_draw_elements_base_vertex
Diffstat (limited to 'src/mesa/glapi/gl_API.xml')
-rw-r--r-- | src/mesa/glapi/gl_API.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml index 920ce80c459..da4be14707e 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -7960,6 +7960,8 @@ <xi:include href="ARB_seamless_cube_map.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> +<xi:include href="ARB_draw_elements_base_vertex.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> + <!-- Non-ARB extensions sorted by extension number. --> |