diff options
author | Brian Paul <[email protected]> | 2010-04-02 22:36:30 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-02 22:40:18 -0600 |
commit | 0101507ff0f875c66041c64faa66506da31ac5fe (patch) | |
tree | 50faee76875578f3252be7072926cc29a84c083f /src/mesa | |
parent | 9bfdd88ac222396fbc72a4a82ff5739422a6300b (diff) |
glapi: include/build EXT_transform_feedback.xml
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/glapi/gen/Makefile | 1 | ||||
-rw-r--r-- | src/mesa/glapi/gen/gl_API.xml | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/glapi/gen/Makefile b/src/mesa/glapi/gen/Makefile index 4daba7d9940..4ac95a29cbd 100644 --- a/src/mesa/glapi/gen/Makefile +++ b/src/mesa/glapi/gen/Makefile @@ -86,6 +86,7 @@ API_XML = \ EXT_packed_depth_stencil.xml \ EXT_provoking_vertex.xml \ EXT_texture_array.xml \ + EXT_transform_feedback.xml \ NV_conditional_render.xml \ OES_EGL_image.xml diff --git a/src/mesa/glapi/gen/gl_API.xml b/src/mesa/glapi/gen/gl_API.xml index 4a4d0d5382e..10fdc0e1bba 100644 --- a/src/mesa/glapi/gen/gl_API.xml +++ b/src/mesa/glapi/gen/gl_API.xml @@ -7967,6 +7967,8 @@ <xi:include href="NV_conditional_render.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> +<xi:include href="EXT_transform_feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> + <!-- Non-ARB extensions sorted by extension number. --> |