KalebDark / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Support EGL_KHR_image and related extensions #970

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Research and attempt to implement support for EGLImage objects in ANGLE.

Extensions:
GL_OES_EGL_image/EGL_KHR_image_base
EGL_KHR_image_pixmap
EGL_KHR_gl_texture_2D_image
EGL_KHR_gl_texture_cubemap_image
EGL_KHR_gl_texture_3D_image
EGL_KHR_gl_renderbuffer_image
GL_OES_EGL_image
GL_OES_EGL_image_external
GL_OES_EGL_image_external_essl3

EGLimage becomes core in EGL 1.5 but it would be easier to implement these as 
extensions first to add conformant partial support faster.

Original issue reported on code.google.com by geofflang@chromium.org on 10 Apr 2015 at 9:31