diff options
author | Ian Romanick <[email protected]> | 2012-05-25 12:34:51 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-06-13 11:50:26 -0700 |
commit | 75c516c959b3106c098fac32f8330db02d5efeeb (patch) | |
tree | c17b18fe37499bdf629f9469694199c587d168bb /src/mapi/glapi | |
parent | ffbccb8cefe6d84db747d3f85a6a7c70c1122f43 (diff) |
glapi: Add missing GL_EXT_packed_float enums
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 46e1fdaa7ad..a3fb7882145 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -12371,6 +12371,12 @@ </function> </category> +<category name="GL_EXT_packed_float" number="328"> + <enum name="R11F_G11F_B10F_EXT" value="0x8C3A"/> + <enum name="UNSIGNED_INT_10F_11F_11F_REV" value="0x8C3B"/> + <enum name="RGBA_SIGNED_COMPONENTS_EXT" value="0x8C3C"/> +</category> + <xi:include href="EXT_texture_array.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <category name="GL_APPLE_texture_range" number="367"> |