summaryrefslogtreecommitdiff
path: root/GLESv1_CM
diff options
context:
space:
mode:
authorStanislav Vorobiov <s.vorobiov@samsung.com>2013-11-05 19:51:43 +0400
committerStanislav Vorobiov <s.vorobiov@samsung.com>2013-11-05 19:51:43 +0400
commit78edda1401c2f98294d36387e76d0f87c0b91972 (patch)
treef64dfff7785e69012665c5ea7845100d71bb517d /GLESv1_CM
parent2a84bba11dc517a5f64075ec9068e82f00ef26ef (diff)
downloademulator-yagl-78edda1401c2f98294d36387e76d0f87c0b91972.tar.gz
emulator-yagl-78edda1401c2f98294d36387e76d0f87c0b91972.tar.bz2
emulator-yagl-78edda1401c2f98294d36387e76d0f87c0b91972.zip
YaGL: GL_EXT_draw_buffers implemented
Change-Id: I1a15a6e8b7bf7be93c44122efee97a9887931645
Diffstat (limited to 'GLESv1_CM')
-rw-r--r--GLESv1_CM/yagl_gles1_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/GLESv1_CM/yagl_gles1_context.c b/GLESv1_CM/yagl_gles1_context.c
index 8b9cb61..5e84507 100644
--- a/GLESv1_CM/yagl_gles1_context.c
+++ b/GLESv1_CM/yagl_gles1_context.c
@@ -312,7 +312,7 @@ static GLchar *yagl_gles1_context_get_extensions(struct yagl_gles_context *ctx)
"GL_OES_depth_texture "
"GL_OES_framebuffer_object GL_OES_depth24 GL_OES_depth32 "
"GL_OES_rgb8_rgba8 GL_OES_stencil1 GL_OES_stencil4 "
- "GL_OES_stencil8 GL_OES_EGL_image GL_ANGLE_framebuffer_blit ";
+ "GL_OES_stencil8 GL_OES_EGL_image GL_ANGLE_framebuffer_blit GL_EXT_draw_buffers ";
const GLchar *packed_depth_stencil = "GL_OES_packed_depth_stencil ";
const GLchar *texture_npot = "GL_OES_texture_npot ";
const GLchar *texture_filter_anisotropic = "GL_EXT_texture_filter_anisotropic ";