egl: Add support for more EGLImage extensions to EGL core.
authorChia-I Wu <olvaffe@gmail.com>
Sun, 31 Jan 2010 09:34:02 +0000 (17:34 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Sun, 31 Jan 2010 14:20:42 +0000 (22:20 +0800)
commit0135e5d6c83add5e539492a4899504e33f3f2434
treec95f8a26c519ff15fb9a92e160c0d149a6eb0ee0
parentf8f2520e88cecf21aee5023423185deea7e44b23
egl: Add support for more EGLImage extensions to EGL core.

Add support EGL_KHR_vg_parent_image and EGL_KHR_gl_*.  This is as simple
as adding some flags that can be enabled.  Individual drivers need to
implement the extensions before enbaling the flags.
src/egl/main/egldisplay.h
src/egl/main/eglimage.c
src/egl/main/eglimage.h
src/egl/main/eglmisc.c