summaryrefslogtreecommitdiff
path: root/src/mesa/es/main/mfeatures.h
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-09-14 13:51:54 +0800
committerChia-I Wu <olvaffe@gmail.com>2009-09-14 16:05:46 +0800
commitc4a8ce7ffdf603c515b5202e2322e1b965f69f3a (patch)
tree9002ed93d3b9855e89be60ceb63426fc513eb875 /src/mesa/es/main/mfeatures.h
parent9199889374164c0541f3f7202c4dedb40a6b7458 (diff)
es: Add support for GL_OES_EGL_image.
Diffstat (limited to 'src/mesa/es/main/mfeatures.h')
-rw-r--r--src/mesa/es/main/mfeatures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/es/main/mfeatures.h b/src/mesa/es/main/mfeatures.h
index 0f696824d0..28f376d2d1 100644
--- a/src/mesa/es/main/mfeatures.h
+++ b/src/mesa/es/main/mfeatures.h
@@ -98,6 +98,7 @@
#define FEATURE_NV_fragment_program 0
#define FEATURE_NV_vertex_program 0
+#define FEATURE_OES_EGL_image 1
#define FEATURE_OES_framebuffer_object 1
#define FEATURE_OES_draw_texture 1
#define FEATURE_OES_mapbuffer 1