diff options
author | Chia-I Wu <[email protected]> | 2010-04-06 17:46:17 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-04-06 18:01:41 +0800 |
commit | 2002e4d06e2627241cd4af88f65b54d2101ef151 (patch) | |
tree | 65d5d632bc8fc7a90de973b94580ebc7a7803dbf /src/mesa/main/extensions.c | |
parent | 0942ed45b370addf4edb310d4d0f9cd0c7b18fd0 (diff) |
mesa: Add OES_EGL_image to extension list.
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | src/mesa/main/extensions.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 5fa3f3b00b0..208069c1db5 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -197,6 +197,9 @@ static const struct { { ON, "GL_SGIS_texture_lod", F(SGIS_texture_lod) }, { ON, "GL_SUN_multi_draw_arrays", F(EXT_multi_draw_arrays) }, { OFF, "GL_S3_s3tc", F(S3_s3tc) }, +#if FEATURE_OES_EGL_image + { OFF, "GL_OES_EGL_image", F(OES_EGL_image) }, +#endif #if FEATURE_OES_draw_texture { OFF, "GL_OES_draw_texture", F(OES_draw_texture) }, #endif /* FEATURE_OES_draw_texture */ |