From: Chia-I Wu Date: Thu, 25 Feb 2010 08:37:04 +0000 (+0800) Subject: mesa/es: Update GLAPI and APISpec for GL_OES_EGL_image. X-Git-Tag: 062012170305~12852^2~246 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3490923c817cd81d46a405de117e9ba8a8aeef3c;p=profile%2Fivi%2Fmesa.git mesa/es: Update GLAPI and APISpec for GL_OES_EGL_image. This generates the entrypoints and dispatches for GL_OES_EGL_image. There is no real support yet. --- diff --git a/src/mesa/es/glapi/es_EXT.xml b/src/mesa/es/glapi/es_EXT.xml index 629ba90..291a53b 100644 --- a/src/mesa/es/glapi/es_EXT.xml +++ b/src/mesa/es/glapi/es_EXT.xml @@ -18,6 +18,9 @@ + + + diff --git a/src/mesa/es/main/APIspec.xml b/src/mesa/es/main/APIspec.xml index f6f3313..17665d8 100644 --- a/src/mesa/es/main/APIspec.xml +++ b/src/mesa/es/main/APIspec.xml @@ -3502,6 +3502,31 @@ + + + + @@ -3770,6 +3795,10 @@ + + + + @@ -3811,6 +3840,7 @@ --> + @@ -4068,6 +4098,10 @@ + + + + @@ -4095,6 +4129,7 @@ --> + @@ -4292,6 +4327,10 @@ + + + + diff --git a/src/mesa/es/main/mfeatures_es1.h b/src/mesa/es/main/mfeatures_es1.h index 6c2ece2..1793550 100644 --- a/src/mesa/es/main/mfeatures_es1.h +++ b/src/mesa/es/main/mfeatures_es1.h @@ -106,6 +106,8 @@ #define FEATURE_OES_draw_texture 1 #define FEATURE_OES_mapbuffer 1 +#define FEATURE_OES_EGL_image 1 + #define FEATURE_extra_context_init 1 /*@}*/ diff --git a/src/mesa/es/main/mfeatures_es2.h b/src/mesa/es/main/mfeatures_es2.h index f34782f..a463bed 100644 --- a/src/mesa/es/main/mfeatures_es2.h +++ b/src/mesa/es/main/mfeatures_es2.h @@ -106,6 +106,8 @@ #define FEATURE_OES_draw_texture 0 #define FEATURE_OES_mapbuffer 1 +#define FEATURE_OES_EGL_image 1 + #define FEATURE_extra_context_init 1 /*@}*/