diff options
author | Chris Forbes <[email protected]> | 2014-05-20 21:28:41 +1200 |
---|---|---|
committer | Chris Forbes <[email protected]> | 2014-06-10 07:38:38 +1200 |
commit | cef3f9b90938e6db5c1045e46b8ad3b26a1b7770 (patch) | |
tree | 4c25ef4c6da6a81e2d72b7131eaade2fd733ef82 /src/mapi/glapi/gen/gl_API.xml | |
parent | 8f63559c931265c1d4e244551a3fed9c5ebd07c8 (diff) |
glapi: Add XML infrastructure for ARB_compressed_texture_pixel_storage
Signed-off-by: Chris Forbes <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/gl_API.xml')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 0791bfc5797..de953a61937 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -8276,7 +8276,9 @@ </function> </category> -<!-- ARB extensions #110...#116 --> +<xi:include href="ARB_compressed_texture_pixel_storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> + +<!-- ARB extensions #111...#116 --> <xi:include href="ARB_internalformat_query.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> |