diff options
author | Dave Airlie <[email protected]> | 2011-11-27 16:19:39 +0000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2011-11-27 16:25:12 +0000 |
commit | 8c1037042fa6af4749be1eb990d83f7e7240684e (patch) | |
tree | e0f00ad67bee08e4bdbdb2f97ca71f6c110cfe0a /src/mapi/glapi/gen/gl_API.xml | |
parent | ee7bc103919d0af7d77a58cdaa855d6e07e899c6 (diff) |
glapi: add ARB_texture_rgb10_a2ui support.
This just adds one enum.
regenerate enums.c.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/gl_API.xml')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index b115f458b9d..24539c0f41c 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -12424,4 +12424,6 @@ <xi:include href="ARB_vertex_type_2_10_10_10_rev.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> +<xi:include href="ARB_texture_rgb10_a2ui.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> + </OpenGLAPI> |