diff options
author | Ian Romanick <[email protected]> | 2009-08-28 15:49:27 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2009-09-03 11:22:45 -0700 |
commit | 10a09e49fc57fb4fee432a9f41ee4cf07e55fa74 (patch) | |
tree | cef1568bd442efe4c2d9e473f44c342a3c538ac8 /src/mesa/glapi/gl_API.xml | |
parent | 10067e464132e6d484c34dd277da5eb5e21cf491 (diff) |
ARB sync: Add base infrastructure for GL_ARB_sync
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 d2fcc6dc1f2..1dfd92be080 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -7954,6 +7954,8 @@ <xi:include href="ARB_vertex_array_object.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> +<xi:include href="ARB_sync.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> + <xi:include href="ARB_seamless_cube_map.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> |