egl: Move attributes in _EGLImage to _EGLImageAttribs.
authorChia-I Wu <olv@lunarg.com>
Fri, 22 Oct 2010 08:36:47 +0000 (16:36 +0800)
committerChia-I Wu <olv@lunarg.com>
Fri, 22 Oct 2010 09:15:45 +0000 (17:15 +0800)
commit713c8734f45b51b3758ecc95b96cf7b5aecacec8
tree64e49e982ac448dff3992be478de3d08517ece26
parentecca5571b6df9a35dc16280b3556f4b11a8493a2
egl: Move attributes in _EGLImage to _EGLImageAttribs.

The opaque nature of EGLImage implies that extensions almost always
define their own attributes.  Move attributes in _EGLImage to
_EGLImageAttribs and add a helper function to parse attribute lists.
src/egl/drivers/dri2/egl_dri2.c
src/egl/main/eglimage.c
src/egl/main/eglimage.h
src/egl/main/egltypedefs.h
src/gallium/state_trackers/egl/common/egl_g3d_image.c