summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-04-06 17:46:17 +0800
committerChia-I Wu <olv@lunarg.com>2010-04-06 18:01:41 +0800
commit2002e4d06e2627241cd4af88f65b54d2101ef151 (patch)
tree65d5d632bc8fc7a90de973b94580ebc7a7803dbf /src/mesa/main/mtypes.h
parent0942ed45b370addf4edb310d4d0f9cd0c7b18fd0 (diff)
mesa: Add OES_EGL_image to extension list.
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 889c4801af..688172a2c0 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2573,6 +2573,9 @@ struct gl_extensions
GLboolean SGIS_texture_lod;
GLboolean TDFX_texture_compression_FXT1;
GLboolean S3_s3tc;
+#if FEATURE_OES_EGL_image
+ GLboolean OES_EGL_image;
+#endif
#if FEATURE_OES_draw_texture
GLboolean OES_draw_texture;
#endif /* FEATURE_OES_draw_texture */