diff options
author | Nanley Chery <nanley.g.chery@intel.com> | 2015-04-28 14:41:49 -0700 |
---|---|---|
committer | Nanley Chery <nanley.g.chery@intel.com> | 2015-08-26 14:36:42 -0700 |
commit | e9fd8e154fdb0394cbaed5e14ac52e689a020ebe (patch) | |
tree | 2bdd5b5062ad4523a0cdde6047c305278bc0801f /src/mapi/glapi/gen/gl_API.xml | |
parent | 8ae37365f30594498184fe5428f961a9c310fd8c (diff) | |
download | external_mesa3d-e9fd8e154fdb0394cbaed5e14ac52e689a020ebe.zip external_mesa3d-e9fd8e154fdb0394cbaed5e14ac52e689a020ebe.tar.gz external_mesa3d-e9fd8e154fdb0394cbaed5e14ac52e689a020ebe.tar.bz2 |
glapi: add support for KHR_texture_compression_astc_ldr
v2: correct the spelling of the sRGB variants.
remove spaces around "=" when setting the enum value.
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Diffstat (limited to 'src/mapi/glapi/gen/gl_API.xml')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 658efa4..f0dcdca 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -8168,7 +8168,7 @@ <xi:include href="ARB_texture_storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> -<!-- ARB extension #118 --> +<xi:include href="KHR_texture_compression_astc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <xi:include href="KHR_debug.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> |