YaGL: Fixed a SEGV in eglChooseConfig
authorStanislav Vorobiov <s.vorobiov@samsung.com>
Mon, 24 Sep 2012 15:00:44 +0000 (19:00 +0400)
committerEvgeny Voevodin <e.voevodin@samsung.com>
Mon, 8 Oct 2012 08:21:46 +0000 (12:21 +0400)
commit2553c6faa683772e946982b096503ae9c2431b73
treeae00bbc91546a1fe89b0e3f0d98eb05b984c5ece
parentc004eead965f70a955ec0354801395d4ae4ba623
YaGL: Fixed a SEGV in eglChooseConfig
YaGL: Fixed a bug in glFramebufferTexture2D which didn't allow to attach cubemap textures
YaGL: Implemented remaining (rarely used) GL functions
YaGL: eglQueryAPI - moved to target
YaGL: Implemented GL_OES_EGL_image extension
YaGL: Implemented eglCreatePbufferSurface and eglCopyBuffers
27 files changed:
hw/yagl_apis/egl/yagl_egl_calls.c
hw/yagl_apis/egl/yagl_host_egl_calls.c
hw/yagl_apis/egl/yagl_host_egl_calls.h
hw/yagl_apis/gles/yagl_gles_buffer.c
hw/yagl_apis/gles/yagl_gles_buffer.h
hw/yagl_apis/gles/yagl_gles_framebuffer.c
hw/yagl_apis/gles/yagl_gles_framebuffer.h
hw/yagl_apis/gles/yagl_gles_renderbuffer.c
hw/yagl_apis/gles/yagl_gles_renderbuffer.h
hw/yagl_apis/gles/yagl_gles_validate.c
hw/yagl_apis/gles/yagl_gles_validate.h
hw/yagl_apis/gles/yagl_host_gles_calls.c
hw/yagl_apis/gles/yagl_host_gles_calls.h
hw/yagl_apis/gles1/yagl_gles1_calls.c
hw/yagl_apis/gles2/yagl_gles2_calls.c
hw/yagl_apis/gles2/yagl_gles2_context.c
hw/yagl_apis/gles2/yagl_gles2_program.c
hw/yagl_apis/gles2/yagl_gles2_program.h
hw/yagl_apis/gles2/yagl_gles2_shader.c
hw/yagl_apis/gles2/yagl_gles2_shader.h
hw/yagl_apis/gles2/yagl_host_gles2_calls.c
hw/yagl_apis/gles2/yagl_host_gles2_calls.h
hw/yagl_drivers/egl_glx/yagl_egl_glx.c
hw/yagl_drivers/gles_ogl/yagl_gles_ogl.c
hw/yagl_gles_driver.h
hw/yagl_mem.h
hw/yagl_version.h