diff options
author | Chia-I Wu <[email protected]> | 2010-02-25 16:37:04 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-03-05 11:33:10 +0800 |
commit | 3490923c817cd81d46a405de117e9ba8a8aeef3c (patch) | |
tree | c4b4b8c6ee95c19025f3b173ae04457ac3b0aead /src/mesa/es/main/mfeatures_es1.h | |
parent | 9373447a614e7b401919328b589b5f2607e456fd (diff) |
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.
Diffstat (limited to 'src/mesa/es/main/mfeatures_es1.h')
-rw-r--r-- | src/mesa/es/main/mfeatures_es1.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/es/main/mfeatures_es1.h b/src/mesa/es/main/mfeatures_es1.h index 6c2ece26080..17935502689 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 /*@}*/ |