summaryrefslogtreecommitdiff
path: root/src/mesa/main/mfeatures.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-02-11 17:42:30 -0500
committerKristian Høgsberg <krh@bitplanet.net>2010-02-24 13:38:56 -0500
commitd1dc5b124e133379be5bb57b68733c09c0e04f71 (patch)
treea6e8c1c0ddad297a8996fcbeab53e90bd90da82c /src/mesa/main/mfeatures.h
parent07b07b4d723394c82f7ba915c1cba620b307013d (diff)
core: Implement GL_OES_EGL_image entry points
Diffstat (limited to 'src/mesa/main/mfeatures.h')
-rw-r--r--src/mesa/main/mfeatures.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h
index 4e68bc15d8..f0896ee626 100644
--- a/src/mesa/main/mfeatures.h
+++ b/src/mesa/main/mfeatures.h
@@ -122,5 +122,7 @@
#define FEATURE_NV_fragment_program _HAVE_FULL_GL
#define FEATURE_NV_vertex_program _HAVE_FULL_GL
+#define FEATURE_OES_EGL_image _HAVE_FULL_GL
+
#endif /* FEATURES_H */