summaryrefslogtreecommitdiff
path: root/GLESv1_CM/yagl_gles1_context.c
diff options
context:
space:
mode:
Diffstat (limited to 'GLESv1_CM/yagl_gles1_context.c')
-rw-r--r--GLESv1_CM/yagl_gles1_context.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/GLESv1_CM/yagl_gles1_context.c b/GLESv1_CM/yagl_gles1_context.c
index df704f5..2658ba9 100644
--- a/GLESv1_CM/yagl_gles1_context.c
+++ b/GLESv1_CM/yagl_gles1_context.c
@@ -60,6 +60,7 @@ static const GLchar *read_buffer_ext = "GL_NV_read_buffer";
static const GLchar *compressed_etc1_rgb8_texture_ext = "GL_OES_compressed_ETC1_RGB8_texture";
static const GLchar *pack_subimage_ext = "GL_NV_pack_subimage";
static const GLchar *unpack_subimage_ext = "GL_EXT_unpack_subimage";
+static const GLchar *surfaceless_context_ext = "GL_OES_surfaceless_context";
static const GLchar *egl_sync_ext = "GL_OES_EGL_sync";
static const GLchar *packed_depth_stencil_ext = "GL_OES_packed_depth_stencil";
static const GLchar *texture_npot_ext = "GL_OES_texture_npot";
@@ -105,6 +106,7 @@ static const GLchar **yagl_gles1_context_get_extensions(struct yagl_gles1_contex
extensions[i++] = compressed_etc1_rgb8_texture_ext;
extensions[i++] = pack_subimage_ext;
extensions[i++] = unpack_subimage_ext;
+ extensions[i++] = surfaceless_context_ext;
if (yagl_egl_fence_supported()) {
extensions[i++] = egl_sync_ext;