diff options
author | Dave Airlie <airlied@redhat.com> | 2011-11-27 16:19:39 +0000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-11-27 16:25:12 +0000 |
commit | 8c1037042fa6af4749be1eb990d83f7e7240684e (patch) | |
tree | e0f00ad67bee08e4bdbdb2f97ca71f6c110cfe0a /src/mapi | |
parent | ee7bc103919d0af7d77a58cdaa855d6e07e899c6 (diff) |
glapi: add ARB_texture_rgb10_a2ui support.
This just adds one enum.
regenerate enums.c.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_texture_rgb10_a2ui.xml | 12 | ||||
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 2 |
2 files changed, 14 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/ARB_texture_rgb10_a2ui.xml b/src/mapi/glapi/gen/ARB_texture_rgb10_a2ui.xml new file mode 100644 index 00000000000..b61d97f588c --- /dev/null +++ b/src/mapi/glapi/gen/ARB_texture_rgb10_a2ui.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd"> + +<OpenGLAPI> + +<category name="GL_ARB_texture_rgb10_a2ui" number="83"> + + <enum name="RGB10_A2UI" value = "0x906F"/> + +</category> + +</OpenGLAPI> 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> |