From 24bb6ee8b6ce20dfff51719c4c094e188d9863c7 Mon Sep 17 00:00:00 2001 From: Anuj Phogat Date: Fri, 12 Feb 2016 11:10:29 -0800 Subject: [PATCH] glapi: Update dispatch XML files for OES_texture_compression_astc.xml Signed-off-by: Anuj Phogat Reviewed-by: Brian Paul --- src/mapi/glapi/gen/Makefile.am | 1 + .../gen/OES_texture_compression_astc.xml | 61 +++++++++++++++++++ src/mapi/glapi/gen/gl_API.xml | 2 + 3 files changed, 64 insertions(+) create mode 100644 src/mapi/glapi/gen/OES_texture_compression_astc.xml diff --git a/src/mapi/glapi/gen/Makefile.am b/src/mapi/glapi/gen/Makefile.am index fff6805fbcd..0759819a4cd 100644 --- a/src/mapi/glapi/gen/Makefile.am +++ b/src/mapi/glapi/gen/Makefile.am @@ -200,6 +200,7 @@ API_XML = \ OES_EGL_image.xml \ OES_fixed_point.xml \ OES_single_precision.xml \ + OES_texture_compression_astc.xml \ GL3x.xml \ GL4x.xml diff --git a/src/mapi/glapi/gen/OES_texture_compression_astc.xml b/src/mapi/glapi/gen/OES_texture_compression_astc.xml new file mode 100644 index 00000000000..4e8de71c81d --- /dev/null +++ b/src/mapi/glapi/gen/OES_texture_compression_astc.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index cdd680c70ee..4bfa9ef8290 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -8271,6 +8271,8 @@ + + -- 2.30.2